Searched refs:class (Results 51 - 75 of 890) sorted by relevance

1234567891011>>

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMenuBarEditorWindow.h2 * VBox Qt GUI - UIMenuBarEditorWindow class declaration.
28 class UIMachineWindow;
29 class UIActionPool;
30 class UIToolBar;
31 class UIAction;
32 class QIToolButton;
34 class QCheckBox;
36 class QHBoxLayout;
37 class QAction;
38 class QMen
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86PciStr.h44 unsigned short class;
51 unsigned short class;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86PciStr.h44 unsigned short class;
51 unsigned short class;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86PciStr.h45 unsigned short class;
52 unsigned short class;
/vbox/src/VBox/Main/include/
H A DQMTranslator.h3 * VirtualBox API translation handling class
21 class QMTranslator_Impl;
23 class QMTranslator
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxTakeSnapshotDlg.h2 * VBox Qt GUI - VBoxTakeSnapshotDlg class declaration.
26 class CMachine;
28 class VBoxTakeSnapshotDlg : public QIWithRetranslateUI<QIDialog>, public Ui::VBoxTakeSnapshotDlg
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUICocoaDockIconPreview.h3 * VBox Qt GUI - UICocoaDockIconPreview class declaration.
24 class UICocoaDockIconPreviewPrivate;
26 class UICocoaDockIconPreview: public UIAbstractDockIconPreview
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIKeyboardHandlerFullscreen.h2 * VBox Qt GUI - UIKeyboardHandlerFullscreen class declaration.
25 class UIKeyboardHandlerFullscreen : public UIKeyboardHandler
41 /* Friend class: */
42 friend class UIKeyboardHandler;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIKeyboardHandlerNormal.h2 * VBox Qt GUI - UIKeyboardHandlerNormal class declaration.
25 class UIKeyboardHandlerNormal : public UIKeyboardHandler
43 /* Friend class: */
44 friend class UIKeyboardHandler;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIKeyboardHandlerScale.h2 * VBox Qt GUI - UIKeyboardHandlerScale class declaration.
25 class UIKeyboardHandlerScale : public UIKeyboardHandler
43 /* Friend class: */
44 friend class UIKeyboardHandler;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIKeyboardHandlerSeamless.h2 * VBox Qt GUI - UIKeyboardHandlerSeamless class declaration.
25 class UIKeyboardHandlerSeamless : public UIKeyboardHandler
43 /* Friend class: */
44 friend class UIKeyboardHandler;
H A DUIMachineLogicSeamless.h2 * VBox Qt GUI - UIMachineLogicSeamless class declaration.
24 class UIMultiScreenLayout;
27 class UIMachineLogicSeamless : public UIMachineLogic
101 friend class UIMachineLogic;
102 friend class UIMachineWindowSeamless;
103 friend class UIMachineViewSeamless;
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserView.h2 * VBox Qt GUI - UIGChooserView class declaration.
24 class UIGChooserItem;
27 class UIGChooserView : public QGraphicsView
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsPortForwardingDlg.h2 * VBox Qt GUI - UIMachineSettingsPortForwardingDlg class declaration.
26 class QIDialogButtonBox;
29 class UIMachineSettingsPortForwardingDlg : public QIWithRetranslateUI<QIDialog>
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIToolBar.h2 * VBox Qt GUI - UIToolBar class declaration.
24 class QMainWindow;
28 class UIToolBar : public QToolBar
H A DUIWarningPane.h2 * VBox Qt GUI - UIWarningPane class declaration.
24 class UIPageValidator;
25 class QHBoxLayout;
26 class QLabel;
27 class QTimer;
30 class UIWarningPane: public QWidget
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/
H A DUIWizardFirstRun.h2 * VBox Qt GUI - UIWizardFirstRun class declaration.
28 class UIWizardFirstRun : public UIWizard
49 friend class UIWizardFirstRunPageBasic;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86PciStr.h45 unsigned short class;
52 unsigned short class;
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPTCStubWeakRef.h45 class nsJavaXPTCStub;
48 * This class represents an XPCOM weak reference to a Java object.
50 class nsJavaXPTCStubWeakRef : public nsIWeakReference
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsArrayEnumerator.h43 class nsISupportsArray;
45 class nsSupportsArrayEnumerator : public nsIBidirectionalEnumerator {
H A DnsBaseHashtable.h45 template<class KeyClass,class DataType,class UserDataType>
46 class nsBaseHashtable; // forward declaration
49 * the private nsTHashtable::EntryType class used by nsBaseHashtable
50 * @see nsTHashtable for the specification of this class
53 template<class KeyClass,class DataType>
54 class nsBaseHashtableET : public KeyClass
58 friend class nsTHashtabl
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsAppFileLocationProvider.h43 class nsIFile;
46 // class nsAppFileLocationProvider
49 class nsAppFileLocationProvider : public nsIDirectoryServiceProvider2
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIArrowSplitter.h2 * VBox Qt GUI - QIArrowSplitter class declaration.
27 class QVBoxLayout;
28 class QIArrowButtonSwitch;
29 class QIArrowButtonPress;
30 class QIDetailsBrowser;
38 class QIArrowSplitter : public QIWithRetranslateUI<QWidget>
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsWeakReference.h47 class nsWeakReference;
52 class NS_COM nsSupportsWeakReference : public nsISupportsWeakReference
67 friend class nsWeakReference;
87 class NS_COM nsWeakReference : public nsIWeakReference
99 friend class nsSupportsWeakReference;
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverter.h24 class UIConverter
35 /* QColor <= template class: */
36 template<class T> QColor toColor(const T &data) const
43 /* QIcon <= template class: */
44 template<class T> QIcon toIcon(const T &data) const
50 /* QPixmap <= template class: */
51 template<class T> QPixmap toWarningPixmap(const T &data) const
58 /* QString <= template class: */
59 template<class T> QString toString(const T &data) const
65 /* Template class <
[all...]

Completed in 102 milliseconds

1234567891011>>