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

Data Fields | |
| BCG * | pScilabXgc |
| sciRelationShip | relationship |
| scigMode | gmode |
| sciGraphicContext | graphiccontext |
| sciPointObj * | originalsubwin0011 |
| char | name [SCI_FIGURE_NAME_LENGTH] |
| int | namelen |
| int | number |
| int | figuredimwidth |
| int | figuredimheight |
| int | windowdimwidth |
| int | windowdimheight |
| int | inrootposx |
| int | inrootposy |
| double * | pcolormap |
| int | numcolors |
| BOOL | isiconified |
| BOOL | isselected |
| int | rotstyle |
| BOOL | visible |
| BOOL | auto_redraw |
| int | numsubwinselected |
| int | pixmap |
| int | wshow |
| BOOL | allredraw |
| sciFont | fontcontext |
| char * | infoMessage |
| int * | user_data |
| int | size_of_user_data |
Definition at line 425 of file ObjectStructure.h.
| struct BCG* sciFigure::pScilabXgc |
will be integrated in the new structure
Definition at line 427 of file ObjectStructure.h.
Referenced by ConstructFigure().
Definition at line 428 of file ObjectStructure.h.
Definition at line 429 of file ObjectStructure.h.
Definition at line 430 of file ObjectStructure.h.
Definition at line 431 of file ObjectStructure.h.
| char sciFigure::name[SCI_FIGURE_NAME_LENGTH] |
specifies the title for this window
Definition at line 433 of file ObjectStructure.h.
specifies le length of the string name
Definition at line 435 of file ObjectStructure.h.
specifies the number of this window
Definition at line 437 of file ObjectStructure.h.
Referenced by drawFigureEntity().
specifies the dimension of this graphic
Definition at line 439 of file ObjectStructure.h.
Referenced by ConstructFigure().
| double* sciFigure::pcolormap |
specifies the colr map
Definition at line 449 of file ObjectStructure.h.
Referenced by ConstructFigure(), and sciSetColormap().
specifies if this window is iconified
Definition at line 451 of file ObjectStructure.h.
Referenced by sciSetColormap().
specifies if this window is selected
Definition at line 454 of file ObjectStructure.h.
Referenced by ConstructFigure().
| BOOL sciFigure::visible |
specifies if this object is visble
Definition at line 457 of file ObjectStructure.h.
Referenced by ConstructFigure().
Definition at line 458 of file ObjectStructure.h.
Referenced by ConstructFigure(), and drawFigureEntity().
specifies the number of the selected son
Definition at line 460 of file ObjectStructure.h.
Referenced by ConstructFigure().
specifies the current pixmap status
Definition at line 462 of file ObjectStructure.h.
Referenced by ConstructFigure(), and drawFigureEntity().
| BOOL sciFigure::allredraw |
Definition at line 467 of file ObjectStructure.h.
| char* sciFigure::infoMessage |
Definition at line 468 of file ObjectStructure.h.
Referenced by ConstructFigure(), and sciSetInfoMessage().
String displayed in the info bar of the graphic window
Definition at line 470 of file ObjectStructure.h.
Definition at line 471 of file ObjectStructure.h.
1.5.1