Changeset 39108 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 25, 2011 10:18:06 AM (13 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r39107 r39108 906 906 } 907 907 908 UIVisualStateType UIMachineView::visualStateType() 908 UIVisualStateType UIMachineView::visualStateType() const 909 909 { 910 910 return machineLogic()->visualStateType(); 911 911 } 912 912 913 bool UIMachineView::isFullscreenOrSeamless() 913 bool UIMachineView::isFullscreenOrSeamless() const 914 914 { 915 915 return visualStateType() == UIVisualStateType_Fullscreen -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h
r39107 r39108 175 175 bool guestResizeEvent(QEvent *pEvent, bool fFullscreen); 176 176 /** What view mode (normal, fullscreen etc.) are we in? */ 177 UIVisualStateType visualStateType() ;177 UIVisualStateType visualStateType() const; 178 178 /** Is this a fullscreen-type view? */ 179 bool isFullscreenOrSeamless() ;179 bool isFullscreenOrSeamless() const; 180 180 /** Return a string consisting of @a base with a suffix for the active 181 181 * virtual monitor. Used for storing monitor-specific extra data. */
Note:
See TracChangeset
for help on using the changeset viewer.