|
enum | gf::Alignment {
gf::Alignment::None,
gf::Alignment::Left,
gf::Alignment::Right,
gf::Alignment::Center,
gf::Alignment::Justify
} |
| The alignement of a text. More...
|
|
enum | gf::BlendEquation {
gf::BlendEquation::Add,
gf::BlendEquation::Substract,
gf::BlendEquation::ReverseSubstract
} |
| Enumeration of the blending equations. More...
|
|
enum | gf::BlendFactor {
gf::BlendFactor::Zero,
gf::BlendFactor::One,
gf::BlendFactor::SrcColor,
gf::BlendFactor::OneMinusSrcColor,
gf::BlendFactor::DstColor,
gf::BlendFactor::OneMinusDstColor,
gf::BlendFactor::SrcAlpha,
gf::BlendFactor::OneMinusSrcAlpha,
gf::BlendFactor::DstAlpha,
gf::BlendFactor::OneMinusDstAlpha
} |
| Enumeration of the blending factors. More...
|
|
enum | gf::Curve::Type {
gf::Curve::Simple,
gf::Curve::Outlined
} |
| The type of the curve. More...
|
|
enum | gf::ColorEffect::Type {
gf::ColorEffect::Normal,
gf::ColorEffect::Grayscale,
gf::ColorEffect::Sepia,
gf::ColorEffect::NightVision,
gf::ColorEffect::Warm,
gf::ColorEffect::Cool
} |
| Type of color effect. More...
|
|
enum | gf::ColorBlindEffect::Type {
gf::ColorBlindEffect::Normal,
gf::ColorBlindEffect::Protanopia,
gf::ColorBlindEffect::Protanomaly,
gf::ColorBlindEffect::Deuteranopia,
gf::ColorBlindEffect::Deuteranomaly,
gf::ColorBlindEffect::Tritanopia,
gf::ColorBlindEffect::Tritanomaly,
gf::ColorBlindEffect::Achromatopsia,
gf::ColorBlindEffect::Achromatomaly
} |
| Type of color blindness. More...
|
|
enum | gf::PrimitiveType {
gf::PrimitiveType::Points,
gf::PrimitiveType::LineStrip,
gf::PrimitiveType::LineLoop,
gf::PrimitiveType::Lines,
gf::PrimitiveType::TriangleStrip,
gf::PrimitiveType::TriangleFan,
gf::PrimitiveType::Triangles
} |
| Kind of primitives to render. More...
|
|
enum | gf::Shader::Type {
gf::Shader::Vertex,
gf::Shader::Fragment
} |
| Type of shaders. More...
|
|
enum | gf::BareTexture::Format {
gf::BareTexture::Format::Color,
gf::BareTexture::Format::Alpha
} |
| Format of the texture. More...
|
|
enum | gf::Anchor {
gf::Anchor::TopLeft,
gf::Anchor::TopCenter,
gf::Anchor::TopRight,
gf::Anchor::CenterLeft,
gf::Anchor::Center,
gf::Anchor::CenterRight,
gf::Anchor::BottomLeft,
gf::Anchor::BottomCenter,
gf::Anchor::BottomRight
} |
| The origin anchor of the transformable object. More...
|
|
enum | gf::UIWindow : uint32_t {
gf::UIWindow::Border = 0x0001,
gf::UIWindow::Movable = 0x0002,
gf::UIWindow::Scalable = 0x0004,
gf::UIWindow::Closable = 0x0008,
gf::UIWindow::Minimizable = 0x0010,
gf::UIWindow::NoScrollbar = 0x0020,
gf::UIWindow::Title = 0x0040,
gf::UIWindow::ScrollAutoHide = 0x0080,
gf::UIWindow::Background = 0x0100
} |
| Properties for windows and window-like elements. More...
|
|
enum | gf::UICollapse : bool {
gf::UICollapse::Minimized = false,
gf::UICollapse::Maximized = true
} |
| Collapse property of a tree. More...
|
|
enum | gf::UILayout {
gf::UILayout::Dynamic = 0,
gf::UILayout::Static = 1
} |
| Layout property for rows. More...
|
|
enum | gf::UITree {
gf::UITree::Node = 0,
gf::UITree::Tab = 1
} |
| The type of tree. More...
|
|
enum | gf::UIAlignment {
gf::UIAlignment::Left = 0x10 | 0x01,
gf::UIAlignment::Center = 0x10 | 0x02,
gf::UIAlignment::Right = 0x10 | 0x04
} |
| The alignment of the text. More...
|
|
enum | gf::UIButtonBehavior {
gf::UIButtonBehavior::Default = 0,
gf::UIButtonBehavior::Repeater = 1
} |
| Behavior for buttons. More...
|
|
enum | gf::UIProgress : bool {
gf::UIProgress::Fixed = false,
gf::UIProgress::Modifyable = true
} |
| State of the progress bar. More...
|
|
enum | gf::UISymbol {
gf::UISymbol::None,
gf::UISymbol::X,
gf::UISymbol::Underscore,
gf::UISymbol::CircleSolid,
gf::UISymbol::CircleOutline,
gf::UISymbol::RectSolid,
gf::UISymbol::RectOutline,
gf::UISymbol::TriangleUp,
gf::UISymbol::TriangleDown,
gf::UISymbol::TriangleLeft,
gf::UISymbol::TriangleRight,
gf::UISymbol::Plus,
gf::UISymbol::Minus
} |
| A representative symbol. More...
|
|
enum | gf::UIPopup {
gf::UIPopup::Static = 0,
gf::UIPopup::Dynamic = 1
} |
| Type of popup. More...
|
|
enum | gf::UIPredefinedStyle {
gf::UIPredefinedStyle::Default,
gf::UIPredefinedStyle::White,
gf::UIPredefinedStyle::Red,
gf::UIPredefinedStyle::Blue,
gf::UIPredefinedStyle::Dark
} |
| A predefined style. More...
|
|
All the classes related to graphics.