Searched refs:class (Results 76 - 100 of 890) sorted by relevance

1234567891011>>

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsModel.h2 * VBox Qt GUI - UIGDetailsModel class declaration.
33 class QGraphicsItem;
34 class QGraphicsScene;
35 class QGraphicsSceneContextMenuEvent;
36 class QGraphicsView;
37 class UIGDetailsGroup;
38 class UIVMItem;
39 class UIGDetailsElementAnimationCallback;
40 class UIGDetailsItem;
43 class UIGDetailsMode
[all...]
H A DUIGDetailsElements.h2 * VBox Qt GUI - UIGDetailsElements class declaration.
31 class UIGMachinePreview;
34 class UIGDetailsUpdateThread : public QThread
60 class UIGDetailsElementInterface : public UIGDetailsElement
92 class UIGDetailsUpdateThreadGeneral : public UIGDetailsUpdateThread
108 class UIGDetailsElementGeneral : public UIGDetailsElementInterface
128 class UIGDetailsElementPreview : public UIGDetailsElement
161 class UIGDetailsUpdateThreadSystem : public UIGDetailsUpdateThread
177 class UIGDetailsElementSystem : public UIGDetailsElementInterface
197 class UIGDetailsUpdateThreadDispla
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialog.h2 * VBox Qt GUI - UISettingsDialog class declaration.
27 class UIPageValidator;
28 class QProgressBar;
29 class QStackedWidget;
30 class QTimer;
31 class UIWarningPane;
32 class VBoxSettingsSelector;
33 class UISettingsPage;
34 class UISettingsSerializer;
35 class UISettingsSerializerProgres
[all...]
H A DVBoxSettingsSelector.h2 * VBox Qt GUI - VBoxSettingsSelector class declaration.
23 class QITreeWidget;
24 class UIToolBar;
25 class UISettingsPage;
26 class SelectorItem;
27 class SelectorActionItem;
29 class QTreeWidget;
30 class QTreeWidgetItem;
31 class QIcon;
32 class QActio
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsClassHashtable.h46 * templated hashtable class maps keys to C++ object pointers.
48 * @param KeyClass a wrapper-class for the hashtable key, see nsHashKeys.h
50 * @param Class the class-type being wrapped
53 template<class KeyClass,class T>
54 class nsClassHashtable :
71 * @param KeyClass a wrapper-class for the hashtable key, see nsHashKeys.h
73 * @param Class the class-type being wrapped
76 template<class KeyClass,class
[all...]
H A DnsSupportsPrimitives.h47 class nsSupportsIDImpl : public nsISupportsID
64 class nsSupportsCStringImpl : public nsISupportsCString
81 class nsSupportsStringImpl : public nsISupportsString
98 class nsSupportsPRBoolImpl : public nsISupportsPRBool
115 class nsSupportsPRUint8Impl : public nsISupportsPRUint8
132 class nsSupportsPRUint16Impl : public nsISupportsPRUint16
149 class nsSupportsPRUint32Impl : public nsISupportsPRUint32
166 class nsSupportsPRUint64Impl : public nsISupportsPRUint64
183 class nsSupportsPRTimeImpl : public nsISupportsPRTime
200 class nsSupportsCharImp
[all...]
H A DnsInterfaceHashtable.h46 * templated hashtable class maps keys to interface pointers.
48 * @param KeyClass a wrapper-class for the hashtable key, see nsHashKeys.h
53 template<class KeyClass,class Interface>
54 class nsInterfaceHashtable :
79 * @param KeyClass a wrapper-class for the hashtable key, see nsHashKeys.h
83 template<class KeyClass,class Interface>
84 class nsInterfaceHashtableMT :
108 template<class KeyClas
[all...]
H A DnsObserverService.h46 class nsObserverList;
47 class nsObjectHashtable;
53 class nsObserverService : public nsIObserverService {
H A DnsRefPtrHashtable.h47 * templated hashtable class maps keys to reference pointers.
49 * @param KeyClass a wrapper-class for the hashtable key, see nsHashKeys.h
54 template<class KeyClass, class RefPtr>
55 class nsRefPtrHashtable :
80 * @param KeyClass a wrapper-class for the hashtable key, see nsHashKeys.h
84 template<class KeyClass, class RefPtr>
85 class nsRefPtrHashtableMT :
109 template<class KeyClas
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.h2 * VBox Qt GUI - UIMachineView class declaration.
38 class UISession;
39 class UIActionPool;
40 class UIMachineLogic;
41 class UIMachineWindow;
42 class UIFrameBuffer;
44 class CDnDTarget;
46 class CSession;
47 class CMachine;
48 class CConsol
[all...]
H A DUIStatusBarEditorWindow.h2 * VBox Qt GUI - UIStatusBarEditorWindow class declaration.
30 class UIStatusBarEditorButton;
31 class UIMachineWindow;
32 class QIToolButton;
33 class QHBoxLayout;
34 class QCheckBox;
38 class UIStatusBarEditorWindow : public UISlidingToolBar
50 class UIStatusBarEditorWidget : public QIWithRetranslateUI2<QWidget>
H A DUIMouseHandler.h2 * VBox Qt GUI - UIMouseHandler class declaration.
31 class QWidget;
32 class QTouchEvent;
33 class UISession;
34 class UIMachineLogic;
35 class UIMachineWindow;
36 class UIMachineView;
40 class CDisplay;
41 class CMouse;
44 class UIMouseHandle
[all...]
H A DUIMachineWindow.h2 * VBox Qt GUI - UIMachineWindow class declaration.
32 class QGridLayout;
33 class QSpacerItem;
34 class QCloseEvent;
35 class CSession;
36 class UISession;
37 class UIMachineLogic;
38 class UIMachineView;
39 class UIActionPool;
42 class UIMachineWindo
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.h37 class GuestFileEventListener;
40 class GuestProcessEventListener;
43 class GuestSessionEventListener;
46 class GuestEventListener;
49 /** Simple statistics class for binding locally
51 class GuestEventStats
61 /** @todo Make this more a class than a structure. */
67 class GuestFileStats : public GuestEventStats
84 class GuestProcStats : public GuestEventStats
101 class GuestSessionStat
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.h2 * VBox Qt GUI - UIVMLogViewer class declaration.
34 class QPushButton;
35 class QTextEdit;
36 class QITabWidget;
37 class UIVMLogViewer;
38 class UIVMLogViewerSearchPanel;
46 class UIVMLogViewer : public QIWithRetranslateUI2<QMainWindow>,
101 friend class UIVMLogViewerSearchPanel;
H A DVBoxLicenseViewer.h2 * VBox Qt GUI - VBoxLicenseViewer class declaration.
25 class QTextBrowser;
26 class QPushButton;
29 * This class is used to show a user license under linux.
31 class VBoxLicenseViewer : public QIWithRetranslateUI2<QDialog>
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkManager.h30 class QWidget;
31 class UINetworkRequest;
32 class UINetworkCustomer;
33 class UINetworkManagerDialog;
34 class UINetworkManagerIndicator;
36 /* QNetworkAccessManager class reimplementation.
38 class UINetworkManager : public QNetworkAccessManager
70 friend class UINetworkCustomer;
H A DUINetworkCustomer.h2 * VBox Qt GUI - UINetworkCustomer class declaration.
27 class UINetworkReply;
28 class QNetworkRequest;
31 class UINetworkCustomer : public QObject
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIProgressDialog.h2 * VBox Qt GUI - UIProgressDialog class declaration.
25 class QProgressBar;
26 class QLabel;
27 class QILabel;
28 class UIMiniCancelButton;
29 class CProgress;
44 class UIProgressDialog: public QIWithRetranslateUI2<QIDialog>
103 class UIProgress : public QObject
123 /** Constructor passing @a pParent to the base-class.
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIRichToolButton.h2 * VBox Qt GUI - QIRichToolButton class declaration.
24 class QIToolButton;
25 class QLabel;
29 class QIRichToolButton : public QWidget
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUIWindowMenuManager.h2 * VBox Qt GUI - UIWindowMenuManager class declaration.
25 class UIMenuHelper;
28 class QMenu;
30 class UIWindowMenuManager: public QObject
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineWindowSeamless.h2 * VBox Qt GUI - UIMachineWindowSeamless class declaration.
25 class UIRuntimeMiniToolBar;
29 class UIMachineWindowSeamless : public UIMachineWindow
97 friend class UIMachineWindow;
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserHandlerKeyboard.h2 * VBox Qt GUI - UIGChooserHandlerKeyboard class declaration.
25 class UIGChooserModel;
26 class QKeyEvent;
50 class UIGChooserHandlerKeyboard : public QObject
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVD.h2 * VBox Qt GUI - UIWizardNewVD class declaration.
28 class UIWizardNewVD : public UIWizard
66 friend class UIWizardNewVDPageBasic3;
67 friend class UIWizardNewVDPageExpert;
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVM.h2 * VBox Qt GUI - UIWizardNewVM class declaration.
28 class UIWizardNewVM : public UIWizard
57 friend class UIWizardNewVMPageBasic3;
58 friend class UIWizardNewVMPageExpert;

Completed in 60 milliseconds

1234567891011>>