KDEUI
KStyle::TextOption Struct Reference
[KStyle option representation]
#include <kstyle.h>
Inheritance diagram for KStyle::TextOption:

Detailed Description
Option representing text drawing info. For Generic::Text.Definition at line 306 of file kstyle.h.
Public Member Functions | |
void | init () |
TextOption (const QString &_text) | |
TextOption () | |
Public Attributes | |
Qt::Alignment | hAlign |
QString | text |
Constructor & Destructor Documentation
KStyle::TextOption::TextOption | ( | ) |
Definition at line 4077 of file kstyle.cpp.
KStyle::TextOption::TextOption | ( | const QString & | _text | ) |
Convenience constructor.
- Parameters:
-
_text initializes the text string property
Definition at line 4082 of file kstyle.cpp.
Member Function Documentation
void KStyle::TextOption::init | ( | ) |
Called by the constructor to set the default value of hAlign
.
Definition at line 4088 of file kstyle.cpp.
Member Data Documentation
Qt::Alignment KStyle::TextOption::hAlign |
The documentation for this struct was generated from the following files: