| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Boost.Python.instance --+
|
Workspace
The workspace provides access to the context of the interactive application and thus only makes sense when scripts are executed in the embedded interpreter.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |||
str
|
|
||
| BrowserScheme |
|
||
List of str
|
|
||
str
|
|
||
| List of Graph |
|
||
| Graph |
|
||
List of str
|
|
||
str
|
|
||
int
|
|
||
| List of Node. |
|
||
Node
or None
|
|
||
bool
|
|
||
|
|||
| Class Variables | |
__instance_size__ = 24
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
helper for pickle
|
|
Returns the scheme of the current Toxik browser which determines the type of entities that are browsed. Possible schemes are provided by the BrowserScheme class. The most common and interesting one being the BrowserScheme.FILE_SYSTEM scheme which identifies a file system browser.
|
Gets the paths of elements selected in the Toxik browser in focus. Note that the browser can be something else than a file system browser; see getBrowserScheme method).
|
Gets the path of the browser element targeted by the action being processed; in other words, the element on which the user right-clicked to invoke a script. This target is also part of the current browser selection returned by getBrowserSelection.
|
|
|
Same as getBrowserSelection but only for file system browsers. Gets the paths of files and folders selected in a BrowserScheme.FILE_SYSTEM browser (see getBrowserScheme).
|
Same as getBrowserTarget but only for file system browsers. Gets the path of the file or folder on which the user right-clicked in a BrowserScheme.FILE_SYSTEM scheme browser (see getBrowserScheme) to invoke a script. This target is also part of the current file browser selection returned by getFileBrowserSelection.
|
|
|
|
Indicates whether the composition at the specified path is currently opened in the Toxik UI workspace.
|
Opens the given composition in the Toxik UI workspace.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Feb 8 08:00:13 2012 | http://epydoc.sourceforge.net |