Changeset 1863 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Apr 2, 2007 2:55:09 PM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h
r1370 r1863 137 137 #if defined (Q_WS_WIN) 138 138 ShellExecuteEventType, 139 GetExistDirectoryEventType, 139 140 #endif 140 141 ActivateMenuEventType, -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r1804 r1863 396 396 static QString highlight (const QString &aStr, bool aToolTip = false); 397 397 398 void getExistingDirectory (const QString &aDir, QWidget *aParent, 399 const char *aName = 0, 400 const QString &aCaption = QString::null, 401 bool aDirOnly = TRUE, 402 bool resolveSymlinks = TRUE); 403 398 404 static QString getOpenFileName (const QString &, const QString &, QWidget*, 399 405 const char*, const QString &, … … 440 446 void sessionStateChanged (const VBoxSessionStateChangeEvent &e); 441 447 void snapshotChanged (const VBoxSnapshotEvent &e); 448 449 /* Emitted upon getExistingDirectory dialog accepting */ 450 void existingDirectoryResult (const QString &); 442 451 443 452 protected:
Note:
See TracChangeset
for help on using the changeset viewer.