Share

AcDefaultPane

C++

enum AcDefaultPane {
  ACSBPANE_APP_MODEMACRO,
  ACSBPANE_APP_CURSORCOORD,
  ACSBPANE_APP_SNAP,
  ACSBPANE_APP_GRID,
  ACSBPANE_APP_ORTHO,
  ACSBPANE_APP_POLAR,
  ACSBPANE_APP_OTRACK,
  ACSBPANE_APP_LINEWEIGHT,
  ACSBPANE_APP_PAPERMODEL,
  ACSBPANE_APP_PAPER,
  ACSBPANE_APP_MODEL,
  ACSBPANE_APP_OSNAP,
  ACSBPANE_APP_FLOAT,
  ACSBPANE_APP_TABLET,
  ACSBPANE_APP_SPACER,
  ACSBPANE_APP_VPMAX_PREV,
  ACSBPANE_APP_VPMAX,
  ACSBPANE_APP_VPMAX_NEXT,
  ACSBPANE_APP_DYNINPUT,
  ACSBPANE_APP_DYNAMICUCS,
  ACSBPANE_APP_LAYOUTMODELICONS,
  ACSBPANE_APP_MODEL_ICON,
  ACSBPANE_APP_LAYOUT_ICON,
  ACSBPANE_APP_LAYOUTMORE_ICON,
  ACSBPANE_APP_ALL,
  ACSBPANE_ANNO_STRETCH,
  ACSBPANE_ANNO_AUTOSCALE,
  ACSBPANE_ANNO_VIEWPORT_SCALE_LABEL,
  ACSBPANE_ANNO_VIEWPORT_SCALE,
  ACSBPANE_ANNO_VIEWPORT_LOCK_STATE,
  ACSBPANE_ANNO_ANNOTATION_SCALE_LABEL,
  ACSBPANE_ANNO_ANNOTATION_SCALE,
  ACSBPANE_ANNO_ANNO_ALL_VISIBLE,
  ACSBPANE_ANNO_EMPTY,
  ACSBPANE_APP_STRETCH,
  ACSBPANE_APP_WORKSPACE,
  ACSBPANE_APP_WORKSPACE_LOCK,
  ACSBPANE_APP_QPROPERTIES,
  ACSBPANE_ANNO_SYNCHSCALES,
  ACSBPANE_APP_QV_LAYOUTS,
  ACSBPANE_APP_QV_DRAWINGS,
  ACSBPANE_APP_QV_SPACER,
  ACSBPANE_APP_QV_PAN,
  ACSBPANE_APP_QV_ZOOM,
  ACSBPANE_APP_QV_STEERINGWHEEL,
  ACSBPANE_APP_QV_SHOWMOTION,
  ACSBPANE_APP_QV_ANNO_SPACER,
  ACSBPANE_APP_3DOSNAP,
  ACSBPANE_APP_WORKSPACE_PERFORMANCE,
  ACSBPANE_APP_SELECTIONCYCLING,
  ACSBPANE_APP_TRANSPARENCY,
  ACSBPANE_APP_INFER,
  ACSBPANE_APP_ANNOMONITOR,
  ACSBPANE_APP_SELECTION_FILTER,
  ACSBPANE_APP_GIZMO,
  ACSBPANE_APP_UNITS,
  ACSBPANE_APP_GEO_SPACER,
  ACSBPANE_APP_GEO_MARKERVISIBILITY,
  ACSBPANE_APP_GEO_COORDSYS,
  ACSBPANE_APP_ISODRAFT,
  ACSBPANE_APP_HARDWAREACCELERATION,
  ACSBPANE_APP_ADD_CLEANSCREEN,
  ACSBPANE_APP_ADD_CUSTOMIZATION
};

File

AcStatusBar.h

Members

Members Description
ACSBPANE_APP_MODEMACRO Modemacro pane
ACSBPANE_APP_CURSORCOORD Cursor coordinates pane
ACSBPANE_APP_SNAP Snap pane
ACSBPANE_APP_GRID Grid pane
ACSBPANE_APP_ORTHO Ortho pane
ACSBPANE_APP_POLAR Polar pane
ACSBPANE_APP_OTRACK Otrack pane
ACSBPANE_APP_LINEWEIGHT Lineweight pane
ACSBPANE_APP_PAPERMODEL Paper/Model pane
ACSBPANE_APP_PAPER For internal use
ACSBPANE_APP_MODEL For internal use
ACSBPANE_APP_OSNAP Osnap pane
ACSBPANE_APP_FLOAT Float pane
ACSBPANE_APP_TABLET Tablet pane
ACSBPANE_APP_SPACER Empty, unselectable spacer
ACSBPANE_APP_VPMAX_PREV Maximize previous viewport
ACSBPANE_APP_VPMAX Maximize or minimize current viewport
ACSBPANE_APP_VPMAX_NEXT Maximize next viewport
ACSBPANE_APP_DYNINPUT Dynamic input status bar button
ACSBPANE_APP_DYNAMICUCS Dynamic UCS pane
ACSBPANE_APP_LAYOUTMODELICONS Model space and Layout space icons
ACSBPANE_APP_MODEL_ICON Model space icon
ACSBPANE_APP_LAYOUT_ICON Layout space icon
ACSBPANE_APP_LAYOUTMORE_ICON Multiple layouts icon
ACSBPANE_APP_ALL All default panes of the application status bar (not including the message or the progress meter panes)
ACSBPANE_ANNO_STRETCH For internal use
ACSBPANE_ANNO_AUTOSCALE For internal use
ACSBPANE_ANNO_VIEWPORT_SCALE_LABEL For internal use
ACSBPANE_ANNO_VIEWPORT_SCALE For internal use
ACSBPANE_ANNO_VIEWPORT_LOCK_STATE For internal use
ACSBPANE_ANNO_ANNOTATION_SCALE_LABEL For internal use
ACSBPANE_ANNO_ANNOTATION_SCALE For internal use
ACSBPANE_ANNO_ANNO_ALL_VISIBLE For internal use
ACSBPANE_ANNO_EMPTY For internal use
ACSBPANE_APP_WORKSPACE For internal use
ACSBPANE_APP_WORKSPACE_LOCK For internal use
ACSBPANE_APP_QPROPERTIES Q-Properties
ACSBPANE_APP_WORKSPACE_PERFORMANCE Performance icon.
ACSBPANE_APP_SELECTIONCYCLING Selection cycling icon.
ACSBPANE_APP_GEO_SPACER Identifies the divider space pane leading the Geolocation status bar pane group.
ACSBPANE_APP_GEO_MARKERVISIBILITY Identifies the Geo-marker visibility pane.
ACSBPANE_APP_GEO_COORDSYS Identifies the GIS coordinate system pane.

Description

This enumeration contains the default panes for the application status bar.

Changed Declaration

Deprecated:

ACSBPANE_APP_QV_SPACER,

ACSBPANE_APP_QV_PAN,

ACSBPANE_APP_QV_ZOOM,

ACSBPANE_APP_QV_STEERINGWHEEL,

ACSBPANE_APP_QV_SHOWMOTION,

ACSBPANE_APP_LAYOUTMORE_ICON,

ACSBPANE_ANNO_VIEWPORT_SCALE_LABEL,

ACSBPANE_ANNO_ANNOTATION_SCALE_LABEL

Was this information helpful?