#include <iup.h>
#include <cd.h>
#include <xy.h>
Include dependency graph for sxy_axis.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | SXYAxis |
Enumerations | |
enum | SXYAxisOrientation { HORIZONTAL_AXIS = 0, VERTICAL_AXIS } |
enum | SXYAxisType { LINEAR_AXIS = 0, LOG_AXIS, TIME_AXIS } |
enum | SXYAxisDirection { NORMAL_AXIS = 1, INVERTED_AXIS = -1 } |
enum | SXYAxisTitleStyle { AT_MIDDLE = 0, AT_END, AT_END_ROTATED } |
enum | SXYAxisScaleOrientation { ALIGNED = 0, ROTATED } |
|
Definition at line 34 of file sxy_axis.h. Referenced by SXYAxis::getDirection(), SXYSimpleGraph::getHorizontalAxisDirection(), SXYSimpleGraph::getVerticalAxisDirection(), SXYSimpleGraph::revertHorizontalAxis(), and SXYSimpleGraph::revertVerticalAxis(). |
|
Definition at line 21 of file sxy_axis.h. Referenced by SXYAxis::getOrientation(), SXYAxis::getPixelValue(), and SXYAxis::getPositionValue(). |
|
Definition at line 47 of file sxy_axis.h. Referenced by SXYAxis::getScaleOrientation(). |
|
Definition at line 40 of file sxy_axis.h. Referenced by SXYAxis::getTitleStyle(), and SXYTaskAdjustAxis::openMenu(). |
|
Definition at line 27 of file sxy_axis.h. Referenced by SXYAxis::buildDecoratorAxis(), SXYAxis::calcPrecision(), SXYAxis::getType(), SXYSimpleGraph::remountGraph(), SXYAxis::tryScalesAdjust(), and SXYAxis::tryStepAdjust(). |