QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RTextEditPlugin.h
Go to the documentation of this file.
1
#ifndef RTEXTEDITPLUGIN_H_
2
#define RTEXTEDITPLUGIN_H_
3
4
#include <QDesignerCustomWidgetInterface>
5
6
class
RTextEditPlugin
:
public
QObject,
public
QDesignerCustomWidgetInterface {
7
8
Q_OBJECT
9
Q_INTERFACES(QDesignerCustomWidgetInterface)
10
11
public
:
12
RTextEditPlugin
(QObject *parent = 0);
13
14
bool
isContainer
()
const
;
15
bool
isInitialized
()
const
;
16
QIcon
icon
()
const
;
17
QString
domXml
()
const
;
18
QString
group
()
const
;
19
QString
includeFile
()
const
;
20
QString
name
()
const
;
21
QString
toolTip
()
const
;
22
QString
whatsThis
()
const
;
23
QWidget *
createWidget
(QWidget *parent);
24
void
initialize
(QDesignerFormEditorInterface *core);
25
26
private
:
27
bool
initialized
;
28
};
29
30
#endif
src
plugins
qt
RTextEditPlugin.h
Generated on Tue Jun 26 2012 18:41:08 for QCAD Application Framework by
1.8.1.1