|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Classes | |
| struct | LoadState |
Functions | |
| GameFile * | draw (bool &visible, const LoadState &load) |
| void | markDirty () |
| Mark the file tree as dirty so it will be rebuilt on the next draw(). | |
| void | shutdown () |
| Free all internal allocations (call at application shutdown). | |
Draw the File Browser ImGui panel.
| visible | Panel open/close toggle (passed to ImGui::Begin). |
| load | Current game-loading state. |
Definition at line 142 of file FileBrowserPanel.cpp.
| void FileBrowserPanel::markDirty | ( | ) |
Mark the file tree as dirty so it will be rebuilt on the next draw().
Definition at line 227 of file FileBrowserPanel.cpp.
| void FileBrowserPanel::shutdown | ( | ) |
Free all internal allocations (call at application shutdown).
Definition at line 232 of file FileBrowserPanel.cpp.