dRonin
adbada4
dRonin GCS
|
A base implementation of the mode interface IMode. More...
A base implementation of the mode interface IMode.
basemode.h The BaseMode class can be used directly for most IMode implementations. It has setter functions for the mode properties and a convenience constructor.
The ownership of the widget is given to the BaseMode, so when the BaseMode is destroyed it deletes its widget.
A typical use case is to do the following in the init method of a plugin: