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
qtscriptshell_QGridLayout.h
Go to the documentation of this file.
1
#ifndef QTSCRIPTSHELL_QGRIDLAYOUT_H
2
#define QTSCRIPTSHELL_QGRIDLAYOUT_H
3
4
#include <qgridlayout.h>
5
6
#include <QtScript/qscriptvalue.h>
7
8
class
QtScriptShell_QGridLayout
:
public
QGridLayout
9
{
10
public
:
11
QtScriptShell_QGridLayout
();
12
QtScriptShell_QGridLayout
(QWidget* parent);
13
~QtScriptShell_QGridLayout
();
14
15
void
addItem
(QLayoutItem* arg__1);
16
void
childEvent
(QChildEvent* e);
17
int
count
()
const
;
18
void
customEvent
(QEvent* arg__1);
19
bool
event
(QEvent* arg__1);
20
bool
eventFilter
(QObject* arg__1, QEvent* arg__2);
21
Qt::Orientations
expandingDirections
()
const
;
22
QRect
geometry
()
const
;
23
bool
hasHeightForWidth
()
const
;
24
int
heightForWidth
(
int
arg__1)
const
;
25
int
indexOf
(QWidget* arg__1)
const
;
26
void
invalidate
();
27
bool
isEmpty
()
const
;
28
QLayoutItem*
itemAt
(
int
index)
const
;
29
QLayout*
layout
();
30
QSize
maximumSize
()
const
;
31
int
minimumHeightForWidth
(
int
arg__1)
const
;
32
QSize
minimumSize
()
const
;
33
void
setGeometry
(
const
QRect& arg__1);
34
QSize
sizeHint
()
const
;
35
QSpacerItem*
spacerItem
();
36
QLayoutItem*
takeAt
(
int
index);
37
void
timerEvent
(QTimerEvent* arg__1);
38
QWidget*
widget
();
39
40
QScriptValue
__qtscript_self
;
41
};
42
43
#endif // QTSCRIPTSHELL_QGRIDLAYOUT_H
src
scripting
qt-labs-qtscriptgenerator-4.8.1
generated_cpp
com_trolltech_qt_gui
qtscriptshell_QGridLayout.h
Generated on Tue Jun 26 2012 18:41:09 for QCAD Application Framework by
1.8.1.1