Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

sxy_axis.h File Reference

#include <iup.h>
#include <cd.h>
#include <xy.h>

Include dependency graph for sxy_axis.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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 }


Enumeration Type Documentation

enum SXYAxisDirection
 

Enumeration values:
NORMAL_AXIS 
INVERTED_AXIS 

Definition at line 34 of file sxy_axis.h.

Referenced by SXYAxis::getDirection(), SXYSimpleGraph::getHorizontalAxisDirection(), SXYSimpleGraph::getVerticalAxisDirection(), SXYSimpleGraph::revertHorizontalAxis(), and SXYSimpleGraph::revertVerticalAxis().

enum SXYAxisOrientation
 

Enumeration values:
HORIZONTAL_AXIS 
VERTICAL_AXIS 

Definition at line 21 of file sxy_axis.h.

Referenced by SXYAxis::getOrientation(), SXYAxis::getPixelValue(), and SXYAxis::getPositionValue().

enum SXYAxisScaleOrientation
 

Enumeration values:
ALIGNED 
ROTATED 

Definition at line 47 of file sxy_axis.h.

Referenced by SXYAxis::getScaleOrientation().

enum SXYAxisTitleStyle
 

Enumeration values:
AT_MIDDLE 
AT_END 
AT_END_ROTATED 

Definition at line 40 of file sxy_axis.h.

Referenced by SXYAxis::getTitleStyle(), and SXYTaskAdjustAxis::openMenu().

enum SXYAxisType
 

Enumeration values:
LINEAR_AXIS 
LOG_AXIS 
TIME_AXIS 

Definition at line 27 of file sxy_axis.h.

Referenced by SXYAxis::buildDecoratorAxis(), SXYAxis::calcPrecision(), SXYAxis::getType(), SXYSimpleGraph::remountGraph(), SXYAxis::tryScalesAdjust(), and SXYAxis::tryStepAdjust().


SXY
Tecgraf / PUC-Rio - Computer Graphics Technology Group