gridtool.h File Reference

(r1785/r1282)

#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...


Define Documentation

#define OPTOKEN_GRIDCHANGE   _T("GridChange")
 

Provides the operation for changing the selected grids.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
18/2/94

Definition at line 373 of file gridtool.h.

#define OPTOKEN_GRIDNEWRESIZE   _T("GridNewResize")
 

Definition at line 247 of file gridtool.h.

#define OPTOKEN_GRIDSELECTION   _T("GridSelection")
 

Provides the operations on the selected grids. These include dragging, cut copy paste etc.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
18/2/94

Definition at line 318 of file gridtool.h.


Enumeration Type Documentation

enum OpGridOpType
 

Provides the operations behind the Grid Tool. These include blob dragging, creation of grid and addition of grids to the document tree.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
18/2/94
Enumerator:
NEW 
RESIZE 

Definition at line 261 of file gridtool.h.

00261 { NEW, RESIZE };


Generated on Sat Nov 10 03:49:25 2007 for Camelot by  doxygen 1.4.4