#include "getscreen.h"#include "getscreen_headerlist.h"#include "getscreen_classlist.h"Defines | |
| #define | CLASSITEM(cn) |
| #define | ENDCLASSLIST |
| #define | STARTCLASSLIST |
Functions | |
| QWidget * | xtGetScreen (const QString &classname, QWidget *parent, Qt::WindowFlags wflags, const QString &objectname) |
| #define CLASSITEM | ( | cn | ) |
if(classname == #cn) { \ w = new cn(parent, #cn, wflags); \ w->setObjectName(#cn); \ }
| #define ENDCLASSLIST |
| #define STARTCLASSLIST |
if(classname.isEmpty()) \ return 0;
| QWidget* xtGetScreen | ( | const QString & | classname, | |
| QWidget * | parent, | |||
| Qt::WindowFlags | wflags, | |||
| const QString & | objectname | |||
| ) |
| Generated on Tue Apr 20 12:02:26 2010 | xTuple ERP Programmer Reference, Version 3.5.0 |
1.6.1
|