Changeset 12878 in vbox for trunk/src/VBox/Debugger/VBoxDbgConsole.h
- Timestamp:
- Oct 1, 2008 9:11:52 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgConsole.h
r12850 r12878 264 264 /** The input widget. */ 265 265 VBoxDbgConsoleInput *m_pInput; 266 /** Whether we should send the kInputEnable event or not. */ 267 bool m_fInputNeedsEnabling; 266 268 /** A hack to restore focus to the combobox after a command execution. */ 267 269 bool m_fInputRestoreFocus; … … 323 325 { 324 326 public: 325 typedef enum { kUpdate, kInput RestoreFocus, kTerminated} VBoxDbgConsoleEventType;327 typedef enum { kUpdate, kInputEnable, kTerminatedUser, kTerminatedOther } VBoxDbgConsoleEventType; 326 328 enum { kEventNumber = QEvent::User + 42 }; 327 329
Note:
See TracChangeset
for help on using the changeset viewer.