Namespaces | Enumerations

qxtnamespace.h File Reference

#include <qxtglobal.h>

Go to the source code of this file.

Namespaces

namespace  Qxt
 

The Qxt Namespace.


Enumerations

enum  Qxt::Rotation { Qxt::NoRotation = 0, Qxt::UpsideDown = 180, Qxt::Clockwise = 90, Qxt::CounterClockwise = 270 }
enum  Qxt::DecorationStyle { Qxt::NoDecoration, Qxt::Buttonlike, Qxt::Menulike }
enum  Qxt::ErrorCode {
  Qxt::NoError, Qxt::UnknownError, Qxt::LogicalError, Qxt::Bug,
  Qxt::UnexpectedEndOfFunction, Qxt::NotImplemented, Qxt::CodecError, Qxt::NotInitialised,
  Qxt::EndOfFile, Qxt::FileIOError, Qxt::FormatError, Qxt::DeviceError,
  Qxt::SDLError, Qxt::InsufficientMemory, Qxt::SeeErrorString, Qxt::UnexpectedNullParameter,
  Qxt::ClientTimeout, Qxt::SocketIOError, Qxt::ParserError, Qxt::HeaderTooLong,
  Qxt::Auth, Qxt::Overflow
}
enum  Qxt::QxtItemDataRole { Qxt::ItemStartTimeRole = Qt::UserRole + 1, Qxt::ItemDurationRole = ItemStartTimeRole + 1, Qxt::UserRole = ItemDurationRole + 23 }
enum  Qxt::Timeunit {
  Qxt::Second, Qxt::Minute, Qxt::Hour, Qxt::Day,
  Qxt::Week, Qxt::Month, Qxt::Year
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines