KDEUI
KStyle::TextOption Struct Reference
[KStyle option representation]
Option representing text drawing info. For Generic::Text. More...
#include <kstyle.h>
Inheritance diagram for KStyle::TextOption:
Public Member Functions | |
| void | init () |
| TextOption (const QString &_text) | |
| TextOption () | |
Public Attributes | |
| Qt::Alignment | hAlign |
| QString | text |
Detailed Description
Option representing text drawing info. For Generic::Text.
Definition at line 368 of file kstyle.h.
Constructor & Destructor Documentation
| KStyle::TextOption::TextOption | ( | ) |
Definition at line 4432 of file kstyle.cpp.
| KStyle::TextOption::TextOption | ( | const QString & | _text | ) |
Convenience constructor.
- Parameters:
-
_text initializes the text string property
Definition at line 4437 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 4443 of file kstyle.cpp.
Member Data Documentation
| Qt::Alignment KStyle::TextOption::hAlign |
The documentation for this struct was generated from the following files:
KDE 4.3 API Reference