GThreeGui
Value members
Concrete methods
Creates the turn button and the action to commit on mouse click.
Creates the turn button and the action to commit on mouse click.
The frame to refresh the top command bar. Note it is a ref so will change with scenario state.
The frame to refresh the top command bar. Note it is a ref so will change with scenario state.
Uses the mapHCen method on units. This takes two functions, the first for when there is no unit in the hex tile. Note how we can access the data in the separate terrs array by use of the HCen coordinate.
Uses the mapHCen method on units. This takes two functions, the first for when there is no unit in the hex tile. Note how we can access the data in the separate terrs array by use of the HCen coordinate.
Inherited methods
This reverses the order of the GraphicActive List. Method paints objects to screen as side effect.
This reverses the order of the GraphicActive List. Method paints objects to screen as side effect.
- Inherited from:
- CanvasUser
This method creates a new frame for the panel. It clips the painting area. Paints the Panel with the back colour, translates the GraphicElems from their positions relative to the Panel's centre to their absolute positions on the canvas. It stores the active object shapes with their absolute positions on the panels active object list. Finally it unclips the painting area.
This method creates a new frame for the panel. It clips the painting area. Paints the Panel with the back colour, translates the GraphicElems from their positions relative to the Panel's centre to their absolute positions on the canvas. It stores the active object shapes with their absolute positions on the panels active object list. Finally it unclips the painting area.
- Inherited from:
- CanvasPanelled
Concrete fields
Inherited fields
The text for the status field of the command bar.
The text for the status field of the command bar.
- Inherited from:
- CmdBarGui