Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
wxViscaControlPanel.h
1 #ifndef __wxViscaControlPanel__
2 #define __wxViscaControlPanel__
3 
4 /**
5 @file
6 Subclass of wxViscaControlPanelInterface, which is generated by wxFormBuilder.
7 */
8 #include <bias_config.h>
9 #include <Base/Common/BIASpragmaStart.hh>
10 #include "wxViscaControlPanelInterface.h"
11 #include <PanTilt/ViscaControl.hh>
12 
13 namespace BIAS
14 {
15  /** Implementing wxViscaControlPanelInterface */
17  {
18  protected:
19  // Handlers for wxViscaControlPanelInterface events.
20  void OnScrollZoom( wxScrollEvent& event );
21  void OnButtonWide( wxCommandEvent& event );
22  void OnButtonTele( wxCommandEvent& event );
23  void OnButtonStop( wxCommandEvent& event );
24  void OnProgressive( wxCommandEvent& event );
25  void OnButtonReset( wxCommandEvent& event );
26  void OnOpenCam( wxCommandEvent& event );
27  void OnCloseCam( wxCommandEvent& event );
28  void OnScrollPan( wxScrollEvent& event );
29  void OnScrollTilt( wxScrollEvent& event );
30  void OnConnect( wxCommandEvent& event );
31  void OnClose( wxCommandEvent& event );
32 
34 
35  public:
36  /** Constructor */
37  wxViscaControlPanel( wxWindow* parent );
38  };
39 }
40 #include <Base/Common/BIASpragmaEnd.hh>
41 #endif // __wxViscaControlPanel__
Implementing wxViscaControlPanelInterface.
for use with Sony PanTilt Cameras, also compatible with WISKA PanTilt Cameras.
Definition: ViscaControl.hh:57
BIAS::ViscaControl viscaControl_
Class wxViscaControlPanelInterface.