Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
GUI_PTU::GUIDialog Class Reference

Class GUIDialog. More...

#include <GUI.h>

Inheritance diagram for GUI_PTU::GUIDialog:
Inheritance graph
[legend]

Public Member Functions

 GUIDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("PTU Visualisation"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~GUIDialog ()
 

Protected Member Functions

virtual void OnDialogClose (wxCloseEvent &event)
 
virtual void OnImmChecked (wxCommandEvent &event)
 
virtual void OnLeftTopicChoice (wxCommandEvent &event)
 
virtual void OnListenChecked (wxCommandEvent &event)
 
virtual void OnPanScroll (wxScrollEvent &event)
 
virtual void OnPanSpin (wxSpinEvent &event)
 
virtual void OnPanSpinText (wxCommandEvent &event)
 
virtual void OnPTUChoice (wxCommandEvent &event)
 
virtual void OnRightTopicChoice (wxCommandEvent &event)
 
virtual void OnTiltScroll (wxScrollEvent &event)
 
virtual void OnTiltSpin (wxSpinEvent &event)
 
virtual void OnTiltSpinText (wxCommandEvent &event)
 
virtual void OnUpdateClicked (wxCommandEvent &event)
 

Protected Attributes

wxPanel * cameraPanel
 
wxCheckBox * immCheck
 
wxComboBox * leftImageTopic
 
wxImagePanelleftPanel
 
wxCheckBox * listenCheck
 
wxStaticLine * m_staticline2
 
wxStaticLine * m_staticline3
 
wxStaticText * m_staticText10
 
wxStaticText * m_staticText11
 
wxStaticText * m_staticText13
 
wxStaticText * m_staticText14
 
wxStaticText * m_staticText15
 
wxStaticText * m_staticText16
 
wxStaticText * m_staticText20
 
wxStaticText * m_staticText21
 
wxStaticText * m_staticText22
 
wxStaticText * m_staticText23
 
wxStaticText * m_staticText24
 
wxStaticText * m_staticText25
 
wxStaticText * m_staticText3
 
wxStaticText * m_staticText4
 
wxStaticText * m_staticText5
 
wxStaticText * m_staticText6
 
wxSpinCtrl * pan_accel
 
wxSpinCtrl * pan_base
 
wxSpinCtrl * pan_hold
 
wxSpinCtrl * pan_max
 
wxSpinCtrl * pan_min
 
wxSpinCtrl * pan_move
 
wxSpinCtrl * pan_target
 
wxSpinCtrl * pan_upper
 
wxStaticText * panAngleLabel
 
wxSlider * panSlider
 
wxSpinCtrl * panSpinner
 
wxComboBox * ptuChoice
 
wxComboBox * rightImageTopic
 
wxImagePanelrightPanel
 
wxStaticLine * settingsDivider
 
wxPanel * settingsPanel
 
wxSpinCtrl * tilt_accel
 
wxSpinCtrl * tilt_base
 
wxSpinCtrl * tilt_hold
 
wxSpinCtrl * tilt_max
 
wxSpinCtrl * tilt_min
 
wxSpinCtrl * tilt_move
 
wxSpinCtrl * tilt_target
 
wxSpinCtrl * tilt_upper
 
wxStaticText * tiltAngleLabel
 
wxSlider * tiltSlider
 
wxSpinCtrl * tiltSpinner
 
wxButton * updateButton
 

Detailed Description

Class GUIDialog.

Definition at line 46 of file GUI.h.

Constructor & Destructor Documentation

GUI_PTU::GUIDialog::GUIDialog ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxString &  title = wxT("PTU Visualisation"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( -1,-1 ),
long  style = wxDEFAULT_DIALOG_STYLE 
)

Definition at line 14 of file GUI.cpp.

GUI_PTU::GUIDialog::~GUIDialog ( )

Definition at line 280 of file GUI.cpp.

Member Function Documentation

virtual void GUI_PTU::GUIDialog::OnDialogClose ( wxCloseEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 104 of file GUI.h.

virtual void GUI_PTU::GUIDialog::OnImmChecked ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 114 of file GUI.h.

virtual void GUI_PTU::GUIDialog::OnLeftTopicChoice ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 105 of file GUI.h.

virtual void GUI_PTU::GUIDialog::OnListenChecked ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 115 of file GUI.h.

virtual void GUI_PTU::GUIDialog::OnPanScroll ( wxScrollEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 108 of file GUI.h.

virtual void GUI_PTU::GUIDialog::OnPanSpin ( wxSpinEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 109 of file GUI.h.

virtual void GUI_PTU::GUIDialog::OnPanSpinText ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 110 of file GUI.h.

virtual void GUI_PTU::GUIDialog::OnPTUChoice ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 107 of file GUI.h.

virtual void GUI_PTU::GUIDialog::OnRightTopicChoice ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 106 of file GUI.h.

virtual void GUI_PTU::GUIDialog::OnTiltScroll ( wxScrollEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 111 of file GUI.h.

virtual void GUI_PTU::GUIDialog::OnTiltSpin ( wxSpinEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 112 of file GUI.h.

virtual void GUI_PTU::GUIDialog::OnTiltSpinText ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 113 of file GUI.h.

virtual void GUI_PTU::GUIDialog::OnUpdateClicked ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in GUI_PTU::PTU_GUI.

Definition at line 116 of file GUI.h.

Member Data Documentation

wxPanel* GUI_PTU::GUIDialog::cameraPanel
protected

Definition at line 51 of file GUI.h.

wxCheckBox* GUI_PTU::GUIDialog::immCheck
protected

Definition at line 99 of file GUI.h.

wxComboBox* GUI_PTU::GUIDialog::leftImageTopic
protected

Definition at line 52 of file GUI.h.

wxImagePanel* GUI_PTU::GUIDialog::leftPanel
protected

Definition at line 54 of file GUI.h.

wxCheckBox* GUI_PTU::GUIDialog::listenCheck
protected

Definition at line 100 of file GUI.h.

wxStaticLine* GUI_PTU::GUIDialog::m_staticline2
protected

Definition at line 61 of file GUI.h.

wxStaticLine* GUI_PTU::GUIDialog::m_staticline3
protected

Definition at line 69 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText10
protected

Definition at line 75 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText11
protected

Definition at line 77 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText13
protected

Definition at line 79 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText14
protected

Definition at line 81 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText15
protected

Definition at line 83 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText16
protected

Definition at line 85 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText20
protected

Definition at line 87 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText21
protected

Definition at line 89 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText22
protected

Definition at line 91 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText23
protected

Definition at line 93 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText24
protected

Definition at line 95 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText25
protected

Definition at line 97 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText3
protected

Definition at line 62 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText4
protected

Definition at line 64 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText5
protected

Definition at line 70 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::m_staticText6
protected

Definition at line 72 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::pan_accel
protected

Definition at line 82 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::pan_base
protected

Definition at line 76 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::pan_hold
protected

Definition at line 84 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::pan_max
protected

Definition at line 65 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::pan_min
protected

Definition at line 63 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::pan_move
protected

Definition at line 86 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::pan_target
protected

Definition at line 78 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::pan_upper
protected

Definition at line 80 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::panAngleLabel
protected

Definition at line 58 of file GUI.h.

wxSlider* GUI_PTU::GUIDialog::panSlider
protected

Definition at line 59 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::panSpinner
protected

Definition at line 60 of file GUI.h.

wxComboBox* GUI_PTU::GUIDialog::ptuChoice
protected

Definition at line 57 of file GUI.h.

wxComboBox* GUI_PTU::GUIDialog::rightImageTopic
protected

Definition at line 53 of file GUI.h.

wxImagePanel* GUI_PTU::GUIDialog::rightPanel
protected

Definition at line 55 of file GUI.h.

wxStaticLine* GUI_PTU::GUIDialog::settingsDivider
protected

Definition at line 74 of file GUI.h.

wxPanel* GUI_PTU::GUIDialog::settingsPanel
protected

Definition at line 56 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::tilt_accel
protected

Definition at line 94 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::tilt_base
protected

Definition at line 88 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::tilt_hold
protected

Definition at line 96 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::tilt_max
protected

Definition at line 73 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::tilt_min
protected

Definition at line 71 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::tilt_move
protected

Definition at line 98 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::tilt_target
protected

Definition at line 90 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::tilt_upper
protected

Definition at line 92 of file GUI.h.

wxStaticText* GUI_PTU::GUIDialog::tiltAngleLabel
protected

Definition at line 66 of file GUI.h.

wxSlider* GUI_PTU::GUIDialog::tiltSlider
protected

Definition at line 67 of file GUI.h.

wxSpinCtrl* GUI_PTU::GUIDialog::tiltSpinner
protected

Definition at line 68 of file GUI.h.

wxButton* GUI_PTU::GUIDialog::updateButton
protected

Definition at line 101 of file GUI.h.


The documentation for this class was generated from the following files:


asr_flir_ptu_driver
Author(s): Valerij Wittenbeck, Joachim Gehrung, Pascal Meißner, Patrick Schlosser
autogenerated on Mon Dec 2 2019 03:15:17