32 #include <qwidgetplugin.h>
38 #define CATALOGUEFORMMODE_LIST 0 // Elements list
39 #define CATALOGUEFORMMODE_ELEMENT 1 // Element form
40 #define CATALOGUEFORMMODE_GROUP 2 // Group form
47 wCatalogue( QWidget *parent = 0, WFlags fl = 0 );
49 bool checkStructure();
51 virtual QDialog* createEditor( QWidget *parent );
52 virtual QString displayString();
53 virtual bool isContainer() {
return true; };
56 void setFormMode(
int Mode );
58 virtual ERR_Code
Select( Q_ULLONG
id );
59 virtual ERR_Code SelectGroup( Q_ULLONG
id );
60 void valueChanged(
const QVariant & value );
63 int select( Q_ULLONG
id );
67 void selectionChanged(
const Q_ULLONG);
73 void newSelectionFilter(
const QString &);
74 void newSelectionGroupId(
const Q_ULLONG );
79 #endif // WCATALOGUE_H
Definition: wcatalogue.h:43
Definition: adatabase.h:77