#include <dialogs.h>
Public Member Functions | |
| NewDialog () | |
| Constructor. | |
| void | set_overview (const Case::Overview &overview) |
| Set the case overview to use. | |
| Case::Overview | get_overview () |
| Get updated or new case information. | |
Private Member Functions | |
| void | construct () |
Private Attributes | |
| Gtk::Label * | m_CaseNameLabel |
| Gtk::Label * | m_CaseAuthorLabel |
| Gtk::Label * | m_LawSysLabel |
| Gtk::Entry * | m_CaseNameEntry |
| Gtk::Entry * | m_CaseAuthorEntry |
| Gtk::ComboBoxText * | m_LawSysCB |
| void NewDialog::set_overview | ( | const Case::Overview & | overview | ) |
Set the case overview to use.
| overview | Case::Overview struct to default values to |
| Case::Overview NewDialog::get_overview | ( | ) |
Get updated or new case information.
1.5.3