Changeset 20200 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jun 2, 2009 4:18:04 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
r19844 r20200 102 102 103 103 QRect desktopGeometry(); 104 105 QRegion lastVisibleRegion() const; 104 106 105 107 bool isAutoresizeGuestActive(); -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r20047 r20200 254 254 void mtExitMode(); 255 255 void mtCloseVM(); 256 void mtMaskUpdate(); 256 257 257 258 private: -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxMiniToolBar.h
r20146 r20200 49 49 }; 50 50 51 VBoxMiniToolBar (Alignment aAlignment); 51 VBoxMiniToolBar (QWidget *aParent, Alignment aAlignment); 52 53 void setIsSeamlessMode (bool aIsSeamless); 52 54 53 55 VBoxMiniToolBar& operator<< (QList <QMenu*> aMenus); … … 60 62 void exitAction(); 61 63 void closeAction(); 64 void geometryUpdated(); 62 65 63 66 protected: 64 67 65 void resizeEvent (QResizeEvent *aEvent);66 68 void mouseMoveEvent (QMouseEvent *aEvent); 67 69 void timerEvent (QTimerEvent *aEvent); … … 73 75 74 76 private: 77 78 void recreateMask(); 79 void moveToBase(); 80 QPoint mapFromScreen (const QPoint &aPoint); 75 81 76 82 QAction *mAutoHideAct; … … 88 94 int mPositionX; 89 95 int mPositionY; 96 97 bool mIsSeamless; 90 98 91 99 /* Lists of used spacers */
Note:
See TracChangeset
for help on using the changeset viewer.