#include <Wt/WFlags>
Namespaces | |
namespace | Wt |
Enumerations | |
enum | Wt::Orientation { Wt::Horizontal = 0x1, Wt::Vertical = 0x2 } |
Enumeration that indicates a direction. More... | |
enum | Wt::StandardButton { Wt::NoButton = 0x00, Wt::Ok = 0x01, Wt::Cancel = 0x02, Wt::Yes = 0x04, Wt::No = 0x08, Wt::Abort = 0x10, Wt::Retry = 0x20, Wt::Ignore = 0x40, Wt::YesAll = 0x80, Wt::NoAll = 0x100 } |
Enumeration that indicates a standard button. More... | |
enum | Wt::Icon { Wt::NoIcon = 0, Wt::Information = 1, Wt::Warning = 2, Wt::Critical = 3, Wt::Question = 4 } |
Enumeration that indiciates a standard icon. More... | |
enum | Wt::SelectionMode { Wt::NoSelection = 0, Wt::SingleSelection = 1, Wt::ExtendedSelection = 3 } |
Enumeration that indicates how items may be selected. More... | |
enum | Wt::SelectionBehavior { Wt::SelectItems = 0, Wt::SelectRows = 1 } |
Enumeration that indicates what is being selected. More... | |
enum | Wt::SelectionFlag { Wt::Select = 1, Wt::Deselect = 2, Wt::ToggleSelect = 3, Wt::ClearAndSelect = 4 } |
Enumeration that indicates how to change a selection. More... | |
enum | Wt::Side { Wt::Top = 0x1, Wt::Bottom = 0x2, Wt::Left = 0x4, Wt::Right = 0x8, Wt::CenterX = 0x10, Wt::CenterY = 0x20 } |
Enumeration that indicates a relative location. More... | |
enum | Wt::AlignmentFlag { Wt::AlignLeft = 0x1, Wt::AlignRight = 0x2, Wt::AlignCenter = 0x4, Wt::AlignJustify = 0x8, Wt::AlignBaseline = 0x10, Wt::AlignSub = 0x20, Wt::AlignSuper = 0x40, Wt::AlignTop = 0x80, Wt::AlignTextTop = 0x100, Wt::AlignMiddle = 0x200, Wt::AlignBottom = 0x400, Wt::AlignTextBottom = 0x800 } |
Enumeration that specifies a horizontal or a vertical alignment. More... | |
enum | Wt::PositionScheme { Wt::Static, Wt::Relative, Wt::Absolute, Wt::Fixed } |
Enumeration that specifies a layout mechanism for a widget. More... | |
enum | Wt::Cursor { Wt::ArrowCursor, Wt::AutoCursor, Wt::CrossCursor, Wt::PointingHandCursor, Wt::OpenHandCursor, Wt::WaitCursor, Wt::IBeamCursor, Wt::WhatsThisCursor } |
Enumeration for a cursor style. More... | |
enum | Wt::AnchorTarget { Wt::TargetSelf, Wt::TargetThisWindow, Wt::TargetNewWindow } |
Enumeration that specifies where the target of an anchor should be displayed. More... | |
enum | Wt::TextFormat { Wt::XHTMLText, Wt::XHTMLUnsafeText, Wt::PlainText } |
Enumeration that indicates the text format. More... | |
enum | Wt::GlobalColor { Wt::white, Wt::black, Wt::red, Wt::darkRed, Wt::green, Wt::darkGreen, Wt::blue, Wt::darkBlue, Wt::cyan, Wt::darkCyan, Wt::magenta, Wt::darkMagenta, Wt::yellow, Wt::darkYellow, Wt::gray, Wt::darkGray, Wt::lightGray, Wt::transparent } |
Enumeration for predefined colors. More... | |
enum | Wt::KeyboardModifier { Wt::NoModifier = 0x0, Wt::ShiftModifier = 0x1, Wt::ControlModifier = 0x2, Wt::AltModifier = 0x4, Wt::MetaModifier = 0x8 } |
Enumeration for keyboard modifiers. More... | |
enum | Wt::Key { Wt::Key_unknown = 0, Wt::Key_Enter = 13, Wt::Key_Tab = 9, Wt::Key_Backspace = 8, Wt::Key_Shift = 16, Wt::Key_Control = 17, Wt::Key_Alt = 18, Wt::Key_PageUp = 33, Wt::Key_PageDown = 34, Wt::Key_End = 35, Wt::Key_Home = 36, Wt::Key_Left = 37, Wt::Key_Up = 38, Wt::Key_Right = 39, Wt::Key_Down = 40, Wt::Key_Insert = 45, Wt::Key_Delete = 46, Wt::Key_Escape = 27, Wt::Key_F1 = 112, Wt::Key_F2 = 113, Wt::Key_F3 = 114, Wt::Key_F4 = 115, Wt::Key_F5 = 116, Wt::Key_F6 = 117, Wt::Key_F7 = 118, Wt::Key_F8 = 119, Wt::Key_F9 = 120, Wt::Key_F10 = 121, Wt::Key_F11 = 122, Wt::Key_F12 = 123, Wt::Key_Space = ' ', Wt::Key_A = 'A', Wt::Key_B = 'B', Wt::Key_C = 'C', Wt::Key_D = 'D', Wt::Key_E = 'E', Wt::Key_F = 'F', Wt::Key_G = 'G', Wt::Key_H = 'H', Wt::Key_I = 'I', Wt::Key_J = 'J', Wt::Key_K = 'K', Wt::Key_L = 'L', Wt::Key_M = 'M', Wt::Key_N = 'N', Wt::Key_O = 'O', Wt::Key_P = 'P', Wt::Key_Q = 'Q', Wt::Key_R = 'R', Wt::Key_S = 'S', Wt::Key_T = 'T', Wt::Key_U = 'U', Wt::Key_V = 'V', Wt::Key_W = 'W', Wt::Key_X = 'X', Wt::Key_Y = 'Y', Wt::Key_Z = 'Z' } |
Enumeration for key codes. More... | |
enum | Wt::CheckState { Wt::Unchecked, Wt::PartiallyChecked, Wt::Checked } |
Enumeration for the check state of a check box. More... | |
enum | Wt::PaintFlag { Wt::PaintUpdate = 0x1 } |
Enumeration that indicates how to change a selection. More... | |
enum | Wt::ApplicationType { Wt::Application, Wt::WidgetSet } |
Enumeration that indicates a Wt application type. More... | |
Variables | |
static const WFlags< Side > | Wt::None = 0 |
No side. | |
static const WFlags< Side > | Wt::CenterXY = CenterX | CenterY |
(CenterX | CenterY) | |
static const WFlags< Side > | Wt::Horizontals = Left | Right |
(Left | Right) | |
static const WFlags< Side > | Wt::Verticals = Top | Bottom |
(Top | Bottom) | |
static const WFlags< Side > | Wt::All = Top | Bottom | Left | Right |
All sides. | |
static const WFlags < AlignmentFlag > | Wt::AlignHorizontalMask = AlignLeft | AlignRight | AlignCenter | AlignJustify |
Combination of all horizontal alignment flags. | |
static const WFlags < AlignmentFlag > | Wt::AlignVerticalMask = AlignBaseline | AlignSub | AlignSuper | AlignTop | AlignTextTop | AlignMiddle | AlignBottom | AlignTextBottom | AlignLength |
Combination of all vertical alignment flags. |