|
|
| GUI_SpectrogramPainter (PlayManager *playManager, QWidget *parent=nullptr) |
| |
| QString | name () const override |
| | must be overwritten More...
|
| |
| QString | displayName () const override |
| | must be overwritten More...
|
| |
| bool | isUiInitialized () const override |
| | Check if ui already was initialized. More...
|
| |
| virtual QAction * | pluginAction () const final |
| | needed by the player ui, final More...
|
| |
|
virtual bool | hasTitle () const |
| | indicates if title bar is shown or not
|
| |
| virtual bool | hasLoadingBar () const |
| | indicates if the widget has a loading bar. If yes, there will be reserved some extra space at the bottom of the widget More...
|
| |
|
Dialog * | boxIntoDialog () |
| |
|
|
void | retranslate () override |
| |
|
void | initUi () override |
| | GUI will be initialized on first show up. Please use this to make Sayonara starting fast.
|
| |
|
void | paintEvent (QPaintEvent *e) override |
| |
|
void | mousePressEvent (QMouseEvent *e) override |
| |
|
void | mouseMoveEvent (QMouseEvent *e) override |
| |
|
void | showEvent (QShowEvent *e) override |
| |
|
void | closeEvent (QCloseEvent *e) override |
| |
|
virtual void | finalizeInitialization () |
| |
|
virtual void | assignUiVariables () |
| |
|
template<typename T , typename UiClass > |
| void | setupParent (T *widget, UiClass **ui) |
| |
|
virtual void | skinChanged () |
| |