#include <PrsMgr_Presentation2d.hxx>
Inheritance diagram for PrsMgr_Presentation2d:
Public Member Functions | |
Standard_EXPORT PrsMgr_KindOfPrs | KindOfPresentation () const |
2D or 3D | |
virtual Standard_EXPORT void | Clear () |
removes the whole content of the presentation. | |
Standard_EXPORT void | SetOffset (const Standard_Integer anOffset) |
Specifies an Offset applied to the original color index of all primitives in the graphic object <me>. Warning: To reset the real color of the primitives you have to call this method with <anoffset> = 0. . | |
Standard_EXPORT Standard_Integer | Offset () const |
Returns the Offset applied to the original color index of all primitives in the graphic object <me>. . | |
Standard_EXPORT Handle_Graphic2d_GraphicObject | Presentation () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Member Functions | |
Standard_EXPORT | PrsMgr_Presentation2d (const Handle(PrsMgr_PresentationManager2d)&aPresentationManager2d) |
Creates a framework to manage displays and graphic entities with the 2D view aStructureManager. . | |
Standard_EXPORT void | Display () |
Standard_EXPORT void | Erase () const |
Standard_EXPORT void | Highlight () |
Standard_EXPORT void | Unhighlight () const |
Standard_EXPORT Standard_Boolean | IsDisplayed () const |
Standard_EXPORT Standard_Boolean | IsHighlighted () const |
Standard_EXPORT Standard_Integer | DisplayPriority () const |
Standard_EXPORT void | SetDisplayPriority (const Standard_Integer aNewPrior) |
Standard_EXPORT void | Highlight (const Standard_Integer anIndex) const |
Standard_EXPORT void | EnablePlot () const |
Allows the drawing on a plotter of the graphic object aPresentableObject with the display mode aMode. . | |
Standard_EXPORT void | DisablePlot () const |
Forbids the drawing on a plotter of the graphic object aPresentableObject with the display mode aMode. . | |
Standard_EXPORT Standard_Boolean | IsPlottable () const |
Returns true if the graphic object aPresentableObject with the display mode aMode can be plotted. . | |
Private Attributes | |
Handle_Graphic2d_GraphicObject | myStructure |
|
|
|
Implements PrsMgr_Presentation. |
|
|
|
Implements PrsMgr_Presentation. |
|
Implements PrsMgr_Presentation. |
|
|
|
Implements PrsMgr_Presentation. |
|
Reimplemented from PrsMgr_Presentation. |
|
|
|
Implements PrsMgr_Presentation. |
|
Implements PrsMgr_Presentation. |
|
Implements PrsMgr_Presentation. |
|
|
|
Implements PrsMgr_Presentation. |
|
|
|
|
|
Implements PrsMgr_Presentation. |
|
|
|
Implements PrsMgr_Presentation. |
|
|