Module view.ProjectInfo
Panel that shows informations about a project.
Functions
ProjectInfo.new () | Constructor. |
ProjectInfo:network_changed (event, project) | Updates the interface, based on the current project. |
(private) ProjectInfo:add_param (param) | Shows a parameter in the list. |
(private) ProjectInfo:build_gui () | Buils the interface. |
(private) ProjectInfo:clear_params () | Clears the parameter list. |
(private) ProjectInfo:update_gui () | Updates the interface, adding the parameters corresponding to the current network. |
Functions
- ProjectInfo.new ()
-
Constructor.
Return value:
New ProjectInfo instance - ProjectInfo:network_changed (event, project)
-
Updates the interface, based on the current project.
Parameters
- event: Event that triggered this handler
- project: Current project
- (private) ProjectInfo:add_param (param)
-
Shows a parameter in the list.
Parameters
- param: The parameter to show
- (private) ProjectInfo:build_gui ()
- Buils the interface.
- (private) ProjectInfo:clear_params ()
- Clears the parameter list.
- (private) ProjectInfo:update_gui ()
- Updates the interface, adding the parameters corresponding to the current network.