Om  1.0.0
A universal framework for multimedia simulation
om::graphics::gui::renderers::GUIRenderer Member List

This is the complete list of members for om::graphics::gui::renderers::GUIRenderer, including all inherited members.

applyTransform(const Transform2f &newTransform)om::graphics::gui::renderers::GUIRendererinline
applyTransform(const Transform3f &newTransform)om::graphics::gui::renderers::GUIRendererinline
applyTransform(const Matrix4f &newTransform)om::graphics::gui::renderers::GUIRendererinline
beginDrawingObject(const objects::GUIObject &object, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderer
beginScissorTest(const AABB2f &localScissorViewport, Bool enabled=true, Bool respectParent=true)om::graphics::gui::renderers::GUIRenderer
beginScissorTest(const AABB3f &localScissorViewport, Bool enabled=true, Bool respectParent=true)om::graphics::gui::renderers::GUIRenderer
drawBorderedRectangle(const AABB2f &bounds, const Color4f &backgroundColor, const Color4f &borderColor, const Border &border, const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawButton(const objects::Button &button, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawCircle(const Vector2f &position, Float radius, const Color4f &color)om::graphics::gui::renderers::GUIRenderervirtual
drawColorPicker(const objects::ColorPicker &optionMenu, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawDivider(const objects::Divider &divider, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawGlyphLayout(const GlyphLayout &glyphLayout, const TextStyle &textStyle, const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawGlyphLayout(const GlyphLayout &glyphLayout, const TextStyle &textStyle, const AABB2f &parentBounds, const Origin &layoutAlignment, const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawGlyphLayoutSelection(const GlyphLayout &glyphLayout, const AABB1D< Index > &selection, const Color4f &selectionColor, const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawGraphView(const objects::GraphView &graphView, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawGridView(const objects::GridView &gridView, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawImage(const GUIImage &image, const AABB2f &imageBounds, const Color4f &tint, const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawImageView(const objects::ImageView &imageView, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawKnob(const objects::Knob &knob, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawLine(const Vector2f &start, const Vector2f &end, const Color4f &color, Float width=Float(1), const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawLines(const Vector2f *vertices, Size numVertices, const Color4f &color, Float width=Float(1), const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawLines(const ArrayList< Vector2f > &vertices, const Color4f &color, Float width=Float(1), const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRendererinline
drawLineStrip(const Vector2f *vertices, Size numVertices, const Color4f &color, Float width=Float(1), const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawLineStrip(const ArrayList< Vector2f > &vertices, const Color4f &color, Float width=Float(1), const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRendererinline
drawListView(const objects::ListView &listView, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawMeter(const objects::Meter &meter, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawNumberField(const objects::NumberField &numberField, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawObject(const objects::GUIObject &object, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawObjectView(const objects::ObjectView &objectView, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawOptionMenu(const objects::OptionMenu &optionMenu, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawPoint(const Vector2f &point, const Color4f &color, Float pointSize=Float(1), const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawPoints(const Vector2f *points, Size numPoints, const Color4f &color, Float pointSize=Float(1), const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawPoints(const ArrayList< Vector2f > &points, const Color4f &color, Float pointSize=Float(1), const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRendererinline
drawRectangle(const AABB2f &bounds, const Color4f &color, const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawRenderView(const objects::RenderView &renderView, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawScrollView(const objects::ScrollView &scrollView, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawSearchField(const objects::SearchField &searchField, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawSlider(const objects::Slider &slider, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawSplitView(const objects::SplitView &splitView, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawString(const UTF8StringIterator &string, const TextStyle &textStyle, Vector2f &position, const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawStringArea(const UTF8StringIterator &string, const TextStyle &textStyle, const AABB2f &bounds, const Origin &textAlignment, const GUIStyle *style=((void *) 0))om::graphics::gui::renderers::GUIRenderervirtual
drawTabView(const objects::TabView &tabView, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawTextField(const objects::TextField &textField, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawTreeView(const objects::TreeView &treeView, const AABB3f &parentBounds)om::graphics::gui::renderers::GUIRenderervirtual
drawViewport(const objects::GUIObject &object, const Viewport &viewport)om::graphics::gui::renderers::GUIRenderervirtual
endDrawingObject(const objects::GUIObject &object)om::graphics::gui::renderers::GUIRenderer
endScissorTest()om::graphics::gui::renderers::GUIRendererinline
getContext() const om::graphics::gui::renderers::GUIRendererinline
getProjection() const om::graphics::gui::renderers::GUIRendererinline
getScissorTest() const om::graphics::gui::renderers::GUIRendererinline
getStringBounds(const UTF8StringIterator &string, const TextStyle &textStyle, AABB2f &bounds)om::graphics::gui::renderers::GUIRenderervirtual
getTransform() const om::graphics::gui::renderers::GUIRendererinline
getViewport() const om::graphics::gui::renderers::GUIRendererinline
GUIRenderer()om::graphics::gui::renderers::GUIRenderer
popProjection()om::graphics::gui::renderers::GUIRendererinline
popScissorTest()om::graphics::gui::renderers::GUIRendererinline
popTransform()om::graphics::gui::renderers::GUIRendererinline
popViewport()om::graphics::gui::renderers::GUIRendererinline
pushProjection()om::graphics::gui::renderers::GUIRendererinline
pushScissorTest()om::graphics::gui::renderers::GUIRendererinline
pushTransform()om::graphics::gui::renderers::GUIRendererinline
pushViewport()om::graphics::gui::renderers::GUIRendererinline
setContext(GraphicsContext *newContext)om::graphics::gui::renderers::GUIRenderer
setProjection(const Matrix4f &newProjection)om::graphics::gui::renderers::GUIRendererinline
setProjection(const AABB2 &viewVolume)om::graphics::gui::renderers::GUIRendererinline
setProjection(const AABB3 &viewVolume)om::graphics::gui::renderers::GUIRendererinline
setScissorTest(const ScissorTest &newScissorTest)om::graphics::gui::renderers::GUIRendererinline
setScissorTest(const AABB2f &newScissorBounds, Bool enabled=true)om::graphics::gui::renderers::GUIRendererinline
setTransform(const Transform2 &newTransform)om::graphics::gui::renderers::GUIRendererinline
setTransform(const Transform3 &newTransform)om::graphics::gui::renderers::GUIRendererinline
setTransform(const Matrix4f &newTransform)om::graphics::gui::renderers::GUIRendererinline
setViewport(const Viewport &newViewport)om::graphics::gui::renderers::GUIRendererinline
setViewport(const AABB2f &newViewport)om::graphics::gui::renderers::GUIRendererinline
viewProjection(const Matrix4f &projectionTransform, const Vector4f &point)om::graphics::gui::renderers::GUIRendererinlinestatic
viewProjection(const Matrix4f &PT, const AABB2f &local)om::graphics::gui::renderers::GUIRendererinlinestatic
viewProjection(const Matrix4f &PT, const AABB3f &local)om::graphics::gui::renderers::GUIRendererinlinestatic
~GUIRenderer()om::graphics::gui::renderers::GUIRenderervirtual