#include <dialogs.h>
Public Member Functions | |
NewEvidenceDialog (const StringVector &ids) | |
Constructor. | |
Case::Evidence | get_evidence_data () |
Get the inputted evidence data. | |
Glib::ustring | get_image_path () const |
Get the inputted path to evidence image. | |
Private Member Functions | |
void | construct () |
void | on_id_changed () |
void | on_browse_button_clicked () |
Private Attributes | |
Gtk::Label * | m_PathLabel |
Gtk::Label * | m_IdLabel |
Gtk::Entry * | m_PathEntry |
Gtk::Entry * | m_IdEntry |
Gtk::Button * | m_BrowseButton |
Gtk::Button * | m_OKButton |
StringVector | m_UsedIds |
NewEvidenceDialog::NewEvidenceDialog | ( | const StringVector & | ids | ) |
Constructor.
ids | String vector of used evidence internal IDs |
Case::Evidence NewEvidenceDialog::get_evidence_data | ( | ) |
Get the inputted evidence data.
Glib::ustring NewEvidenceDialog::get_image_path | ( | ) | const [inline] |
Get the inputted path to evidence image.