Antenna House PDF Tool API (C++) 8.0
PtlActionLaunch.h
1
2// PtlActionLaunch.h
3// Copyright (C) 2013-2025 Antenna House,Inc.
4// All rights reserved.
6#ifndef PDFTK_PTLACTION_LAUNCH_H_
7#define PDFTK_PTLACTION_LAUNCH_H_
8
9#include "PtlAction.h"
10#include "PtlParamString.h"
11
12namespace PdfTk {
13
17
18class PDFTK_API PtlActionLaunch : public PtlAction
19{
20public:
26
34
39
40public:
47
48public:
55
63 void setFileName(const PtlParamString& filename);
64
65public:
73 bool getNewWindowFlag() const;
74
82 void setNewWindowFlag(bool flag);
83};
84
85} // namespace PdfTk
86
87#endif // PDFTK_PTLACTION_LAUNCH_H_
PtlAction(ACTION_TYPE type)
コンストラクタ
PtlActionLaunch & operator=(const PtlActionLaunch &obj)
コピーオペレータ alias copy
PtlActionLaunch(const PtlActionLaunch &obj)
コピーコンストラクタ alias copy
void setNewWindowFlag(bool flag)
新ウィンドウフラグを設定。
const PtlParamString & getFileName()
起動ファイル名を取得。
PtlActionLaunch()
コンストラクタ
bool getNewWindowFlag() const
新ウィンドウフラグを取得。
~PtlActionLaunch()
デストラクタ
void setFileName(const PtlParamString &filename)
起動ファイル名を設定。