#include <ContextFreeServices.h>
|
| void | openCube (cube::CubeProxy *cube) |
| |
| QWidget * | getWidget () |
| |
| void | setMessage (const QString &str, cubegui::MessageType type=cubegui::Information) |
| |
| QWidget* cubepluginapi::ContextFreeServices::getWidget |
( |
| ) |
|
returns a widget on the main screen which can be used by the plugin. If the plugin is closed, all children of the widget are deleted.
| void cubepluginapi::ContextFreeServices::openCube |
( |
cube::CubeProxy * |
cube | ) |
|
closes this plugin and loads the given cube
| void cubepluginapi::ContextFreeServices::openCubeRequest |
( |
cube::CubeProxy * |
cube | ) |
|
|
signal |
| void cubepluginapi::ContextFreeServices::setMessage |
( |
const QString & |
str, |
|
|
cubegui::MessageType |
type = cubegui::Information |
|
) |
| |
Writes the given message to the status line at the bottom of the cube window