|
|
@ -65,6 +65,7 @@ class Kommando : public QWidget
|
|
|
|
Menu* actMenu;
|
|
|
|
Menu* actMenu;
|
|
|
|
QPtrList<Menu> mTopLevelMenus;
|
|
|
|
QPtrList<Menu> mTopLevelMenus;
|
|
|
|
RoundButton navbutton;
|
|
|
|
RoundButton navbutton;
|
|
|
|
|
|
|
|
bool middleMouseButtonState;
|
|
|
|
int oldNavbuttonIconType; //holds whether the icon should be changed
|
|
|
|
int oldNavbuttonIconType; //holds whether the icon should be changed
|
|
|
|
KPixmap mScreenshot;
|
|
|
|
KPixmap mScreenshot;
|
|
|
|
|
|
|
|
|
|
|
@ -73,7 +74,8 @@ class Kommando : public QWidget
|
|
|
|
virtual void windowActivationChange ( bool oldActive );
|
|
|
|
virtual void windowActivationChange ( bool oldActive );
|
|
|
|
virtual void wheelEvent (QWheelEvent * evt);
|
|
|
|
virtual void wheelEvent (QWheelEvent * evt);
|
|
|
|
virtual void keyPressEvent(QKeyEvent* evt);
|
|
|
|
virtual void keyPressEvent(QKeyEvent* evt);
|
|
|
|
|
|
|
|
virtual void mousePressEvent(QMouseEvent* evt);
|
|
|
|
|
|
|
|
virtual void mouseReleaseEvent(QMouseEvent* evt);
|
|
|
|
|
|
|
|
|
|
|
|
protected slots:
|
|
|
|
protected slots:
|
|
|
|
virtual void slotOnClick();
|
|
|
|
virtual void slotOnClick();
|
|
|
|