PDFTool
7.0
|
PDFToolのライセンスに関するクラスです。 More...
#include <PtlLicense.h>
Public Member Functions | |
int | getHandle () const |
PtlLicense () | |
コンストラクタ | |
PtlLicense (const PtlLicense &obj) | |
コピーコンストラクタ More... | |
‾PtlLicense () | |
デストラクタ | |
PtlLicense & | operator= (const PtlLicense &obj) |
コピーオペレータ More... | |
bool | isInvalid () |
ライセンスファイルが不正か否か。 More... | |
bool | isEvaluation () |
評価版か否か。 More... | |
bool | isExpired () |
有効期限切れか否か。 More... | |
PDFToolのライセンスに関するクラスです。
PdfTk::PtlLicense::PtlLicense | ( | const PtlLicense & | obj | ) |
コピーコンストラクタ
obj | コピー元オブジェクト。 |
bool PdfTk::PtlLicense::isEvaluation | ( | ) |
bool PdfTk::PtlLicense::isExpired | ( | ) |
bool PdfTk::PtlLicense::isInvalid | ( | ) |
PtlLicense& PdfTk::PtlLicense::operator= | ( | const PtlLicense & | obj | ) |
コピーオペレータ
obj | コピー元オブジェクト。 |