#include "moldshap.h"
#include "nodemold.h"
#include "gmould.h"
Go to the source code of this file.
Classes | |
class | GPerspective |
The perspective function class. More... | |
class | MouldPerspective |
The perspective mould class. This mould implements a rectangular transform with true perspective. More... | |
class | PerspectiveShapes |
The default perspective shapes class. This class provides a bunch of static functions to create some default shapes. All shapes are defined on a (0,0),(72000,72000) coordinate system. More... | |
class | RecordPerspectiveAction |
This class records undo/redo information for the Perspective shape object. More... | |
Defines | |
#define | PER_NUMCOORDS 4 |
#define | PER_UNDEFINED ((INT32)(0x80000000)) |
Enumerations | |
enum | PerspectiveClick { PClick_DoNothing, PClick_EditVPoint0, PClick_EditVPoint1 } |
|
Definition at line 107 of file moldpers.h. |
|
Definition at line 108 of file moldpers.h. |
|
Definition at line 110 of file moldpers.h. 00111 { 00112 PClick_DoNothing, 00113 PClick_EditVPoint0, 00114 PClick_EditVPoint1 00115 };
|