Home · All Classes · alphabetical Classes List · Modules · Functions ·

Qxt Namespace Reference
[Core]

The Qxt Namespace. More...

Enumerations


Detailed Description

The Qxt Namespace.

The Qxt Namespace


Enumeration Type Documentation

enum Qxt::DecorationStyle

This enum describes the decoration style.

Enumerator:
NoDecoration  No decoration
Buttonlike  A style like in Qt Designer's Widget Box.
Menulike  A menu alike style.


enum Qxt::ErrorCode

The error Code dropped by QxtError

Enumerator:
NoError  everything fine
UnknownError  a not defined error
LogicalError  something happened that makes no sense (e.g. you tryed to compare apples and bananas)
Bug  that should not happen. please report any ocurence of it.
UnexpectedEndOfFunction  suddenly the function returned where it should not. please report this behaiviour
NotImplemented  the feature you requested has not been implemented for this situation. this could also mean you are trying to compare apples and bananas.
CodecError  Something went wrong with some codec. Please check if your codec is supported
NotInitialised  Somone tryed to call a function of an object that needs to be start() ed or something like it.
EndOfFile  The end of the Input has been reached. There is no more data.
FileIOError  File Input/Output Error
FormatError  The Format of the input is corupted or not supported.
DeviceError  The Device of the Computer reported failure or we are not able to comunicate with it.
SDLError  SDL reported an error
InsufficientMemory  Not enough memory to perform the action.
SeeErrorString  The Error has no definition here, but the Error String should tell you more. This is mostly used for third party errors.


enum Qxt::Rotation

This enum describes the rotation.

Enumerator:
NoRotation  No rotation.
UpsideDown  Upside down (180 degrees).
Clockwise  Clockwise (90 degrees).
CounterClockwise  CounterClockwise (-90 degrees).



(c) 2007A.Picciani and A.Higerd LGPL
libqxt 0.2