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