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

Data Fields | |
| sciRelationShip | relationship |
| double | xmin |
| double | ymin |
| double | xmax |
| double | ymax |
| BOOL | isselected |
| char * | callback |
| int | callbacklen |
| int | callbackevent |
| BOOL | visible |
| int * | user_data |
| int | size_of_user_data |
Definition at line 1369 of file ObjectStructure.h.
| double sciAgreg::xmin |
Definition at line 1372 of file ObjectStructure.h.
| double sciAgreg::ymin |
original xmin
Definition at line 1373 of file ObjectStructure.h.
| double sciAgreg::xmax |
original ymin
Definition at line 1374 of file ObjectStructure.h.
| double sciAgreg::ymax |
Definition at line 1375 of file ObjectStructure.h.
| BOOL sciAgreg::isselected |
Definition at line 1376 of file ObjectStructure.h.
Referenced by ConstructCompound(), and ConstructCompoundSeq().
| char* sciAgreg::callback |
Definition at line 1377 of file ObjectStructure.h.
Referenced by ConstructCompound(), and ConstructCompoundSeq().
specifies the text scilab code for the callback associated with this entity
Definition at line 1378 of file ObjectStructure.h.
Referenced by ConstructCompound(), and ConstructCompoundSeq().
the length of the callback code
Definition at line 1379 of file ObjectStructure.h.
| BOOL sciAgreg::visible |
specifies if this object is visble
Definition at line 1381 of file ObjectStructure.h.
Referenced by ConstructCompound(), and ConstructCompoundSeq().
1.5.1