PDFTool.NET  7.0
Public Member Functions | Protected Attributes | List of all members
PdfTkNet::PtlEditPathItems Class Reference

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

#include <NetEditPathItems.h>

Inheritance diagram for PdfTkNet::PtlEditPathItems:
Inheritance graph
[legend]
Collaboration diagram for PdfTkNet::PtlEditPathItems:
Collaboration graph
[legend]

Public Member Functions

PdfTk::PtlEditPathItems * getNative ()
 
 PtlEditPathItems ()
 コンストラクタ More...
 
 PtlEditPathItems (PtlEditPathItems^ obj)
 コピーコンストラクタ alias copy More...
 
 ‾PtlEditPathItems ()
 デストラクタ
 
 !PtlEditPathItems ()
 ファイナライザ。
 
PtlEditPathItems operator= (PtlEditPathItems^ obj)
 コピーオペレータ alias copy More...
 
bool isEmpty ()
 空かどうかを取得。 More...
 
int getCount ()
 パスアイテム数を取得。 More...
 
PtlEditPathItem get (int index)
 パスアイテムを取得。 More...
 

Protected Attributes

PdfTk::PtlEditPathItems * m_native
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PtlEditPathItems() [1/2]

PdfTkNet::PtlEditPathItems::PtlEditPathItems ( )

コンストラクタ

Exceptions
PtlException

◆ PtlEditPathItems() [2/2]

PdfTkNet::PtlEditPathItems::PtlEditPathItems ( PtlEditPathItems obj)

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

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

Member Function Documentation

◆ get()

PtlEditPathItem PdfTkNet::PtlEditPathItems::get ( int  index)

パスアイテムを取得。

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

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

◆ getCount()

int PdfTkNet::PtlEditPathItems::getCount ( )

パスアイテム数を取得。

Returns
パスアイテム数。
Exceptions
PtlException

◆ isEmpty()

bool PdfTkNet::PtlEditPathItems::isEmpty ( )

空かどうかを取得。

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

◆ operator=()

PtlEditPathItems PdfTkNet::PtlEditPathItems::operator= ( PtlEditPathItems obj)

コピーオペレータ alias copy

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