PDFTool 7.0
PdfTk::PtlEditPathItems Class Reference

パスアイテムのコンテナを表現するクラスです。 More...

#include <PtlEditPathItems.h>

Public Member Functions

int getHandle () const
 PtlEditPathItems ()
 コンストラクタ
 PtlEditPathItems (const PtlEditPathItems &obj)
 コピーコンストラクタ alias copy
 ‾PtlEditPathItems ()
 デストラクタ
PtlEditPathItemsoperator= (const PtlEditPathItems &obj)
 コピーオペレータ alias copy
bool isEmpty () const
 空かどうかを取得。
int getCount () const
 パスアイテム数を取得。
PtlEditPathItemget (int index)
 パスアイテムを取得。

Detailed Description

パスアイテムのコンテナを表現するクラスです。

Constructor & Destructor Documentation

◆ PtlEditPathItems() [1/2]

PdfTk::PtlEditPathItems::PtlEditPathItems ( )

コンストラクタ

Exceptions
PtlException

◆ PtlEditPathItems() [2/2]

PdfTk::PtlEditPathItems::PtlEditPathItems ( const PtlEditPathItems & obj)

コピーコンストラクタ alias copy

Parameters
objコピー元オブジェクト。
Exceptions
PtlException

Member Function Documentation

◆ get()

PtlEditPathItem & PdfTk::PtlEditPathItems::get ( int index)

パスアイテムを取得。

指定した番号のパスアイテムを取得します。

Parameters
indexIndex番号。0が先頭。
indexが負やパスアイテム数以上の場合は、例外が発生します。
Returns
パスアイテム。
Exceptions
PtlException

◆ getCount()

int PdfTk::PtlEditPathItems::getCount ( ) const

パスアイテム数を取得。

Returns
パスアイテム数。
Exceptions
PtlException

◆ isEmpty()

bool PdfTk::PtlEditPathItems::isEmpty ( ) const

空かどうかを取得。

Returns
true: 空、false: 空ではない。
Exceptions
PtlException

◆ operator=()

PtlEditPathItems & PdfTk::PtlEditPathItems::operator= ( const PtlEditPathItems & obj)

コピーオペレータ alias copy

Parameters
objコピー元オブジェクト。