KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TEXT_BUTTON_FILE_BROWSER Class Reference
Inheritance diagram for TEXT_BUTTON_FILE_BROWSER:

Public Member Functions

 TEXT_BUTTON_FILE_BROWSER (wxWindow *aParent, DIALOG_SHIM *aParentDlg, WX_GRID *aGrid, wxString *aCurrentDir, wxString *aExt=nullptr, bool aNormalize=false, wxString aNormalizeBasePath=wxEmptyString)
 

Protected Member Functions

void DoSetPopupControl (wxComboPopup *popup) override
 
void OnButtonClick () override
 

Protected Attributes

DIALOG_SHIMm_dlg
 
WX_GRIDm_grid
 
wxString * m_currentDir
 
wxString * m_fileFilter
 
bool m_normalize
 
wxString m_normalizeBasePath
 

Detailed Description

Definition at line 365 of file grid_text_button_helpers.cpp.

Constructor & Destructor Documentation

◆ 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

Definition at line 368 of file grid_text_button_helpers.cpp.

References KiBitmap().

Member Function Documentation

◆ DoSetPopupControl()

void TEXT_BUTTON_FILE_BROWSER::DoSetPopupControl ( wxComboPopup *  popup)
inlineoverrideprotected

Definition at line 388 of file grid_text_button_helpers.cpp.

◆ OnButtonClick()

void TEXT_BUTTON_FILE_BROWSER::OnButtonClick ( )
inlineoverrideprotected

Member Data Documentation

◆ m_currentDir

wxString* TEXT_BUTTON_FILE_BROWSER::m_currentDir
protected

Definition at line 466 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick().

◆ m_dlg

DIALOG_SHIM* TEXT_BUTTON_FILE_BROWSER::m_dlg
protected

Definition at line 464 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick().

◆ m_fileFilter

wxString* TEXT_BUTTON_FILE_BROWSER::m_fileFilter
protected

Definition at line 467 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick().

◆ m_grid

WX_GRID* TEXT_BUTTON_FILE_BROWSER::m_grid
protected

Definition at line 465 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick().

◆ m_normalize

bool TEXT_BUTTON_FILE_BROWSER::m_normalize
protected

Definition at line 468 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick().

◆ m_normalizeBasePath

wxString TEXT_BUTTON_FILE_BROWSER::m_normalizeBasePath
protected

Definition at line 469 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick().


The documentation for this class was generated from the following file: