![]() |
Qt 6.x
The Qt SDK
|
#include <ui4.h>
Public Types | |
enum | Kind { Unknown = 0 , Bool , Color , Cstring , Cursor , CursorShape , Enum , Font , IconSet , Pixmap , Palette , Point , Rect , Set , Locale , SizePolicy , Size , String , StringList , Number , Float , Double , Date , Time , DateTime , PointF , RectF , SizeF , LongLong , Char , Url , UInt , ULongLong , Brush } |
enum DomProperty::Kind |
|
default |
|
inline |
|
inline |
|
inline |
Definition at line 2474 of file ui4.h.
Referenced by DatabaseInfo::acceptWidget(), and write().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2490 of file ui4.h.
Referenced by Python::WriteImports::acceptProperty(), and write().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2540 of file ui4.h.
Referenced by CPP::WriteInitialization::acceptWidget(), and write().
|
inline |
|
inline |
|
inline |
Definition at line 2517 of file ui4.h.
Referenced by Python::WriteImports::acceptProperty(), and write().
|
inline |
|
inline |
Definition at line 2532 of file ui4.h.
Referenced by CPP::WriteInitialization::acceptWidget().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2472 of file ui4.h.
Referenced by Python::WriteImports::acceptProperty(), WriteIncludesBase::acceptProperty(), and write().
void DomProperty::read | ( | QXmlStreamReader & | reader | ) |
Definition at line 4912 of file ui4.cpp.
References Qt::CaseInsensitive, setAttributeName(), setAttributeStdset(), setElementBool(), setElementBrush(), setElementChar(), setElementColor(), setElementCstring(), setElementCursor(), setElementCursorShape(), setElementDate(), setElementDateTime(), setElementDouble(), setElementEnum(), setElementFloat(), setElementFont(), setElementIconSet(), setElementLocale(), setElementLongLong(), setElementNumber(), setElementPalette(), setElementPixmap(), setElementPoint(), setElementPointF(), setElementRect(), setElementRectF(), setElementSet(), setElementSize(), setElementSizeF(), setElementSizePolicy(), setElementString(), setElementStringList(), setElementTime(), setElementUInt(), setElementULongLong(), setElementUrl(), and tag.
|
inline |
void DomProperty::setElementCursor | ( | int | a | ) |
Definition at line 5322 of file ui4.cpp.
References CursorShape.
Referenced by read().
void DomProperty::setElementDateTime | ( | DomDateTime * | a | ) |
void DomProperty::setElementDouble | ( | double | a | ) |
void DomProperty::setElementFloat | ( | float | a | ) |
void DomProperty::setElementIconSet | ( | DomResourceIcon * | a | ) |
void DomProperty::setElementNumber | ( | int | a | ) |
void DomProperty::setElementPalette | ( | DomPalette * | a | ) |
void DomProperty::setElementPixmap | ( | DomResourcePixmap * | a | ) |
void DomProperty::setElementSizePolicy | ( | DomSizePolicy * | a | ) |
Definition at line 5448 of file ui4.cpp.
References SizePolicy.
Referenced by read().
void DomProperty::setElementStringList | ( | DomStringList * | a | ) |
Definition at line 5490 of file ui4.cpp.
References StringList.
Referenced by read().
void DomProperty::setElementULongLong | ( | qulonglong | a | ) |
DomDateTime * DomProperty::takeElementDateTime | ( | ) |
DomResourceIcon * DomProperty::takeElementIconSet | ( | ) |
DomPalette * DomProperty::takeElementPalette | ( | ) |
DomResourcePixmap * DomProperty::takeElementPixmap | ( | ) |
DomSizePolicy * DomProperty::takeElementSizePolicy | ( | ) |
DomStringList * DomProperty::takeElementStringList | ( | ) |
Definition at line 5117 of file ui4.cpp.
References attributeName(), attributeStdset(), Bool, Brush, Char, Color, Cstring, Cursor, CursorShape, Date, DateTime, Double, elementBool(), elementCstring(), elementCursor(), elementCursorShape(), elementDouble(), elementEnum(), elementFloat(), elementLongLong(), elementNumber(), elementSet(), elementUInt(), elementULongLong(), Enum, Float, Font, hasAttributeName(), hasAttributeStdset(), IconSet, QString::isEmpty(), kind(), Locale, LongLong, QString::number(), Number, Palette, Pixmap, Point, PointF, QStringLiteral, Rect, RectF, Set, Size, SizeF, SizePolicy, String, StringList, Time, QString::toLower(), UInt, ULongLong, Url, DomColor::write(), DomBrush::write(), DomPalette::write(), DomFont::write(), DomPoint::write(), DomRect::write(), DomLocale::write(), DomSizePolicy::write(), DomSize::write(), DomDate::write(), DomTime::write(), DomDateTime::write(), DomStringList::write(), DomResourcePixmap::write(), DomResourceIcon::write(), DomString::write(), DomPointF::write(), DomRectF::write(), DomSizeF::write(), DomChar::write(), and DomUrl::write().
Referenced by DomBrush::write().