UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
QfGate.H
1 /* QfGate.H */
2 /* $Id: QfGate.H,v 1.1 2003/10/07 08:05:50 vlad Exp $ */
3 #ifndef __QfGate_H
4 #define __QfGate_H
5 
6 #include <zm/QfTower.H>
7 
8 
14 class QfGate: public QfTower
15 {
16 public:
17 
20  QfGate (const char* szLabel, QfDecoration eDecor = QfDECOR_NONE,
21  const char* szResName = QfKING_NAME);
22 
23 
25  virtual Widget container () const;
26 
27 protected:
28 
29  Widget wArrow;
32  Widget wLabel;
33  Widget wNestedForm;
34  XmString xmsLabel;
35 
37  virtual void create_self (Widget wParent);
38 
40  static void open_close_cb (Widget w, XtPointer pUserData,
41  XtPointer pCallData);
42 
43 };
44 
45 
46 #endif /* QfGate.H */
virtual void create_self(Widget wParent)
Definition: QfTower.H:13
QfGate(const char *szLabel, QfDecoration eDecor=QfDECOR_NONE, const char *szResName=QfKING_NAME)
Widget wArrow
Definition: QfGate.H:29
Widget wNestedForm
Definition: QfGate.H:33
virtual Widget container() const
static void open_close_cb(Widget w, XtPointer pUserData, XtPointer pCallData)
Definition: QfGate.H:14
Widget wLabel
Definition: QfGate.H:32