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

Public Member Functions

String GetTopLevelDesignFile ()
 
Kitting::ComparableVersion GetRequiredGLStudioVersion ()
 
void AddToolbarItem (EditorUI::GuiItem *item)
 
void AddObjectButton (EditorUI::Button *button, String group)
 
- 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.
Kitting::ComparableVersion Project::GetRequiredGLStudioVersion ( )
virtual
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: