File dialog screen controller.
More...
#include <tdme/tools/editor/controllers/FileDialogScreenController.h>
|
| FileDialogScreenController () |
| Public constructor. More...
|
|
virtual | ~FileDialogScreenController () |
| Destructor. More...
|
|
GUIScreenNode * | getScreenNode () override |
|
const string & | getDefaultCWD () |
|
void | setDefaultCWD (const string &defaultCwd) |
| Set default current working directory. More...
|
|
const string & | getPathName () |
|
const string | getFileName () |
|
void | show (const string &cwd, const string &captionText, const vector< string > &extensions, const string &fileName, bool enableFilter, Action *applyAction, Action *cancelAction=nullptr, const string &settingsFileName=".filedialog.properties", const string &settingsPathName=string()) |
| Shows the file dialog pop up. More...
|
|
void | close () |
| Abort the file dialog pop up. More...
|
|
void | initialize () override |
| Init. More...
|
|
void | dispose () override |
| Dispose. More...
|
|
void | onValueChanged (GUIElementNode *node) override |
| On value changed. More...
|
|
void | onActionPerformed (GUIActionListenerType type, GUIElementNode *node) override |
|
void | onFocus (GUIElementNode *node) override |
| On focus. More...
|
|
void | onUnfocus (GUIElementNode *node) override |
| On unfocus. More...
|
|
void | loadSettings () |
| Load settings. More...
|
|
void | saveSettings () |
| Save settings. More...
|
|
virtual | ~ScreenController () |
| Destructor. More...
|
|
virtual GUIScreenNode * | getScreenNode ()=0 |
|
virtual void | initialize ()=0 |
| Init. More...
|
|
virtual void | dispose ()=0 |
| Dispose. More...
|
|
virtual | ~GUIActionListener () |
| Destructor. More...
|
|
virtual void | onActionPerformed (GUIActionListenerType type, GUIElementNode *node)=0 |
| On action performed. More...
|
|
virtual | ~GUIChangeListener () |
| Destructor. More...
|
|
virtual void | onValueChanged (GUIElementNode *node)=0 |
| On value changed. More...
|
|
virtual | ~GUIFocusListener () |
| Destructor. More...
|
|
virtual void | onFocus (GUIElementNode *node)=0 |
| On focus. More...
|
|
virtual void | onUnfocus (GUIElementNode *node)=0 |
| On unfocus. More...
|
|
File dialog screen controller.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 36 of file FileDialogScreenController.h.
◆ FileDialogScreenController()
◆ ~FileDialogScreenController()
◆ close()
◆ dispose()
◆ getDefaultCWD()
const string & getDefaultCWD |
( |
| ) |
|
|
inline |
◆ getExtensionHash()
const string getExtensionHash |
( |
| ) |
|
|
inlineprivate |
◆ getFileImageName()
const string getFileImageName |
( |
const string & |
fileName | ) |
|
|
static |
◆ getFileName()
const string getFileName |
( |
| ) |
|
◆ getPathName()
const string & getPathName |
( |
| ) |
|
◆ getScreenNode()
◆ initialize()
◆ loadSettings()
◆ onActionPerformed()
void onActionPerformed |
( |
GUIActionListenerType |
type, |
|
|
GUIElementNode * |
node |
|
) |
| |
|
override |
◆ onFocus()
◆ onUnfocus()
◆ onValueChanged()
◆ saveSettings()
◆ setDefaultCWD()
void setDefaultCWD |
( |
const string & |
defaultCwd | ) |
|
◆ setupDrives()
◆ setupFavorites()
◆ setupFiles() [1/2]
Set up files.
- Returns
- success
Public constructor
- Parameters
-
fileDialogScreenController | file dialog screen controller |
Definition at line 112 of file FileDialogScreenController.cpp.
◆ setupFiles() [2/2]
void setupFiles |
( |
const vector< string > & |
fileNameList, |
|
|
const string & |
selectedFileName = string() |
|
) |
| |
|
private |
◆ setupRecents()
◆ show()
void show |
( |
const string & |
cwd, |
|
|
const string & |
captionText, |
|
|
const vector< string > & |
extensions, |
|
|
const string & |
fileName, |
|
|
bool |
enableFilter, |
|
|
Action * |
applyAction, |
|
|
Action * |
cancelAction = nullptr , |
|
|
const string & |
settingsFileName = ".filedialog.properties" , |
|
|
const string & |
settingsPathName = string() |
|
) |
| |
Shows the file dialog pop up.
- Parameters
-
cwd | current working directory |
captionText | caption text |
extensions | extensions |
fileName | file name |
enableFilter | enable filter |
applyAction | apply action |
cancelAction | cancel action |
settingsFileName | settings file name |
settingsPathName | settings path name |
- Exceptions
-
Definition at line 292 of file FileDialogScreenController.cpp.
◆ applyAction
Action* applyAction { nullptr } |
|
private |
◆ cancelAction
Action* cancelAction { nullptr } |
|
private |
◆ captionText
◆ cwd
◆ defaultCwd
◆ defaultCwdByExtensions
unordered_map<string, string> defaultCwdByExtensions |
|
private |
◆ drivesNode
◆ enableFilter
◆ extensions
vector<string> extensions |
|
private |
◆ favorites
◆ favoritesNode
◆ fileList
◆ fileNameNode
◆ filesNode
◆ filtered
◆ pathNode
◆ recents
◆ recentsNode
◆ screenNode
◆ settingsFileName
◆ settingsPathName
◆ tabsHeaderNode
◆ typeDropDownNode
The documentation for this class was generated from the following files: