#include <triggerdialogs.h>
Public Types | |
enum | Type { TYPE_POS_LEFT, TYPE_POS_RIGHT } |
typedef std::pair < Glib::ustring, Type > | Data |
Public Member Functions | |
ShowEvidenceDialog (const EvidenceMap &ev) | |
Data | get_data () const |
Protected Member Functions | |
void | construct (const EvidenceMap &ev) |
void | on_combo_box_changed () |
Protected Attributes | |
Gtk::RadioButtonGroup | m_Group |
Gtk::RadioButton * | m_LeftRB |
Gtk::RadioButton * | m_RightRB |
Gtk::Label * | m_PositionLabel |
Gtk::Label * | m_EvidenceLabel |
Gtk::Label * | m_PreviewLabel |
EvidenceComboBox * | m_EvidenceCB |
Gtk::Image * | m_Image |