Changeset 12096 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Sep 4, 2008 2:28:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h
r11971 r12096 81 81 82 82 bool pause (bool on); 83 bool isPaused() { return mLastState == KMachineState_Paused; } 84 const QPixmap& pauseShot() const { return mPausedShot; } 83 85 84 86 void setMouseIntegrationEnabled (bool enabled); … … 203 205 void setPointerShape (MousePointerChangeEvent *me); 204 206 205 bool isPaused() { return mLastState == KMachineState_Paused; }206 207 bool isRunning() { return mLastState == KMachineState_Running; } 207 208
Note:
See TracChangeset
for help on using the changeset viewer.