#include <gui_directory.hxx>
Inheritance diagram for GUIDirectory:
Public Types | |
enum | Mode { LOAD_DIRECTORY, SAVE_DIRECTORY } |
Public Member Functions | |
GUIDirectory (const std::string &pathname, Mode m) | |
~GUIDirectory () | |
void | draw_overlay (GraphicContext *gc) |
std::string | get_path () |
void | move_up () |
void | move_down () |
void | wheel_up (int x, int y) |
void | wheel_down (int x, int y) |
Definition at line 30 of file gui_directory.hxx.
|
Definition at line 40 of file gui_directory.hxx. |
|
Definition at line 28 of file gui_directory.cxx. References FileType, FT_CONSTRUO_FILE, FT_DIRECTORY, SystemContext::get_file_type(), SystemContext::get_mtime(), SystemContext::read_directory(), SAVE_DIRECTORY, and system_context. |
|
Definition at line 73 of file gui_directory.cxx. References GUIChildManager::remove(). |
|
Reimplemented from GUIChildManager. Definition at line 122 of file gui_directory.cxx. |
|
Definition at line 49 of file gui_directory.hxx. Referenced by GUIFileManager::directory_up(), GUIFileManager::draw_overlay(), and GUIFileManager::update_current_directory(). |
|
Move the shown directory content down Definition at line 136 of file gui_directory.cxx. Referenced by GUIFileManager::scroll_down(), and wheel_down(). |
|
Move the shown directory content up Definition at line 127 of file gui_directory.cxx. Referenced by GUIFileManager::scroll_up(), and wheel_up(). |
|
Reimplemented from GUIChildManager. Definition at line 153 of file gui_directory.cxx. References move_down(). |
|
Reimplemented from GUIChildManager. Definition at line 147 of file gui_directory.cxx. References move_up(). |