Developer Documentation
|
Starting OpenFlipper invokes the following processes:
BaseInterface::initializePlugin(),
BaseInterface::pluginsInitialized(),
INIInterface::loadIniFileOptions()
Also see INIInterface
INIInterface::loadIniFileOptions(),
INIInterface::loadIniFile(),
INIInterface::loadIniFileOptionsLast()
Also see INIInterface
INIInterface::saveIniFileOptions(),
INIInterface::saveIniFile(),
Each time an object has been modified by a plugin, the plugin has to emit the signal BaseInterface::updatedObject() in order to initiate the core to inform all other plugins about the changes and redraw the scene.
Also see BaseInterface
BaseInterface::updatedObject(),
BaseInterface::slotObjectUpdated(),
A plugin can provoke a redraw of the scene by emitting the signal BaseInterface::updateView().
Also see BaseInterface