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

Data Fields | |
| sciHandleTab * | phandle |
| sciPointObj * | pparent |
| sciSons * | psons |
| sciSons * | plastsons |
| DoublyLinkedList * | pSelectedSon |
Definition at line 260 of file ObjectStructure.h.
is the scilab handle of THIS
Definition at line 263 of file ObjectStructure.h.
Referenced by sciGetHandleTabPointer(), and sciSetHandle().
points to the parent structures
Definition at line 265 of file ObjectStructure.h.
Referenced by sciGetParent(), and sciSetParent().
points to the sons structures
Definition at line 267 of file ObjectStructure.h.
Referenced by allocateText(), ConstructCompoundSeq(), ConstructLegend(), graphicsmodels(), sciAddThisToItsParent(), sciDelThisToItsParent(), sciGetSons(), and sciStandrardBuildOperations().
the last sciSons of the list (the first created!)
Definition at line 269 of file ObjectStructure.h.
Referenced by allocateText(), ConstructCompoundSeq(), ConstructLegend(), graphicsmodels(), sciAddThisToItsParent(), sciDelThisToItsParent(), sciGetLastSons(), and sciStandrardBuildOperations().
the set of selected sons. List of lists for each type. Not to be used directly.
Definition at line 271 of file ObjectStructure.h.
Referenced by sciAddSelectedSon(), sciInitSelectedSons(), sciStandrardBuildOperations(), sciUnselectSons(), and sciUnselectTypedSons().
1.5.1