6#ifndef PDFTK_PTLACTION_LAUNCH_H_
7#define PDFTK_PTLACTION_LAUNCH_H_
10#include "PtlParamString.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()
起動ファイル名を取得。
bool getNewWindowFlag() const
新ウィンドウフラグを取得。
void setFileName(const PtlParamString &filename)
起動ファイル名を設定。