34 #include <qmainwindow.h>
35 #include <qtextbrowser.h>
36 #include <qworkspace.h>
40 #include "atemplate.h"
41 #include "aootemplate.h"
42 #include "amsotemplate.h"
58 QTextBrowser *textBrowser;
59 aReportBrowser( QWidget *parent = 0,
const char *name = 0, WFlags f = WDestructiveClose );
60 void append(
const QString &text );
66 virtual void languageChange();
102 aReport( aCfgItem context, RT_type r_type = RT_text,
aEngine * e = 0 );
103 aReport( QString name, RT_type r_type = RT_text,
aEngine * e = 0 );
107 QString path2workdir();
110 void setTable(
const QString &name );
111 void setValue(
const QString &name,
const QString &value );
112 QString value(
const QString &name );
114 void exec(
const QString §ion );
117 void save(
const QString&);
119 QString getName4NewTemplate();
Definition: itemplate.h:58
virtual ERR_Code initObject()
Init object after create.
Definition: aobject.cpp:253
RT_type
Definition: areport.h:89
Definition: adatabase.h:77