G1SGui
Graphical user interface for Game Two. It differs from the first in that it is on a square grid and adjacent moves take priority over diagonal tile steps.
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass SqSysGuiclass TGridSysGuiclass CmdBarGuiclass CanvasPanelledclass CanvasUserclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
This makes the tiles active. They respond to mouse clicks. It does not paint or draw the tiles.
This makes the tiles active. They respond to mouse clicks. It does not paint or draw the tiles.
Attributes
Creates the turn button and the action to commit on mouse click.
Creates the turn button and the action to commit on mouse click.
Attributes
Not sure why this is called css.
Not sure why this is called css.
Attributes
Draws the tiles sides (or edges).
Draws the tiles sides (or edges).
Attributes
Inherited methods
Attributes
- Inherited from:
- CanvasPanelled
Attributes
- Inherited from:
- SqSysGui
Attributes
- Inherited from:
- SqSysGui
Attributes
- Inherited from:
- SqSysGui
Attributes
- Inherited from:
- SqSysGui
Attributes
- Inherited from:
- SqSysGui
Attributes
- Inherited from:
- CmdBarGui
Attributes
- Inherited from:
- CmdBarGui
Attributes
- Inherited from:
- CmdBarGui
Attributes
- Inherited from:
- CmdBarGui
Attributes
- Inherited from:
- CmdBarGui
Attributes
- Inherited from:
- SqSysGui
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.
Attributes
- Inherited from:
- CanvasUser
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Pixels per Tile. The number of pixels from a side of a tile to the opposite side of the tile.
Pixels per Tile. The number of pixels from a side of a tile to the opposite side of the tile.
Attributes
- Definition Classes
- Inherited from:
- SqSysGui
repaints the top command bar
Attributes
- Inherited from:
- CanvasPanelled
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.
Attributes
- Inherited from:
- CanvasPanelled
Attributes
- Inherited from:
- TGridSysGui
Attributes
- Inherited from:
- CmdBarGui
Attributes
- Inherited from:
- TGridSysGui
Attributes
- Inherited from:
- SqSysGui
Attributes
- Inherited from:
- SqSysGui
Concrete fields
This is the planned moves or orders for the next turn. Note this is just a record of the planned moves it is not graphical display of those moves. This data is state for the Gui.
This is the planned moves or orders for the next turn. Note this is just a record of the planned moves it is not graphical display of those moves. This data is state for the Gui.
Attributes
Inherited fields
Attributes
- Inherited from:
- CmdBarGui
The number of pixels displayed per c column coordinate.
Attributes
- Inherited from:
- TGridSysGui
Attributes
- Inherited from:
- CanvasPanelled
The text for the status field of the command bar.
Attributes
- Inherited from:
- CanvasUser
Implicits
Implicits
Tile grid system this gui displays.
Tile grid system this gui displays.