Python Script Engine  8.1
GL Studio Editor Python Script API
Project Class Reference
+ Inheritance diagram for Project:

Public Member Functions

String GetTopLevelDesignFile ()
 
Kitting::ComparableVersion GetRequiredGLStudioVersion () override
 
void AddToolbarItem (EditorUI::GuiItem *item)
 
void AddObjectButton (EditorUI::Button *button, String group)
 
String GetCurrentDeploymentName ()
 
- Public Member Functions inherited from Kitting::HasRequiredGLStudioVerison
virtual ~HasRequiredGLStudioVerison ()
 

Detailed Description

Class representing a Project in the GL Studio editor.

Member Function Documentation

void Project::AddObjectButton ( EditorUI::Button *  button,
String  group 
)

Add a button to the object toolbox.

Parameters
buttonthe button to add.
groupwhich group to add the button to in the object toolbox
void Project::AddToolbarItem ( EditorUI::GuiItem *  item)

Add an item to the project toolbar.

Parameters
itemthe item to add.
String Project::GetCurrentDeploymentName ( )

Return the deployment currently used for the project.

Returns
Current deployment string
Since
GL Studio 6.2.1
Kitting::ComparableVersion Project::GetRequiredGLStudioVersion ( )
overridevirtual
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


The documentation for this class was generated from the following file: