![]() |
COLNEO Pro 1.0
|
GUI API interface.
Register with "cnGuiAPI".
(c) COLNEO GmbH
Functions | |
ApiJsonResponse | closeApplication () |
ApiJsonResponse | closeProject () |
ApiJsonResponse | closeStartPage () |
ApiJsonResponse | getAvailableActions () |
ApiJsonResponse | getCurrentLanguage () |
ApiJsonResponse | importFiles () |
ApiJsonResponse | newProject () |
ApiJsonResponse | openProject () |
ApiJsonResponse | openStartPage () |
ApiJsonResponse | openURL (QString url) |
ApiJsonResponse | saveProjectAs () |
ApiJsonResponse | setCurrentLanguage (QString language) |
MENU BAR | |
ApiJsonResponse | menuBarSetConfiguration (QVariantMap configuration) |
ApiJsonResponse | menuBarGetConfiguration () |
ApiJsonResponse | menuBarReset () |
ApiJsonResponse | triggerAction (QString &actionName, QVariantMap ¶ms=QVariantMap()) |
|
slot |
Closes the application.
|
slot |
...
|
slot |
Close ColneoPro start page.
|
slotinherited |
Get list of available actions.
|
slotinherited |
|
slot |
Show import dialog and call import methods.
|
slot |
Return the current configuration of the menubar as JSON-Object.
|
slot |
resets the menubar to the default configuration
url |
|
slot |
changes the menubar according to the given configuration
configuration |
|
slot |
...
|
slot |
Show open file dialog and open selected project.
|
slot |
Open ColneoPro start page.
|
slot |
Opens the url in the standard browser.
url |
|
slot |
Show save file dialog and save current project.
|
slot |
Changes the language. Language settings are adopted after the program is restarted.
|
slot |
Triggers an action.
actionName | Name of the action |
params | Optional parameters, depending on the action. Example: {
dockWidgetArea : 'left' | 'right' | 'top' | 'bottom' | 'float'
}
|