#include <GP_Xform.h>
Public Member Functions | |
| GP_XformHandle (GP_Xform *xform=0) | |
| GP_XformHandle (const GP_XformHandle &handle) | |
| ~GP_XformHandle (void) | |
| GP_XformHandle & | operator= (const GP_XformHandle &h) |
| GP_XformHandle & | operator= (const GP_Xform &xform) |
| int | save (ostream &os, int binary=0) const |
| bool | load (UT_IStream &is) |
| void | compose (const GP_XformHandle &handle, const UT_BoundingRect *brect=0) |
| void | composeInverse (const GP_XformHandle &handle, const UT_BoundingRect *brect=0) |
| GP_Xform * | operator-> (void) const |
| GP_Xform * | operator* (void) const |
| int | isDefined (void) const |
Definition at line 120 of file GP_Xform.h.
| GP_XformHandle::GP_XformHandle | ( | GP_Xform * | xform = 0 |
) | [inline] |
Definition at line 124 of file GP_Xform.h.
| GP_XformHandle::GP_XformHandle | ( | const GP_XformHandle & | handle | ) | [inline] |
Definition at line 128 of file GP_Xform.h.
| GP_XformHandle::~GP_XformHandle | ( | void | ) | [inline] |
Definition at line 132 of file GP_Xform.h.
| void GP_XformHandle::compose | ( | const GP_XformHandle & | handle, | |
| const UT_BoundingRect * | brect = 0 | |||
| ) | [inline] |
Definition at line 195 of file GP_Xform.h.
| void GP_XformHandle::composeInverse | ( | const GP_XformHandle & | handle, | |
| const UT_BoundingRect * | brect = 0 | |||
| ) | [inline] |
Definition at line 222 of file GP_Xform.h.
| int GP_XformHandle::isDefined | ( | void | ) | const [inline] |
Definition at line 254 of file GP_Xform.h.
| bool GP_XformHandle::load | ( | UT_IStream & | is | ) | [inline] |
Definition at line 184 of file GP_Xform.h.
| GP_Xform* GP_XformHandle::operator* | ( | void | ) | const [inline] |
Definition at line 251 of file GP_Xform.h.
| GP_Xform* GP_XformHandle::operator-> | ( | void | ) | const [inline] |
Definition at line 250 of file GP_Xform.h.
| GP_XformHandle& GP_XformHandle::operator= | ( | const GP_Xform & | xform | ) | [inline] |
Definition at line 153 of file GP_Xform.h.
| GP_XformHandle& GP_XformHandle::operator= | ( | const GP_XformHandle & | h | ) | [inline] |
Definition at line 138 of file GP_Xform.h.
| int GP_XformHandle::save | ( | ostream & | os, | |
| int | binary = 0 | |||
| ) | const [inline] |
Definition at line 178 of file GP_Xform.h.
1.5.9