IDOMActionLaunch interface.
More...
#include <idomtarget.h>
|
virtual EDLString | getFile () const =0 |
| Retrieves the file specification.
|
|
virtual void | setFile (const EDLString &file)=0 |
| Sets the file specification.
|
|
virtual EDLString | getWinParameters () const =0 |
| Retrieves the Windows-specific launch parameters.
|
|
virtual void | setWinParameters (const EDLString ¶ms)=0 |
| Sets the Windows-specific launch parameters.
|
|
virtual EDLString | getMacParameters () const =0 |
| Retrieves the Mac OS-specific launch parameters.
|
|
virtual void | setMacParameters (const EDLString ¶ms)=0 |
| Sets the Mac OS-specific launch parameters.
|
|
virtual EDLString | getUnixParameters () const =0 |
| Retrieves the UNIX-specific launch parameters.
|
|
virtual void | setUnixParameters (const EDLString ¶ms)=0 |
| Sets the UNIX-specific launch parameters.
|
|
virtual bool | getNewWindow () const =0 |
| Getter for NewWindow flag.
|
|
virtual void | setNewWindow (bool bNewWindow)=0 |
| Setter for NewWindow flag.
|
|
virtual eTargetType | getTargetType () const |
| Implementation of geTargetType for IDOMActionLaunch.
|
|
virtual const CClassID & | getClassID () const =0 |
| Returns class ID of IEDLObject.
|
|
virtual bool | init (CClassParams *pData) |
| The init() method is called to perform any post-construction initialization of an IEDLObject that has been created by the EDL class factory, before it is actually returned by the factory.
|
|
virtual bool | clone (IEDLObjectPtr &ptrObject, IEDLClassFactory *pFactory) |
| Create a copy of EDLObject.
|
|
virtual void | addRef () const =0 |
| Increases the reference count of the actual object pointed to. This would take place during an assignment or copying.
|
|
virtual bool | decRef () const =0 |
| Decreases the reference count of the actual object pointed to. When the reference count falls to Zero, it deletes the actual object pointed to.
|
|
virtual int32 | getRefCount () const =0 |
| Retrieve the current reference count of the actual object pointed to.
|
|
|
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.
|
|
◆ 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 |
Getter for NewWindow 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 NewWindow 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: