#include <scilab/modules/graphics/includes/ObjectStructure.h>
Collaboration diagram for sciAxes:

Data Fields | |
| sciRelationShip | relationship |
| sciGraphicContext | graphiccontext |
| char | dir |
| char | tics |
| POINT2D * | vector |
| double * | vx |
| double * | vy |
| double * | vz |
| int | nx |
| int | ny |
| int | nb_tics_labels |
| int | nz |
| char ** | str |
| int | subint |
| char * | format |
| int | fontsize |
| int | textcolor |
| int | ticscolor |
| char | logscale |
| int | seg |
| char * | callback |
| int | callbacklen |
| int | callbackevent |
| BOOL | visible |
| int | isclip |
| double | clip_region [4] |
| int | clip_region_set |
| int * | user_data |
| int | size_of_user_data |
Definition at line 1125 of file ObjectStructure.h.
Definition at line 1127 of file ObjectStructure.h.
Definition at line 1128 of file ObjectStructure.h.
| char sciAxes::dir |
| char sciAxes::tics |
dir = 'r' | 'l' | 'u' | 'd' : gives the tics directions
Definition at line 1130 of file ObjectStructure.h.
Referenced by drawAxesEntity().
tics = 'v' (for vector) or 'r' (for range) or i
Definition at line 1131 of file ObjectStructure.h.
Referenced by ConstructAxes().
| double* sciAxes::vx |
Definition at line 1132 of file ObjectStructure.h.
Referenced by ComputeXIntervals(), ConstructAxes(), and drawAxesEntity().
| double* sciAxes::vy |
vx vector of size nx
Definition at line 1133 of file ObjectStructure.h.
Referenced by ComputeXIntervals(), ConstructAxes(), and drawAxesEntity().
| double* sciAxes::vz |
DJ.Abdemouche 2003
Definition at line 1135 of file ObjectStructure.h.
Definition at line 1136 of file ObjectStructure.h.
Referenced by ComputeXIntervals(), and drawAxesEntity().
Definition at line 1137 of file ObjectStructure.h.
Referenced by ComputeXIntervals(), and drawAxesEntity().
Definition at line 1138 of file ObjectStructure.h.
Definition at line 1140 of file ObjectStructure.h.
| char** sciAxes::str |
| char* sciAxes::format |
subints : number of sub intervals
Definition at line 1143 of file ObjectStructure.h.
Referenced by drawAxesEntity().
format for tick marks
Definition at line 1144 of file ObjectStructure.h.
Referenced by drawAxesEntity().
| char sciAxes::logscale |
| char* sciAxes::callback |
0 or 1, flag which control the drawing of the segment associated to the axes
Definition at line 1149 of file ObjectStructure.h.
specifies the text scilab code for the callback associated with this entity
Definition at line 1150 of file ObjectStructure.h.
the length of the callback code
Definition at line 1151 of file ObjectStructure.h.
| BOOL sciAxes::visible |
specifies if this object is visble
Definition at line 1153 of file ObjectStructure.h.
Definition at line 1154 of file ObjectStructure.h.
| double sciAxes::clip_region[4] |
Definition at line 1155 of file ObjectStructure.h.
Definition at line 1156 of file ObjectStructure.h.
Definition at line 1158 of file ObjectStructure.h.
Definition at line 1159 of file ObjectStructure.h.
1.5.1