|
| GUI_LevelPainter (LevelDataProvider *dataProvider, PlayManager *playManager, QWidget *parent=nullptr) |
|
QString | name () const override |
| must be overwritten More...
|
|
QString | displayName () const override |
| must be overwritten More...
|
|
bool | isActive () const override |
|
virtual bool | hasTitle () const override |
| indicates if title bar is shown or not
|
|
virtual QAction * | pluginAction () const final |
| needed by the player ui, final More...
|
|
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 | paintEvent (QPaintEvent *e) override |
|
void | showEvent (QShowEvent *) override |
|
void | closeEvent (QCloseEvent *) override |
|
void | hideEvent (QHideEvent *e) override |
|
void | initUi () override |
|
void | retranslate () override |
|
QWidget * | widget () override |
|
bool | hasSmallButtons () const override |
|
ColorStyle | currentStyle () const override |
|
int | currentStyleIndex () const override |
|
void | finalizeInitialization () override |
|
void | init_buttons () |
|
virtual void | resizeEvent (QResizeEvent *e) override |
|
virtual void | mousePressEvent (QMouseEvent *e) override |
|
virtual void | enterEvent (QEvent *e) override |
|
virtual void | leaveEvent (QEvent *e) override |
|
void | stop_fadeout_timer () |
|
virtual bool | isUiInitialized () const |
| Check if ui already was initialized. More...
|
|
virtual void | assignUiVariables () |
|
template<typename T , typename UiClass > |
void | setupParent (T *widget, UiClass **ui) |
|
virtual void | skinChanged () |
|