TLoadingIndicator Class
Header: | #include <TLoadingIndicator> |
Inherits: | QWidget |
Public Types
enum | DisplayType { DisplayType_Loading, DisplayType_Progress, DisplayType_Info, DisplayType_Ok, DisplayType_Error, DisplayType_Warn } |
Properties
- displayType : DisplayType
- percent : int
- 58 properties inherited from QWidget
Public Functions
TLoadingIndicator(QWidget *parent = 0) | |
~TLoadingIndicator() | |
DisplayType | displayType() const |
int | percent() const |
Reimplemented Public Functions
virtual void | paintEvent(QPaintEvent *iEvent) |
- 213 public functions inherited from QWidget
Public Slots
void | setDisplayType(DisplayType iType) |
void | setPercent(int iValue) |
- 19 public slots inherited from QWidget
Additional Inherited Members
- 3 signals inherited from QWidget
- 5 static public members inherited from QWidget
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
Property Documentation
displayType : DisplayType
Access functions:
DisplayType | displayType() const |
void | setDisplayType(DisplayType iType) |
percent : int
Access functions:
int | percent() const |
void | setPercent(int iValue) |
Member Function Documentation
TLoadingIndicator::TLoadingIndicator(QWidget *parent = 0)
Default constructs an instance of TLoadingIndicator.
TLoadingIndicator::~TLoadingIndicator()
Destroys the instance of TLoadingIndicator.