Skip to content

Commit

Permalink
Updated method names
Browse files Browse the repository at this point in the history
Removed redundant 'app.' prefix from each.
  • Loading branch information
bbb committed Feb 21, 2018
1 parent dd8bc0c commit 01e6383
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions 2 - App object/application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Attributes

.. _app.version:

app.version
version
*********************************************

``app.version``
Expand All @@ -38,7 +38,7 @@ Floating point; read-only.

.. _app.buildNumber:

app.buildNumber
buildNumber
*********************************************

``app.buildNumber``
Expand All @@ -55,7 +55,7 @@ Integer; read-only.

.. _app.getPProPrefPath:

app.getPProPrefPath
getPProPrefPath
*********************************************

``app.getPProPrefPath``
Expand All @@ -72,7 +72,7 @@ String; read-only.

.. _app.getPProSysPrefPath:

app.getPProSysPrefPath
getPProSysPrefPath
*********************************************

``app.getPProSysPrefPath``
Expand All @@ -90,7 +90,7 @@ String; read-only.

.. _app.project:

app.project
project
*********************************************

``app.project``
Expand All @@ -107,7 +107,7 @@ String; read-only.

.. _app.projects:

app.projects
projects
*********************************************

``app.projects``
Expand All @@ -124,7 +124,7 @@ Array (of Project objects); read-only.

.. _app.anywhere:

app.anywhere
anywhere
*********************************************

``app.anywhere``
Expand All @@ -139,7 +139,7 @@ Anywhere object; read-only.

.. _app.Encoder:

app.Encoder
Encoder
*********************************************

``app.Encoder``
Expand All @@ -156,7 +156,7 @@ Encoder object; read-only.

.. _app.properties:

app.properties
properties
*********************************************

``app.properties``
Expand All @@ -173,7 +173,7 @@ properties object; read-only.

.. _app.sourceMonitor:

app.sourceMonitor
sourceMonitor
*********************************************

``app.sourceMonitor``
Expand All @@ -190,7 +190,7 @@ sourceMonitor object; read-only.

.. _app.userGuid:

app.userGuid
userGuid
*********************************************

``app.userGuid``
Expand All @@ -211,7 +211,7 @@ Methods

.. _app.isDocumentOpen:

app.isDocumentOpen()
isDocumentOpen()
*********************************************

``app.isDocumentOpen()``
Expand All @@ -232,7 +232,7 @@ Returns **true** if at least 1 project is open; otherwise **false**.

.. _app.isDocument:

app.isDocument(path)
isDocument(path)
*********************************************

``app.isDocument(path)``
Expand All @@ -253,7 +253,7 @@ Returns **true** if file is openeable.

.. _app.openDocument:

app.openDocument(path)
openDocument(path)
*********************************************

``app.openDocument(path)``
Expand All @@ -275,7 +275,7 @@ Returns **true** if file was successfully opened.

.. _app.openFCPXML:

app.openFCPXML(path, projPath)
openFCPXML(path, projPath)
*********************************************

``app.openFCPXML(path, projPath)``
Expand All @@ -297,7 +297,7 @@ Returns **true** if file was successfully opened as a Premiere Pro project.

.. _app.quit:

app.quit()
quit()
*********************************************

``app.quit()``
Expand All @@ -318,7 +318,7 @@ Nothing.

.. _app.trace:

app.trace()
trace()
*********************************************

``app.trace()``
Expand All @@ -339,7 +339,7 @@ Nothing.

.. _app.setSDKEventMessage:

app.setSDKEventMessage()
setSDKEventMessage()
*********************************************

``app.setSDKEventMessage(message, decorator)``
Expand All @@ -361,7 +361,7 @@ Returns 'true' if successful.

.. _app.setScratchDiskPath:

app.setScratchDiskPath()
setScratchDiskPath()
*********************************************

``app.setScratchDiskPath(path, whichScratchValueToSet)``
Expand Down Expand Up @@ -391,7 +391,7 @@ Returns 'true' if successful.

.. _app.enableQE:

app.enableQE()
enableQE()
*********************************************

| ``app.enableQE()``
Expand All @@ -412,7 +412,7 @@ Returns true if QE DOM was enabled.

.. _app.setExtensionPersistent:

app.setExtensionPersistent(ExtensionID, persist)
setExtensionPersistent(ExtensionID, persist)
************************************************

``app.setExtensionPersistent(ExtensionID, persist)``
Expand All @@ -435,7 +435,7 @@ Nothing.

.. _app.getEnableProxies:

app.getEnableProxies()
getEnableProxies()
*********************************************

``app.getEnableProxies()``
Expand All @@ -457,7 +457,7 @@ Returns 1 if proxies are enabled, 0 of they are not.

.. _app.setEnableProxies:

app.setEnableProxies(enabled)
setEnableProxies(enabled)
*********************************************

``app.setEnableProxies(enabled)``
Expand Down

0 comments on commit 01e6383

Please sign in to comment.