|
PDFTool 7.0
|
パスの矩形を表現したクラスです。
PtlEditPathRectはPtlEditPathItemを継承しています。
More...
#include <PtlEditPathRect.h>


Public Member Functions | |
| PtlEditPathRect () | |
| コンストラクタ | |
| PtlEditPathRect (const PtlEditPathRect &obj) | |
| コピーコンストラクタ | |
| ‾PtlEditPathRect () | |
| デストラクタ | |
| PtlEditPathRect & | operator= (const PtlEditPathRect &obj) |
| コピーオペレータ | |
| PtlRect | getRect () |
| 矩形座標を取得。 | |
| Public Member Functions inherited from PdfTk::PtlEditPathItem | |
| int | getHandle () const |
| PtlEditPathItem (PATH_ITEM_TYPE type) | |
| コンストラクタ | |
| PtlEditPathItem (const PtlEditPathItem &obj) | |
| コピーコンストラクタ alias copy | |
| virtual | ‾PtlEditPathItem () |
| デストラクタ | |
| PtlEditPathItem & | operator= (const PtlEditPathItem &obj) |
| コピーオペレータ alias copy | |
| PATH_ITEM_TYPE | getType () const |
| パスアイテムタイプを取得。 | |
Additional Inherited Members | |
| Public Types inherited from PdfTk::PtlEditPathItem | |
| enum | PATH_ITEM_TYPE { TYPE_PATH_LINE = 1 , TYPE_PATH_RECT = 2 , TYPE_PATH_CURVE = 3 } |
| パスアイテムのタイプ More... | |
パスの矩形を表現したクラスです。
PtlEditPathRectはPtlEditPathItemを継承しています。
| PdfTk::PtlEditPathRect::PtlEditPathRect | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlEditPathRect::PtlEditPathRect | ( | const PtlEditPathRect & | obj | ) |
| PtlRect PdfTk::PtlEditPathRect::getRect | ( | ) |
| PtlEditPathRect & PdfTk::PtlEditPathRect::operator= | ( | const PtlEditPathRect & | obj | ) |
コピーオペレータ
| obj | コピー元オブジェクト。 |