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

Data Fields | |
| sciGraphicContext | graphiccontext |
| int | nblegends |
| int * | pstyle |
| sciText | text |
| POINT2D | pos |
| int | width |
| int | height |
| BOOL | isselected |
| BOOL | issurround |
| sciLegendPlace | place |
| sciSons * | associatedentity |
| sciPointObj ** | pptabofpointobj |
| BOOL | visible |
| int | isclip |
| double | clip_region [4] |
| int | clip_region_set |
| int * | user_data |
| int | size_of_user_data |
Definition at line 561 of file ObjectStructure.h.
Definition at line 563 of file ObjectStructure.h.
Definition at line 565 of file ObjectStructure.h.
Referenced by ConstructLegend(), and drawLegendEntity().
Definition at line 567 of file ObjectStructure.h.
Referenced by ConstructLegend(), DestroyLegend(), and drawLegendEntity().
Definition at line 569 of file ObjectStructure.h.
Referenced by ConstructLegend(), and DestroyLegend().
specifies the frame's width
Definition at line 573 of file ObjectStructure.h.
Referenced by ConstructLegend().
specifies the frame's height
Definition at line 575 of file ObjectStructure.h.
Referenced by ConstructLegend().
specifies if the legend is surrounded
Definition at line 579 of file ObjectStructure.h.
Referenced by ConstructLegend().
Definition at line 584 of file ObjectStructure.h.
pointer on the labelled objects
Definition at line 586 of file ObjectStructure.h.
Referenced by ConstructLegend(), DestroyLegend(), and drawLegendEntity().
| BOOL sciLegend::visible |
specifies if this object is visble
Definition at line 588 of file ObjectStructure.h.
Referenced by ConstructLegend().
Definition at line 589 of file ObjectStructure.h.
| double sciLegend::clip_region[4] |
Definition at line 590 of file ObjectStructure.h.
Definition at line 591 of file ObjectStructure.h.
Definition at line 592 of file ObjectStructure.h.
Definition at line 593 of file ObjectStructure.h.
1.5.1