PDFTool  7.0
Public Member Functions | List of all members
PdfTk::PtlLicense Class Reference

PDFToolのライセンスに関するクラスです。 More...

#include <PtlLicense.h>

Public Member Functions

int getHandle () const
 
 PtlLicense ()
 コンストラクタ
 
 PtlLicense (const PtlLicense &obj)
 コピーコンストラクタ More...
 
 ‾PtlLicense ()
 デストラクタ
 
PtlLicenseoperator= (const PtlLicense &obj)
 コピーオペレータ More...
 
bool isInvalid ()
 ライセンスファイルが不正か否か。 More...
 
bool isEvaluation ()
 評価版か否か。 More...
 
bool isExpired ()
 有効期限切れか否か。 More...
 

Detailed Description

PDFToolのライセンスに関するクラスです。

Constructor & Destructor Documentation

◆ PtlLicense()

PdfTk::PtlLicense::PtlLicense ( const PtlLicense obj)

コピーコンストラクタ

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

Member Function Documentation

◆ isEvaluation()

bool PdfTk::PtlLicense::isEvaluation ( )

評価版か否か。

Returns
true=評価版、false=正規版。
Exceptions
PtlException

◆ isExpired()

bool PdfTk::PtlLicense::isExpired ( )

有効期限切れか否か。

Returns
true=期限切れ、false=期限内。
Exceptions
PtlException

◆ isInvalid()

bool PdfTk::PtlLicense::isInvalid ( )

ライセンスファイルが不正か否か。

Returns
true=不正、false=正しい。
Exceptions
PtlException

◆ operator=()

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

コピーオペレータ

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