sciAxes Struct Reference

#include <scilab/modules/graphics/includes/ObjectStructure.h>

Collaboration diagram for sciAxes:

Collaboration graph
[legend]

Data Fields

sciRelationShip relationship
sciGraphicContext graphiccontext
char dir
char tics
POINT2Dvector
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
intuser_data
int size_of_user_data

Detailed Description

Definition at line 1125 of file ObjectStructure.h.


Field Documentation

sciRelationShip sciAxes::relationship

Definition at line 1127 of file ObjectStructure.h.

sciGraphicContext sciAxes::graphiccontext

Definition at line 1128 of file ObjectStructure.h.

char sciAxes::dir

Definition at line 1129 of file ObjectStructure.h.

Referenced by drawAxesEntity().

char sciAxes::tics

dir = 'r' | 'l' | 'u' | 'd' : gives the tics directions

Definition at line 1130 of file ObjectStructure.h.

Referenced by drawAxesEntity().

POINT2D* sciAxes::vector

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.

int sciAxes::nx

Definition at line 1136 of file ObjectStructure.h.

Referenced by ComputeXIntervals(), and drawAxesEntity().

int sciAxes::ny

Definition at line 1137 of file ObjectStructure.h.

Referenced by ComputeXIntervals(), and drawAxesEntity().

int sciAxes::nb_tics_labels

Definition at line 1138 of file ObjectStructure.h.

int sciAxes::nz

Definition at line 1140 of file ObjectStructure.h.

char** sciAxes::str

Definition at line 1141 of file ObjectStructure.h.

Referenced by drawAxesEntity().

int sciAxes::subint

string vector

Definition at line 1142 of file ObjectStructure.h.

Referenced by drawAxesEntity().

char* sciAxes::format

subints : number of sub intervals

Definition at line 1143 of file ObjectStructure.h.

Referenced by drawAxesEntity().

int sciAxes::fontsize

format for tick marks

Definition at line 1144 of file ObjectStructure.h.

Referenced by drawAxesEntity().

int sciAxes::textcolor

Definition at line 1145 of file ObjectStructure.h.

Referenced by drawAxesEntity().

int sciAxes::ticscolor

Definition at line 1146 of file ObjectStructure.h.

Referenced by drawAxesEntity().

char sciAxes::logscale

Definition at line 1147 of file ObjectStructure.h.

Referenced by drawAxesEntity().

int sciAxes::seg

Definition at line 1148 of file ObjectStructure.h.

Referenced by drawAxesEntity().

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.

int sciAxes::callbacklen

specifies the text scilab code for the callback associated with this entity

Definition at line 1150 of file ObjectStructure.h.

int sciAxes::callbackevent

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.

int sciAxes::isclip

Definition at line 1154 of file ObjectStructure.h.

double sciAxes::clip_region[4]

Definition at line 1155 of file ObjectStructure.h.

int sciAxes::clip_region_set

Definition at line 1156 of file ObjectStructure.h.

int* sciAxes::user_data

Definition at line 1158 of file ObjectStructure.h.

int sciAxes::size_of_user_data

Definition at line 1159 of file ObjectStructure.h.


The documentation for this struct was generated from the following file:
Generated on Sun Mar 4 16:15:13 2007 for Scilab [trunk] by  doxygen 1.5.1