Mako 7.4.0 API
Loading...
Searching...
No Matches
IDOMActionLaunch Class Referenceabstract

IDOMActionLaunch interface. More...

#include <idomtarget.h>

Inheritance diagram for IDOMActionLaunch:

Public Member Functions

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 &params)=0
 Sets the Windows-specific launch parameters.
 
virtual EDLString getMacParameters () const =0
 Retrieves the Mac OS-specific launch parameters.
 
virtual void setMacParameters (const EDLString &params)=0
 Sets the Mac OS-specific launch parameters.
 
virtual EDLString getUnixParameters () const =0
 Retrieves the UNIX-specific launch parameters.
 
virtual void setUnixParameters (const EDLString &params)=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.
 
- Public Member Functions inherited from IEDLObject
virtual const CClassIDgetClassID () 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.
 
- Public Member Functions inherited from IRCObject
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.
 

Additional Inherited Members

- Public Types inherited from IDOMTarget
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...
 
- Protected Member Functions inherited from IRCObject
virtual ~IRCObject ()
 Virtual destructor.
 

Detailed Description

IDOMActionLaunch interface.

Member Function Documentation

◆ 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

Implementation of geTargetType for IDOMActionLaunch.

Returns
eTargetType Returns eActionLaunch;

Implements IDOMTarget.

◆ 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
fileFile specification

◆ setMacParameters()

virtual void IDOMActionLaunch::setMacParameters ( const EDLString & params)
pure virtual

Sets the Mac OS-specific launch parameters.

Parameters
paramsThe launch parameters

◆ setNewWindow()

virtual void IDOMActionLaunch::setNewWindow ( bool bNewWindow)
pure virtual

Setter for NewWindow flag.

Parameters
bNewWindowNew value of the NewWindow flag

◆ setUnixParameters()

virtual void IDOMActionLaunch::setUnixParameters ( const EDLString & params)
pure virtual

Sets the UNIX-specific launch parameters.

Parameters
paramsThe launch parameters

◆ setWinParameters()

virtual void IDOMActionLaunch::setWinParameters ( const EDLString & params)
pure virtual

Sets the Windows-specific launch parameters.

Parameters
paramsThe launch parameters

The documentation for this class was generated from the following file: