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_QLayout.h
Go to the documentation of this file.
1
#ifndef QTSCRIPTSHELL_QLAYOUT_H
2
#define QTSCRIPTSHELL_QLAYOUT_H
3
4
#include <qlayout.h>
5
6
#include <QtScript/qscriptvalue.h>
7
8
class
QtScriptShell_QLayout
:
public
QLayout
9
{
10
public
:
11
QtScriptShell_QLayout
();
12
QtScriptShell_QLayout
(QWidget* parent);
13
~QtScriptShell_QLayout
();
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_QLAYOUT_H
src
scripting
qt-labs-qtscriptgenerator-4.8.1
generated_cpp
com_trolltech_qt_gui
qtscriptshell_QLayout.h
Generated on Tue Jun 26 2012 18:41:09 for QCAD Application Framework by
1.8.1.1