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

Public Member Functions

 TEXT_BUTTON_URL (wxWindow *aParent, DIALOG_SHIM *aParentDlg, SEARCH_STACK *aSearchStack, EMBEDDED_FILES *aFiles)
 
 ~TEXT_BUTTON_URL ()
 

Protected Member Functions

void DoSetPopupControl (wxComboPopup *popup) override
 
void OnButtonClick () override
 
void OnTextChange (wxCommandEvent &event)
 
void UpdateButtonBitmaps ()
 

Protected Attributes

DIALOG_SHIMm_dlg
 
SEARCH_STACKm_searchStack
 
EMBEDDED_FILESm_files
 

Detailed Description

Definition at line 326 of file grid_text_button_helpers.cpp.

Constructor & Destructor Documentation

◆ TEXT_BUTTON_URL()

TEXT_BUTTON_URL::TEXT_BUTTON_URL ( wxWindow *  aParent,
DIALOG_SHIM aParentDlg,
SEARCH_STACK aSearchStack,
EMBEDDED_FILES aFiles 
)
inline

Definition at line 329 of file grid_text_button_helpers.cpp.

References OnTextChange(), and UpdateButtonBitmaps().

◆ ~TEXT_BUTTON_URL()

TEXT_BUTTON_URL::~TEXT_BUTTON_URL ( )
inline

Definition at line 345 of file grid_text_button_helpers.cpp.

References OnTextChange().

Member Function Documentation

◆ DoSetPopupControl()

void TEXT_BUTTON_URL::DoSetPopupControl ( wxComboPopup *  popup)
inlineoverrideprotected

Definition at line 351 of file grid_text_button_helpers.cpp.

◆ OnButtonClick()

◆ OnTextChange()

void TEXT_BUTTON_URL::OnTextChange ( wxCommandEvent &  event)
inlineprotected

Definition at line 389 of file grid_text_button_helpers.cpp.

References UpdateButtonBitmaps().

Referenced by TEXT_BUTTON_URL(), and ~TEXT_BUTTON_URL().

◆ UpdateButtonBitmaps()

void TEXT_BUTTON_URL::UpdateButtonBitmaps ( )
inlineprotected

Definition at line 395 of file grid_text_button_helpers.cpp.

References KiBitmapBundle().

Referenced by OnTextChange(), and TEXT_BUTTON_URL().

Member Data Documentation

◆ m_dlg

DIALOG_SHIM* TEXT_BUTTON_URL::m_dlg
protected

Definition at line 403 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick().

◆ m_files

EMBEDDED_FILES* TEXT_BUTTON_URL::m_files
protected

Definition at line 405 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick().

◆ m_searchStack

SEARCH_STACK* TEXT_BUTTON_URL::m_searchStack
protected

Definition at line 404 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick().


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