|
Public Member Functions |
Standard_EXPORT | V2d_CircularGrid (const V2d_ViewerPointer &aViewer, const Standard_Integer aColorIndex1, const Standard_Integer aColorIndex2) |
Standard_EXPORT void | SetColorIndices (const Standard_Integer aColorIndex1, const Standard_Integer aColorIndex2) |
Standard_EXPORT void | Display () |
| Display the grid at screen.
.
|
Standard_EXPORT void | Erase () const |
| Erase the grid from screen.
.
|
Standard_EXPORT Standard_Boolean | IsDisplayed () const |
| Returns TRUE when the grid is displayed at screen.
.
|
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions |
Standard_EXPORT void | UpdateDisplay () |
| Updates the grid parameters.
.
|
Private Attributes |
V2d_ViewerPointer | myViewer |
Handle_Graphic2d_GraphicObject | myGraphicObject |
Standard_Integer | myColorIndex1 |
Standard_Integer | myColorIndex2 |
Handle_V2d_CircularGraphicGrid | myGrid |