#include <ax/ax_menu_folder.h>

Public Member Functions | |
| AxModalFolderMenu () | |
| AxModalFolderMenu (AxMenuController *controller, AxMenuItem *item, const wxString &menuLabel, const wxString &description, const wxString &defaultPath, int style=axFOLDER_MENU_STYLE_NEW_FOLDER, const wxString &filter=wxT("*")) | |
| ~AxModalFolderMenu () | |
| void | SetPath (const wxString &path) |
| wxString | GetPath () const |
| AxMenu * | CreateSubMenu (const wxString &folder, const wxString &folderName, const wxString &label, const wxString &description) |
| void | Init () |
| int | GetStyle () const |
| void | SetStyle (int style) |
| bool | IsFileSelector () const |
| bool | ShowHiddenFiles () const |
| void | SetFilter (const wxString &filter) |
| const wxString & | GetFilter () const |
Protected Attributes | |
| wxString | m_path |
| int | m_style |
| wxString | m_filter |
| AxModalFolderMenu::AxModalFolderMenu | ( | ) | [inline] |
| AxModalFolderMenu::AxModalFolderMenu | ( | AxMenuController * | controller, | |
| AxMenuItem * | item, | |||
| const wxString & | menuLabel, | |||
| const wxString & | description, | |||
| const wxString & | defaultPath, | |||
| int | style = axFOLDER_MENU_STYLE_NEW_FOLDER, |
|||
| const wxString & | filter = wxT("*") | |||
| ) |
| AxModalFolderMenu::~AxModalFolderMenu | ( | ) | [inline] |
| AxMenu * AxModalFolderMenu::CreateSubMenu | ( | const wxString & | folder, | |
| const wxString & | folderName, | |||
| const wxString & | label, | |||
| const wxString & | description | |||
| ) |
| const wxString& AxModalFolderMenu::GetFilter | ( | ) | const [inline] |
| wxString AxModalFolderMenu::GetPath | ( | ) | const [inline] |
| int AxModalFolderMenu::GetStyle | ( | ) | const [inline] |
| void AxModalFolderMenu::Init | ( | ) |
Reimplemented from AxModalMenu.
| bool AxModalFolderMenu::IsFileSelector | ( | ) | const [inline] |
| void AxModalFolderMenu::SetFilter | ( | const wxString & | filter | ) | [inline] |
| void AxModalFolderMenu::SetPath | ( | const wxString & | path | ) | [inline] |
| void AxModalFolderMenu::SetStyle | ( | int | style | ) | [inline] |
| bool AxModalFolderMenu::ShowHiddenFiles | ( | ) | const [inline] |
wxString AxModalFolderMenu::m_filter [protected] |
wxString AxModalFolderMenu::m_path [protected] |
int AxModalFolderMenu::m_style [protected] |
1.5.8