Python Script Engine
7.2
GL Studio Editor Python Script API
|
Public Member Functions | |
String | GetTopLevelDesignFile () |
Kitting::ComparableVersion | GetRequiredGLStudioVersion () |
void | AddToolbarItem (EditorUI::GuiItem *item) |
void | AddObjectButton (EditorUI::Button *button, String group) |
String | GetCurrentDeploymentName () |
Public Member Functions inherited from Kitting::HasRequiredGLStudioVerison | |
virtual | ~HasRequiredGLStudioVerison () |
Class representing a Project in the GL Studio editor.
void Project::AddObjectButton | ( | EditorUI::Button * | button, |
String | group | ||
) |
Add a button to the object toolbox.
button | the button to add. |
group | which group to add the button to in the object toolbox |
void Project::AddToolbarItem | ( | EditorUI::GuiItem * | item | ) |
Add an item to the project toolbar.
item | the item to add. |
String Project::GetCurrentDeploymentName | ( | ) |
Return the deployment currently used for the project.
|
virtual |
See Kitting::HasRequiredGLStudioVerison interface.
Implements Kitting::HasRequiredGLStudioVerison.
String Project::GetTopLevelDesignFile | ( | ) |
Gets the root path of the project, where the project file is located.
Gets the top-level .gls file for the project