IDOMActionLaunch interface.
More...
#include <edl/idomtarget.h>
|
enum | eTargetType {
eExternal
, eInternal
, ePage
, ePageRect
,
eActionGoToR
, eActionGoToE
, eActionLaunch
, eActionThread
,
eActionSound
, eActionMovie
, eActionHide
, eActionNamed
,
eActionSubmitForm
, eActionResetForm
, eActionImportData
, eActionJavaScript
,
eActionSetOCGState
, eActionRendition
, eActionTrans
, eActionGoTo3DView
,
eActionArray
} |
| An enumeration of target types. More...
|
virtual | ~IRCObject () |
| Virtual destructor.
|
◆ DECLARE_CLASS_ID()
◆ getFile()
virtual EDLString IDOMActionLaunch::getFile |
( |
| ) |
const |
|
pure virtual |
Retrieves the file specification.
- Returns
- EDLSysString The file specification
◆ getMacParameters()
virtual EDLString IDOMActionLaunch::getMacParameters |
( |
| ) |
const |
|
pure virtual |
Retrieves the Mac OS-specific launch parameters.
- Returns
- EDLSysString The launch parameters
◆ getNewWindow()
virtual bool IDOMActionLaunch::getNewWindow |
( |
| ) |
const |
|
pure virtual |
Retrieves the new window flag.
- Returns
- bool Returns the value of the NewWindow flag
◆ getTargetType()
virtual eTargetType IDOMActionLaunch::getTargetType |
( |
| ) |
const |
|
inlinevirtual |
◆ getUnixParameters()
virtual EDLString IDOMActionLaunch::getUnixParameters |
( |
| ) |
const |
|
pure virtual |
Retrieves the UNIX-specific launch parameters.
- Returns
- EDLSysString The launch parameters
◆ getWinParameters()
virtual EDLString IDOMActionLaunch::getWinParameters |
( |
| ) |
const |
|
pure virtual |
Retrieves the Windows-specific launch parameters.
- Returns
- EDLSysString The launch parameters
◆ setFile()
virtual void IDOMActionLaunch::setFile |
( |
const EDLString & | file | ) |
|
|
pure virtual |
Sets the file specification.
- Parameters
-
◆ setMacParameters()
virtual void IDOMActionLaunch::setMacParameters |
( |
const EDLString & | params | ) |
|
|
pure virtual |
Sets the Mac OS-specific launch parameters.
- Parameters
-
params | The launch parameters |
◆ setNewWindow()
virtual void IDOMActionLaunch::setNewWindow |
( |
bool | bNewWindow | ) |
|
|
pure virtual |
Setter for new window flag.
- Parameters
-
bNewWindow | New value of the NewWindow flag |
◆ setUnixParameters()
virtual void IDOMActionLaunch::setUnixParameters |
( |
const EDLString & | params | ) |
|
|
pure virtual |
Sets the UNIX-specific launch parameters.
- Parameters
-
params | The launch parameters |
◆ setWinParameters()
virtual void IDOMActionLaunch::setWinParameters |
( |
const EDLString & | params | ) |
|
|
pure virtual |
Sets the Windows-specific launch parameters.
- Parameters
-
params | The launch parameters |
The documentation for this class was generated from the following file: