Spring Class Reference
#include <spring.h>
Inheritance diagram for Spring:

Public Types | |
| enum | SizeType { Fixed = 0, Minimum = MayGrow, Maximum = MayShrink, Preferred = MayGrow|MayShrink, MinimumExpanding = Minimum|ExpMask, Expanding = MinimumExpanding|MayShrink } |
Public Member Functions | |
| Spring (QWidget *parent, const char *name) | |
| ~Spring () | |
| void | setOrientation (Orientation orient) |
| Orientation | orientation () const |
| void | setSizeType (SizeType size) |
| SizeType | sizeType () const |
| void | setPreviewMode () |
Static Public Member Functions | |
| static bool | isPropertyVisible (const QCString &name) |
| static void | saveSpring (KFormDesigner::ObjectTreeItem *item, QDomElement &parent, QDomDocument &domDoc, bool insideGridLayout) |
Properties | |
| Orientation | orientation |
| SizeType | sizeType |
Member Enumeration Documentation
|
|
|
Constructor & Destructor Documentation
|
||||||||||||
|
Definition at line 36 of file spring.cpp. References setSizeType(). |
|
|
|
Member Function Documentation
|
|
Definition at line 116 of file spring.cpp. Referenced by StdWidgetFactory::isPropertyVisibleInternal(). |
|
|
|
|
||||||||||||||||||||
|
|
Definition at line 45 of file spring.cpp. References setSizeType(), and sizeType(). |
|
|
|
|
|
Definition at line 63 of file spring.cpp. Referenced by setOrientation(), and Spring(). |
|
|
Referenced by setOrientation(). |
Property Documentation
|
|
|
|
|
|
The documentation for this class was generated from the following files:
