![]() |
Python Script Engine
8.3
GL Studio Editor Python Script API
|
Classes | |
class | Highlighter |
Functions | |
Highlighter * | CreateHighlighter (str objectName) |
Highlighter * | CreateMenuHighlighter (str menuName, str actionName) |
Highlighter * | CreateCodeBrowserContextMenuHighlighter (str actionName) |
Highlighter * | CreateTabHighlighter (str tabName) |
Highlighter * | CreateGeometryBrowserHighlighter (str objectName, int columnIndex) |
Highlighter * | CreateTitleBarHighlighter (str objectName) |
Highlighter * | CreateObjectPropertyHighlighter (str propertyName) |
None | ClearHighlighters () |
Highlighter * | CreateCodeBrowserHighlighter (str identifierName) |
Highlighter * | CreateToolboxHighlighter (str objectName) |
None ClearHighlighters | ( | ) |
Highlighter * CreateCodeBrowserContextMenuHighlighter | ( | str | actionName | ) |
Create a Highlighter for the code brower's context menu actions.
actionName | the name of the editor action object |
Highlighter * CreateCodeBrowserHighlighter | ( | str | identifierName | ) |
Create a Highlighter for an element of the code browser.
identifierName | the name of the object |
Highlighter * CreateGeometryBrowserHighlighter | ( | str | 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 | ( | str | objectName | ) |
Create a Highlighter.
objectName | the name of the editor object |
Highlighter * CreateMenuHighlighter | ( | str | menuName, |
str | 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 | ( | str | propertyName | ) |
Create a Highlighter for an element of the Object Properties table.
propertyName | the name of the property |
Highlighter * CreateTabHighlighter | ( | str | tabName | ) |
Create a Highlighter for a Dock Tab.
tabName | The name of the editor object. |
Highlighter * CreateTitleBarHighlighter | ( | str | objectName | ) |
Create a Highlighter for an item on the TitleBar.
objectName | the name of the object |
Highlighter * CreateToolboxHighlighter | ( | str | objectName | ) |
Create a Highlighter for an item in the creation toolbox.
objectName | the name of the object |