#include <PtlEditPathItems.h>
パスアイテムのコンテナを表現するクラスです。
PtlEditPathItems.h の 17 行目に定義があります。
◆ PtlEditPathItems() [1/2]
PdfTk::PtlEditPathItems::PtlEditPathItems |
( |
| ) |
|
◆ PtlEditPathItems() [2/2]
コピーコンストラクタ alias copy
- 引数
-
- 例外
-
◆ get()
パスアイテムを取得。
指定した番号のパスアイテムを取得します。
- 引数
-
index | Index番号。0が先頭。
indexが負やパスアイテム数以上の場合は、例外が発生します。 |
- 戻り値
- パスアイテム。
- 例外
-
◆ getCount()
int PdfTk::PtlEditPathItems::getCount |
( |
| ) |
const |
パスアイテム数を取得。
- 戻り値
- パスアイテム数。
- 例外
-
◆ isEmpty()
bool PdfTk::PtlEditPathItems::isEmpty |
( |
| ) |
const |
空かどうかを取得。
- 戻り値
- true: 空、false: 空ではない。
- 例外
-
◆ operator=()