UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
QfSelDbtFile.H
1 /* QfSelDbtFile.H */
2 /* $Id: QfSelDbtFile.H,v 1.1 2001/01/11 19:31:45 hoh Exp $ */
3 #ifndef __QfSelDbtFile_H
4 #define __QfSelDbtFile_H
5 
6 #include <zm/QfSelectionField.H>
7 #include <zm/dialogs.h>
8 
10 protected:
11  char sRes[DB_FILE_NAME_LEN+1];
12  dbNameStruct *dbnsMask,*dbnsRes;
13  int ism;
14 
15  virtual void create_self(Widget wParent);
16  virtual void click_select();
17 public:
18  QfSelDbtFile(char *szLabel,dbNameStruct* dbmask,
19  dbNameStruct* dbres,int iSelMod,int nWidth = QfTEXT_FIELD_WIDTH*2);
20 };
21 
22 #endif /* QfSelDbtFile.H */
Definition: dbnamedefs.h:67
virtual void create_self(Widget wParent)
Definition: QfSelDbtFile.H:9
Definition: QfSelectionField.H:13