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

Data Fields | |
| sciRelationShip | relationship |
| sciGraphicContext | graphiccontext |
| double | x |
| double | y |
| double | width |
| double | height |
| double | alphabegin |
| double | alphaend |
| int | fill |
| BOOL | isselected |
| char * | callback |
| int | callbacklen |
| int | callbackevent |
| BOOL | visible |
| int | isclip |
| double | clip_region [4] |
| int | clip_region_set |
| double | z |
| int * | user_data |
| int | size_of_user_data |
| BOOL | isfilled |
Definition at line 832 of file ObjectStructure.h.
Definition at line 835 of file ObjectStructure.h.
Definition at line 837 of file ObjectStructure.h.
| double sciArc::x |
Definition at line 839 of file ObjectStructure.h.
Referenced by ConstructArc(), and drawArcEntity().
| double sciArc::y |
Definition at line 841 of file ObjectStructure.h.
Referenced by ConstructArc(), and drawArcEntity().
| double sciArc::width |
Definition at line 843 of file ObjectStructure.h.
Referenced by ConstructArc(), and drawArcEntity().
| double sciArc::height |
Definition at line 845 of file ObjectStructure.h.
Referenced by ConstructArc(), and drawArcEntity().
| double sciArc::alphabegin |
begin at alpha1
Definition at line 847 of file ObjectStructure.h.
Referenced by ConstructArc(), and drawArcEntity().
| double sciArc::alphaend |
end at alpha2
Definition at line 849 of file ObjectStructure.h.
Referenced by ConstructArc(), and drawArcEntity().
Definition at line 850 of file ObjectStructure.h.
| BOOL sciArc::isselected |
| char* sciArc::callback |
specifies the text scilab code for the callback associated with this entity
Definition at line 854 of file ObjectStructure.h.
Referenced by ConstructArc().
the length of the callback code
Definition at line 856 of file ObjectStructure.h.
Referenced by ConstructArc().
| BOOL sciArc::visible |
specifies if this object is visble
Definition at line 859 of file ObjectStructure.h.
Referenced by ConstructArc().
Definition at line 860 of file ObjectStructure.h.
| double sciArc::clip_region[4] |
Definition at line 861 of file ObjectStructure.h.
| double sciArc::z |
Definition at line 863 of file ObjectStructure.h.
Referenced by ConstructArc(), and drawArcEntity().
DJ.Abdemouche 2003
Definition at line 864 of file ObjectStructure.h.
Definition at line 865 of file ObjectStructure.h.
| BOOL sciArc::isfilled |
Definition at line 866 of file ObjectStructure.h.
1.5.1