GEOS-SC: Index: x


x Member data
  • WinXYPoint class. The X coordinate of the point.
  • X_Align Enumerated type
  • FlexImage class. These values specify how the bitmap aligns inside the FlexImage object.
  • LayoutManagerInterface class. Specifies if the components should be left aligned, horizontally centered, or right aligned with respect to each other.
  • X_ALIGN_CENTER Enumerated value
  • FlexImage class, in enum X_Align. Center the bitmap in the FlexImage object.
  • LayoutManagerInterface class, in enum X_Align. Center components with respect to each other.
  • X_ALIGN_LEFT Enumerated value
  • FlexImage class, in enum X_Align. Align the left edges.
  • LayoutManagerInterface class, in enum X_Align. Align the left edges.
  • X_ALIGN_RIGHT Enumerated value
  • FlexImage class, in enum X_Align. Align the right edges.
  • LayoutManagerInterface class, in enum X_Align. Align the right edges.
  • X_Justify Enumerated type
  • HorizontalFlowLayout class. These values control the horizontal location of the components (as a group) within the container.
  • VerticalFlowLayout class. These values control the horizontal location of the components (as a group) within the container.
  • X_JUSTIFY_CENTER Enumerated value
  • HorizontalFlowLayout class, in enum X_Justify. Components are grouped at the horizontal center of the parent.
  • VerticalFlowLayout class, in enum X_Justify. Flow is grouped at the vertical center.
  • X_JUSTIFY_FULL Enumerated value
  • HorizontalFlowLayout class, in enum X_Justify. Components are spread out and all available horizontal space is divided equally between them.
  • X_JUSTIFY_FULL_WITH_ENDS Enumerated value
  • HorizontalFlowLayout class, in enum X_Justify. Same as X_JUSTIFY_FULL, but an extra gap space is divided between the left/right ends of the flow. This preserves the center position of components...
  • X_JUSTIFY_LEFT Enumerated value
  • HorizontalFlowLayout class, in enum X_Justify. Components are grouped near the left of the parent.
  • VerticalFlowLayout class, in enum X_Justify. Flow is grouped near the left edge.
  • X_JUSTIFY_RIGHT Enumerated value
  • HorizontalFlowLayout class, in enum X_Justify. Components are grouped near the right of the parent.
  • VerticalFlowLayout class, in enum X_Justify. Flow is grouped near the right edge.
  • X_Place Enumerated type
  • LayoutManagerInterface class. These values specify how the components are placed with respect to each other.
  • X_PLACE_LEFT Enumerated value
  • LayoutManagerInterface class, in enum X_Place. Place a component to the left of another.
  • X_PLACE_RIGHT Enumerated value
  • LayoutManagerInterface class, in enum X_Place. Place a component to the right of another.
  • xid[LM_MAX_XID_LEN] Struct field
  • irda library, in struct IrdaDeviceInfo. XID information.
  • xRes Struct field
  • driverdisplay library, in struct DisplayModeInfo. The number of horizontal screen pixels per meter.