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

Data Fields | |
| sciRelationShip | relationship |
| sciGraphicContext | graphiccontext |
| double | x |
| double | y |
| double | width |
| double | height |
| int | fillflag |
| int | str |
| integer | strwidth |
| integer | strheight |
| double | horzcurvature |
| double | vertcurvature |
| BOOL | isselected |
| char * | callback |
| int | callbacklen |
| int | callbackevent |
| BOOL | visible |
| int | isclip |
| double | clip_region [4] |
| int | clip_region_set |
| double | z |
| BOOL | flagstring |
| int * | user_data |
| int | size_of_user_data |
| BOOL | isfilled |
Definition at line 937 of file ObjectStructure.h.
Definition at line 939 of file ObjectStructure.h.
Definition at line 940 of file ObjectStructure.h.
| double sciRectangle::x |
| double sciRectangle::y |
| double sciRectangle::width |
| double sciRectangle::height |
Definition at line 945 of file ObjectStructure.h.
| double sciRectangle::horzcurvature |
Definition at line 949 of file ObjectStructure.h.
| double sciRectangle::vertcurvature |
to do rectangle with round corner
Definition at line 950 of file ObjectStructure.h.
to do rectangle with round corner
Definition at line 951 of file ObjectStructure.h.
| char* sciRectangle::callback |
Definition at line 952 of file ObjectStructure.h.
specifies the text scilab code for the callback associated with this entity
Definition at line 953 of file ObjectStructure.h.
the length of the callback code
Definition at line 954 of file ObjectStructure.h.
specifies if this object is visble
Definition at line 956 of file ObjectStructure.h.
Definition at line 957 of file ObjectStructure.h.
| double sciRectangle::clip_region[4] |
Definition at line 958 of file ObjectStructure.h.
Definition at line 959 of file ObjectStructure.h.
| double sciRectangle::z |
rectangle
Definition at line 962 of file ObjectStructure.h.
Definition at line 963 of file ObjectStructure.h.
Definition at line 964 of file ObjectStructure.h.
Definition at line 965 of file ObjectStructure.h.
1.5.1