|
| static wxPanel * | Create (wxWindow *parent, wxButton *&GenerateUuidButton, wxTextCtrl *&IDTextCtrl, wxCheckBox *&ReplaceIDRefs) |
| | Creates a GUI for the UUID generation and the custom ID textctrl. More...
|
| |
|
|
wxPanel * | m_GUI |
| |
|
wxButton * | m_GenerateUuidButton |
| |
|
wxTextCtrl * | m_IDTextCtrl |
| |
|
wxCheckBox * | m_ReplaceIDRefs |
| |
◆ Create()
| wxPanel * ID_GUI_Base::Create |
( |
wxWindow * |
parent, |
|
|
wxButton *& |
GenerateUuidButton, |
|
|
wxTextCtrl *& |
IDTextCtrl, |
|
|
wxCheckBox *& |
ReplaceIDRefs |
|
) |
| |
|
static |
Creates a GUI for the UUID generation and the custom ID textctrl.
- Parameters
-
| parent | Parent Window |
| GenerateUuidButton | |
| IDTextCtrl | |
- Returns
- wxPanel*
◆ OnGenerateUuidButton()
| virtual void bellshire::ID_GUI_Base::OnGenerateUuidButton |
( |
wxCommandEvent & |
event | ) |
|
|
inlinevirtual |
◆ Update()
| void ID_GUI_Base::Update |
( |
Material * |
element | ) |
|
Updates the MatML_GUI from the MatML element
- Parameters
-
The documentation for this class was generated from the following files:
- C:/Users/paulm/source/repos/BT-MatML-Editor/include/GUI/BT_MatML_ID_GUI.h
- C:/Users/paulm/source/repos/BT-MatML-Editor/src/GUI/BT_MatML_ID_GUI.cpp