This is the complete list of members for ot::Grid, including all inherited members.
addToJsonObject(ot::JsonValue &_object, ot::JsonAllocator &_allocator) const override | ot::Grid | virtual |
AutoScaleGrid enum value | ot::Grid | |
getGridFlags(void) const | ot::Grid | inline |
getGridLineStyle(void) const | ot::Grid | inline |
getGridSnapMode(void) const | ot::Grid | inline |
getGridStep(void) const | ot::Grid | inline |
getWideGridLineCounter(void) const | ot::Grid | inline |
Grid() | ot::Grid | |
Grid(double _defaultGridLineWidth, const GridFlags &_flags, GridSnapMode _snapMode) | ot::Grid | |
Grid(const Point2D &_gridStep, const Point2D &_gridWideEvery, const OutlineF &_gridLineStyle, const GridFlags &_flags, GridSnapMode _snapMode) | ot::Grid | |
Grid(const Grid &_other) | ot::Grid | |
GridFlag enum name | ot::Grid | |
GridFlags typedef | ot::Grid | |
GridSnapMode enum name | ot::Grid | |
isGridLinesValid(void) const | ot::Grid | inline |
isGridSnapValid(void) const | ot::Grid | inline |
NoGridFlags enum value | ot::Grid | |
NoGridLineMask enum value | ot::Grid | |
NoGridSnap enum value | ot::Grid | |
operator=(const Grid &_other) | ot::Grid | |
Serializable() | ot::Serializable | inline |
setFromJsonObject(const ot::ConstJsonObject &_object) override | ot::Grid | virtual |
setGridFlag(GridFlag _flag, bool _active=true) | ot::Grid | inline |
setGridFlags(const GridFlags &_flags) | ot::Grid | inline |
setGridLineColor(int _r, int _g, int _b, int _a=255) | ot::Grid | inline |
setGridLineColor(const Color &_color) | ot::Grid | inline |
setGridLineStyle(const OutlineF &_style) | ot::Grid | inline |
setGridSnapMode(GridSnapMode _mode) | ot::Grid | inline |
setGridStep(int _step) | ot::Grid | inline |
setGridStep(const Point2D &_step) | ot::Grid | inline |
setWideGridLineCounter(int _stepCount) | ot::Grid | inline |
setWideGridLineCounter(const Point2D &_stepCount) | ot::Grid | inline |
ShowCenterCross enum value | ot::Grid | |
ShowNormalLines enum value | ot::Grid | |
ShowWideLines enum value | ot::Grid | |
SnapCenter enum value | ot::Grid | |
snapToGrid(const Point2D &_pt) const | ot::Grid | |
snapToGrid(const Point2DF &_pt) const | ot::Grid | |
snapToGrid(const Point2DD &_pt) const | ot::Grid | |
snapToGrid(const Point2D &_pt, const Point2D &_gridStep) | ot::Grid | static |
snapToGrid(const Point2DF &_pt, const Point2D &_gridStep) | ot::Grid | static |
snapToGrid(const Point2DD &_pt, const Point2D &_gridStep) | ot::Grid | static |
SnapTopLeft enum value | ot::Grid | |
stringListToGridFlags(const std::list< std::string > &_flags) | ot::Grid | static |
stringToGridFlag(const std::string &_flag) | ot::Grid | static |
stringToGridSnapMode(const std::string &_snapMode) | ot::Grid | static |
toString(GridFlag _flag) | ot::Grid | static |
toString(GridSnapMode _snapMode) | ot::Grid | static |
toStringList(const GridFlags &_flags) | ot::Grid | static |
~Grid() | ot::Grid | virtual |
~Serializable() | ot::Serializable | inlinevirtual |