Python Script Engine
8.0
GL Studio Editor Python Script API
|
Classes | |
class | Highlighter |
Functions | |
Highlighter * | CreateHighlighter (String objectName) |
Highlighter * | CreateMenuHighlighter (String menuName, String actionName) |
Highlighter * | CreateCodeBrowserContextMenuHighlighter (String actionName) |
Highlighter * | CreateTabHighlighter (String tabName) |
Highlighter * | CreateGeometryBrowserHighlighter (String objectName, int columnIndex) |
Highlighter * | CreateTitleBarHighlighter (String objectName) |
Highlighter * | CreateObjectPropertyHighlighter (String propertyName) |
Highlighter * | CreateCodeBrowserHighlighter (String identifierName) |
Highlighter * | CreateToolboxHighlighter (String objectName) |
Highlighter* CreateCodeBrowserContextMenuHighlighter | ( | String | actionName | ) |
Create a Highlighter for the code brower's context menu actions.
actionName | the name of the editor action object |
Highlighter* CreateCodeBrowserHighlighter | ( | String | identifierName | ) |
Create a Highlighter for an element of the code browser.
identifierName | the name of the object |
Highlighter* CreateGeometryBrowserHighlighter | ( | String | objectName, |
int | columnIndex | ||
) |
Create a Highlighter for an entry in the Geometry Browser.
objectName | the name of the object |
columnIndex | the index of the column to highlight |
Highlighter* CreateHighlighter | ( | String | objectName | ) |
Create a Highlighter.
objectName | the name of the editor object |
Highlighter* CreateMenuHighlighter | ( | String | menuName, |
String | actionName | ||
) |
Create a Highlighter for File Menu actions.
menuName | the name of the parent menu for the incoming action |
actionName | the name of the editor action object |
Highlighter* CreateObjectPropertyHighlighter | ( | String | propertyName | ) |
Create a Highlighter for an element of the Object Properties table.
propertyName | the name of the property |
Highlighter* CreateTabHighlighter | ( | String | tabName | ) |
Create a Highlighter for a Dock Tab.
objectName | the name of the editor object |
Highlighter* CreateTitleBarHighlighter | ( | String | objectName | ) |
Create a Highlighter for an item on the TitleBar.
objectName | the name of the object |
Highlighter* CreateToolboxHighlighter | ( | String | objectName | ) |
Create a Highlighter for an item in the creation toolbox.
objectName | the name of the object |