|
|
bool | m_selected: 1 |
| | object is selected
|
| |
|
bool | m_selected2: 1 |
| | object is selected2
|
| |
|
bool | m_selectable: 1 |
| | can select object
|
| |
|
bool | m_subEdit: 1 |
| | allow subedit of children within this object
|
| |
|
bool | m_subEditAsChild: 1 |
| | allow subedit on this object when child of other object
|
| |
|
bool | m_visible: 1 |
| | is the object visible (overruled by paranet object in some cases during rendering
|
| |
|
bool | m_draggable: 1 |
| | can be dragged
|
| |
|
bool | m_showshadow: 1 |
| | show shadow object if true and shadow property is available
|
| |
|
bool | m_filled: 1 |
| | use fill to fill if set
|
| |
|
bool | m_a: 1 |
| | group A flag (e.g boolean operations)
|
| |
|
bool | m_b: 1 |
| | group B flag (e.g boolean operations)
|
| |
|
bool | m_generatePins: 1 |
| | generate pins if true
|
| |
|
bool | m_bin: 1 |
| | general flag ( used for temporarely marking object )
|
| |
|
bool | m_bin2: 1 |
| | general flag ( used for temporarely marking object )
|
| |
|
bool | m_pending: 1 |
| | set when a2dCanvasObject needs an update (redraw).
|
| |
|
bool | m_snap: 1 |
| | snapping of editable object or when moving
|
| |
|
bool | m_snap_to: 1 |
| | snapping of other objects to this when in place
|
| |
|
bool | m_pushin |
| | is push into allowed
|
| |
|
bool | m_prerenderaschild: 1 |
| | as child this object will be rendered before the parent object itself when true (default)
|
| |
|
bool | m_visiblechilds: 1 |
| | child objects are visible or not
|
| |
|
bool | m_editable: 1 |
| | object can be edited
|
| |
|
bool | m_fixedStyle: 1 |
| | if set fixed style (stroke and fill )is assumed. Can be used in tools to detect if style should be changed or not.
|
| |
|
bool | m_editing: 1 |
| | true if the object is currently being edited
|
| |
|
bool | m_editingCopy: 1 |
| | true if the object needs to be rendered in edit mode.
|
| |
|
bool | m_ignoreSetpending: 1 |
| | ignore this object in a2dCanvasObject::SetPending()
|
| |
| bool | m_childrenOnSameLayer: 1 |
| |
|
bool | m_doConnect: 1 |
| | in case of pins on the object is it currely allowed for other object to connect to it?
|
| |
| bool | m_isOnCorridorPath: 1 |
| | This object is on the corridor path to a captured object or to a corridored object. More...
|
| |
|
bool | m_hasPins: 1 |
| | true if this object does have a2dPin's as children
|
| |
|
bool | m_IsProperty: 1 |
| |
|
bool | m_MouseInObject: 1 |
| |
|
bool | m_HighLight: 1 |
| |
|
bool | m_AlgoSkip: 1 |
| |
|
bool | m_ChildOnlyTranslate: 1 |
| |
|
bool | m_ignoreLayer: 1 |
| | when this is set DoRender() is called even if layer of the object is not the layer to be rendered.
|
| |
|
bool | m_template: 1 |
| | GDSII format flag.
|
| |
|
bool | m_external: 1 |
| | GDSII format flag.
|
| |
|
bool | m_used: 1 |
| | GDSII format flag.
|
| |
|
bool | m_HasToolObjectsBelow: 1 |
| | special tool object detected below
|
| |
|
bool | m_NoRenderCanvasObject: 1 |
| | true is the object is a a2dCanvasObject (or derived ) without rendering something if there or now children.
|
| |
|
bool | m_HasSelectedObjectsBelow: 1 |
| | selected objects detected below
|
| |
|
bool | m_resizeToChilds: 1 |
| | when true, the wxEVT_CANVASOBJECT_RESIZE_EVENT is sent to this object, if the child box did change.
|
| |
|
bool | m_normalized: 1 |
| | true if the object is defined in normalized coordinates
|
| |
a2dCanvasObject flags as a structure
Definition at line 164 of file candefs.h.