Hpaned.h
Go to the documentation of this file.
1 
3 //
4 // Header file for Hpaned
5 //
6 // This file is generated by RapidApp 1.2
7 //
8 // This class is derived from HpanedUI which
9 // implements the user interface created in
10 // RapidApp. This class contains virtual
11 // functions that are called from the user interface.
12 //
13 // When you modify this header file, limit your changes to those
14 // areas between the "//---- Start/End editable code block" markers
15 //
16 // This will allow RapidApp to integrate changes more easily
17 //
18 // This class is a ViewKit user interface "component".
19 // For more information on how components are used, see the
20 // "ViewKit Programmers' Manual", and the RapidApp
21 // User's Guide.
23 #ifndef HPANED_H
24 #define HPANED_H
25 #include "HpanedUI.h"
26 //---- Start editable code block: headers and declarations
27 
28 
29 //---- End editable code block: headers and declarations
30 
31 
32 //---- Hpaned class declaration
33 
34 class Hpaned : public HpanedUI
35 {
36 
37  public:
38 
39  Hpaned ( const char *, Widget );
40  Hpaned ( const char * );
41  ~Hpaned();
42  const char * className();
43  virtual void openFile(const char *);
44 
45  static VkComponent *CreateHpaned( const char *name, Widget parent );
46 
47  //---- Start editable code block: Hpaned public
48 
49  class SoXtExaminerViewer *viewer() {return _viewer;}
50 
51  //---- End editable code block: Hpaned public
52 
53 
54 
55  protected:
56 
57 
58  // These functions will be called as a result of callbacks
59  // registered in HpanedUI
60 
61  virtual void autoToggleCB ( Widget, XtPointer );
62  virtual void speedScaleCB ( Widget, XtPointer );
63 
64  //---- Start editable code block: Hpaned protected
65 
66 
67  //---- End editable code block: Hpaned protected
68 
69 
70 
71  private:
72 
73  static void* RegisterHpanedInterface();
74 
75  //---- Start editable code block: Hpaned private
76 
77 
78  //---- End editable code block: Hpaned private
79 
80 
81 };
82 //---- Start editable code block: End of generated code
83 
84 
85 //---- End editable code block: End of generated code
86 
87 #endif
88 
Hpaned(const char *, Widget)
static void * RegisterHpanedInterface()
static VkComponent * CreateHpaned(const char *name, Widget parent)
virtual void speedScaleCB(Widget, XtPointer)
png_infop png_charpp name
virtual void autoToggleCB(Widget, XtPointer)
virtual void openFile(const char *)
Definition: Hpaned.h:34
class SoXtExaminerViewer * viewer()
Definition: Hpaned.h:49
class SoXtExaminerViewer * _viewer
Definition: HpanedUI.h:65
const char * className()


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:50