|
Kitlist
A list manager for maintaining kit lists
|
A dialog for editing or creating an Item. More...
#include "kitlistgui.hpp"
Public Member Functions | |
| ItemDialog (wxWindow *parent, const wxString &title) | |
| const std::string | get_name () const |
| The name. | |
| bool | is_checked () const |
| Whether checkbox was checked. | |
Private Attributes | |
| wxCheckBox * | checkbox_ctrl |
| The checkbox control. | |
| wxTextCtrl * | name_ctrl |
| The input control for the item name. | |
A dialog for editing or creating an Item.
Definition at line 596 of file kitlistgui.hpp.
| ItemDialog::ItemDialog | ( | wxWindow * | parent, |
| const wxString & | title ) |
Constructor.
| parent | The parent window. |
| title | This dialog's title. |
Definition at line 1075 of file kitlistgui.cpp.
|
inline |
|
inline |
Whether checkbox was checked.
Definition at line 627 of file kitlistgui.hpp.
|
private |
The checkbox control.
Definition at line 599 of file kitlistgui.hpp.
|
private |
The input control for the item name.
Definition at line 602 of file kitlistgui.hpp.