#include "grid.h"
Go to the source code of this file.
Classes | |
class | GridTool |
A Tool for creating and editing grids. More... | |
class | OpGrid |
Base class all grid operations are derived from. More... | |
class | OpGridNewResize |
class | OpGridSelection |
class | OpGridChange |
class | OpGridDelete |
This class represents the grid Delete operation. More... | |
class | OpGridCut |
This class represents the grid Cut operation. Currently, it just greys out the menu/button/keypress associated with the op. More... | |
class | OpGridCopy |
This class represents the grid Copy operation. Currently, it just greys out the menu/button/keypress associated with the op. More... | |
class | OpGridPaste |
This class represents the grid Paste operation. Currently, it just greys out the menu/button/keypress associated with the op. More... | |
class | OpGridDuplicate |
This class represents the grid Duplicate operation. Currently, it just greys out the menu/button/keypress associated with the op. More... | |
class | ChangeGrid |
An abstract class used for changing aspects of a grid. More... | |
class | ChangeGridUnits |
An abstract class used for changing aspects of a grid. More... | |
class | ChangeGridDivisions |
An abstract class used for changing aspects of a grid. More... | |
class | ChangeGridSubdivisions |
An abstract class used for changing aspects of a grid. More... | |
class | ChangeGridType |
An abstract class used for changing aspects of a grid. More... | |
class | GridInfoBarOp |
Class for handling the grid tool's information bar. More... | |
class | GridInfoBarOpCreate |
Class for creating GridInfoBarOps. Derived classes of BarCreate are used by DialogBarOp::ReadBarsFromFile(). More... | |
Defines | |
#define | OPTOKEN_GRIDNEWRESIZE _T("GridNewResize") |
#define | OPTOKEN_GRIDSELECTION _T("GridSelection") |
Provides the operations on the selected grids. These include dragging, cut copy paste etc. | |
#define | OPTOKEN_GRIDCHANGE _T("GridChange") |
Provides the operation for changing the selected grids. | |
Enumerations | |
enum | OpGridOpType { NEW, RESIZE } |
Provides the operations behind the Grid Tool. These include blob dragging, creation of grid and addition of grids to the document tree. More... |
|
Provides the operation for changing the selected grids.
Definition at line 373 of file gridtool.h. |
|
Definition at line 247 of file gridtool.h. |
|
Provides the operations on the selected grids. These include dragging, cut copy paste etc.
Definition at line 318 of file gridtool.h. |
|
Provides the operations behind the Grid Tool. These include blob dragging, creation of grid and addition of grids to the document tree.
Definition at line 261 of file gridtool.h.
|