pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Properties | List of all members
X3g::Plugin::OverlayEntity2d Class Reference

Base class for 2d overlay entities. More...

Inheritance diagram for X3g::Plugin::OverlayEntity2d:
Inheritance graph
[legend]

Properties

OverlayLevel2d Level [get, set]
 Overlay has several levels. More...
 
- Properties inherited from X3g::Plugin::OverlayEntity
bool Visible [get, set]
 Allows to change visibility. More...
 
bool Printable [get, set]
 If set to true the overlay element will be included during printing. More...
 
System::String^  ToolTip [get, set]
 Text shown near mouse pointer when it hovers over this entity. More...
 
System::String^  StatusMessage [get, set]
 Text shown in status bar when mouse pointer hovers over this entity. More...
 

Additional Inherited Members

- Public Member Functions inherited from X3g::Plugin::OverlayEntity
void Delete ()
 Deletes the overlay entity. More...
 
- Events inherited from X3g::Plugin::OverlayEntity
System::EventHandler^  Click [add, remove, raise]
 Occurs when a OverlayEntity is clicked. More...
 
System::EventHandler^  MouseEnter [add, remove, raise]
 Occurs when the mouse pointer enters this entity. More...
 
System::EventHandler^  MouseLeave [add, remove, raise]
 Occurs when the mouse pointer leaves this entity. More...
 

Detailed Description

Base class for 2d overlay entities.

Each 2d overlay entity ist just visible within a certain view. The entities are placed in projection space.

Property Documentation

OverlayLevel2d X3g::Plugin::OverlayEntity2d::Level
getset

Overlay has several levels.

Higher levels are rendered over lower levels. This means that entities with higher level may occlude lower level entities. Default is Foreground.