Searched refs:class (Results 176 - 200 of 890) sorted by relevance

1234567891011>>

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIDialogButtonBox.h2 * VBox Qt GUI - VBox Qt extensions: QIDialogButtonBox class declaration.
26 class QBoxLayout;
28 class UIHelpButton;
30 class QIDialogButtonBox: public QIWithRetranslateUI<QDialogButtonBox>
H A DQIDialog.h2 * VBox Qt GUI - VBox Qt extensions: QIDialog class declaration.
25 class QEventLoop;
28 class QIDialog: public QDialog
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUISpacerWidgets.h23 class UISpacerWidget: public QWidget
53 class UIHorizontalSpacerWidget: public UISpacerWidget
63 class UIVerticalSpacerWidget: public UISpacerWidget
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/
H A DUIGraphicsRotatorButton.h2 * VBox Qt GUI - UIGraphicsRotatorButton class declaration.
24 class QStateMachine;
25 class QPropertyAnimation;
37 class UIGraphicsRotatorButton : public UIGraphicsButton
H A DUIGraphicsZoomButton.h2 * VBox Qt GUI - UIGraphicsZoomButton class declaration.
27 class QStateMachine;
28 class QPropertyAnimation;
40 class UIGraphicsZoomButton : public UIGraphicsButton
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DapplewmExt.h40 typedef int (*FrameGetRectProc)(int type, int class, const BoxRec *outer,
42 typedef int (*FrameHitTestProc)(int class, int x, int y,
45 typedef int (*FrameDrawProc)(WindowPtr pWin, int class, unsigned int attr,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DapplewmExt.h40 typedef int (*FrameGetRectProc)(int type, int class, const BoxRec *outer,
42 typedef int (*FrameHitTestProc)(int class, int x, int y,
45 typedef int (*FrameDrawProc)(WindowPtr pWin, int class, unsigned int attr,
/vbox/include/iprt/cpp/
H A Dutils.h40 * A simple class used to prevent copying and assignment.
42 * Inherit from this class in order to prevent automatic generation
43 * of the copy constructor and assignment operator in your class.
45 class RTCNonCopyable
58 * type (class) for the const_cast template's argument from its own argument.
70 template <class C>
79 * type (class) for the const_cast template's argument from its own argument.
91 template <class C>
102 * @param a_Class The class name.
119 * @param a_Class The class nam
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drclock.h50 class PR_IMPLEMENT(RCLock): public RCBase
59 friend class RCCondition;
75 class PR_IMPLEMENT(RCEnter)
H A Drcthread.h48 class RCInterval;
50 class PR_IMPLEMENT(RCThreadPrivateData)
62 class PR_IMPLEMENT(RCThread): public RCBase
93 * before it begins execution in the class' defined 'RootFunction()'.
159 friend class RCPrimordialThread;
163 * The instantiator of a class must not call the destructor. The base
195 ** class RCPrimordialThread
197 class PR_IMPLEMENT(RCPrimordialThread): public RCThread
215 friend class RCThread;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsPersistentProperties.h46 class nsIUnicharInputStream;
49 class nsPersistentProperties : public nsIPersistentProperties
80 class nsPropertyElement : public nsIPropertyElement
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsIInterfaceRequestorUtils.h46 template <class T, class DestinationType>
58 class NS_COM nsGetInterface : public nsCOMPtr_helper
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStorageStream.h65 class nsSegmentedBuffer;
67 class nsStorageStream : public nsIStorageStream,
77 friend class nsStorageInputStream;
/vbox/src/VBox/Main/glue/tests/
H A DMakefile55 all: ws/TestVBox.class com/TestVBox.class
59 com/TestVBox.class:
63 com/test-TestVBox: com/TestVBox.class
66 ws/TestVBox.class:
70 ws/test-TestVBox: ws/TestVBox.class
/vbox/src/VBox/Installer/linux/
H A DVBoxCreateUSBNode.sh29 class="$3"
35 if test -n "$class" -a "$class" -eq "$usb_class_hub"
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.h2 * VBox Qt GUI - UIVMInfoDialog class declaration.
31 class QITabWidget;
32 class QIDialogButtonBox;
33 class QRichTextEdit;
34 class UIMachineWindow;
35 class QTimer;
38 class UIVMInfoDialog : public QIWithRetranslateUI<QMainWindow>
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGMachinePreview.h2 * VBox Qt GUI - UIGMachinePreview class declaration.
34 class QAction;
35 class QImage;
36 class QPixmap;
37 class QMenu;
38 class QTimer;
40 /* Preview window class: */
41 class UIGMachinePreview : public QIWithRetranslateUI4<QIGraphicsWidget>
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsSerializer.h2 * VBox Qt GUI - UISettingsSerializer class declaration.
33 class UISettingsPage;
34 class QProgressBar;
35 class QILabel;
36 class QLabel;
44 class UISettingsSerializer : public QThread
84 * @param pParent being passed to the base-class,
144 class UISettingsSerializerProgress : public QIWithRetranslateUI<QIDialog>
156 * @param pParent being passed to the base-class,
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVMPageBasic3.h2 * VBox Qt GUI - UIWizardNewVMPageBasic3 class declaration.
31 class QRadioButton;
32 class VBoxMediaComboBox;
33 class QIToolButton;
34 class QIRichTextLabel;
37 class UIWizardNewVMPage3 : public UIWizardPageBase
83 class UIWizardNewVMPageBasic3 : public UIWizardPage, public UIWizardNewVMPage3
/vbox/src/VBox/Main/include/
H A DAudioSnifferInterface.h23 class Console;
25 class AudioSniffer
H A DNvram.h4 * VirtualBox COM class implementation
25 class Console;
28 class Nvram
H A DObjectState.h25 class VirtualBoxBase;
34 * Thec functionality implemented by this class is the primary object state
61 * class.
65 * class.
68 * transitions are done by the AutoUninitSpan smart class.
74 * individual class descriptions for details.
84 class ObjectState
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineViewNormal.h2 * VBox Qt GUI - UIMachineViewNormal class declaration.
23 class UIMachineViewNormal : public UIMachineView
78 friend class UIMachineView;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineLogicScale.h2 * VBox Qt GUI - UIMachineLogicScale class declaration.
24 class UIMachineLogicScale : public UIMachineLogic
70 friend class UIMachineLogic;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineViewSeamless.h2 * VBox Qt GUI - UIMachineViewSeamless class declaration.
23 class UIMachineViewSeamless : public UIMachineView
72 friend class UIMachineView;

Completed in 71 milliseconds

1234567891011>>