◆ TEXT_BUTTON_FILE_BROWSER()
TEXT_BUTTON_FILE_BROWSER::TEXT_BUTTON_FILE_BROWSER |
( |
wxWindow * |
aParent, |
|
|
DIALOG_SHIM * |
aParentDlg, |
|
|
WX_GRID * |
aGrid, |
|
|
wxString * |
aCurrentDir, |
|
|
wxString * |
aExt = nullptr , |
|
|
bool |
aNormalize = false , |
|
|
wxString |
aNormalizeBasePath = wxEmptyString |
|
) |
| |
|
inline |
◆ DoSetPopupControl()
void TEXT_BUTTON_FILE_BROWSER::DoSetPopupControl |
( |
wxComboPopup * |
popup | ) |
|
|
inlineoverrideprotected |
◆ OnButtonClick()
void TEXT_BUTTON_FILE_BROWSER::OnButtonClick |
( |
| ) |
|
|
inlineoverrideprotected |
Definition at line 393 of file grid_text_button_helpers.cpp.
References _, WX_GRID::CommitPendingChanges(), ExpandEnvVarSubstitutions(), m_currentDir, m_dlg, m_fileFilter, m_grid, m_normalize, m_normalizeBasePath, NormalizePath(), Pgm(), and KIWAY_HOLDER::Prj().
◆ m_currentDir
wxString* TEXT_BUTTON_FILE_BROWSER::m_currentDir |
|
protected |
◆ m_dlg
◆ m_fileFilter
wxString* TEXT_BUTTON_FILE_BROWSER::m_fileFilter |
|
protected |
◆ m_grid
WX_GRID* TEXT_BUTTON_FILE_BROWSER::m_grid |
|
protected |
◆ m_normalize
bool TEXT_BUTTON_FILE_BROWSER::m_normalize |
|
protected |
◆ m_normalizeBasePath
wxString TEXT_BUTTON_FILE_BROWSER::m_normalizeBasePath |
|
protected |
The documentation for this class was generated from the following file: