Searched refs:class (Results 251 - 275 of 890) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dpixmapstr.h58 unsigned char class; /* specific to type */
H A Dattributes.h63 XPAttributes class,
66 XPAttributes class,
71 XPAttributes class);
73 XPAttributes class,
76 XPAttributes class,
/vbox/include/VBox/com/
H A DEventQueue.h3 * Event queue class declaration.
41 class EventQueue;
44 * Base class for all events. Intended to be subclassed to introduce new
50 class Event
80 friend class EventQueue;
95 class EventQueue
H A DMultiResult.h3 * MS COM / XPCOM Abstraction Layer - MultiResult class declarations.
41 * Variables of this class are used instead of HRESULT variables when it is
44 * class will succeed only if the result code to assign has worse severity. The
63 class FWResult
72 * improper use of this class).
95 * The MultiResult class is a com::FWResult enhancement that also acts as a
99 * When an instance of this class is created, multi-error mode is turned on
114 * When the instance of the MultiResult class goes out of scope and gets
126 * by the base com::FWResult class becomes very useful because it allows to
162 * @note This class i
[all...]
H A DNativeEventQueue.h3 * Event and EventQueue class declaration
42 class MainEventQueue;
45 * Base class for all events. Intended to be subclassed to introduce new
51 class NativeEvent
68 friend class NativeEventQueue;
86 class NativeEventQueue
/vbox/include/iprt/cpp/
H A Dautores.h41 * A callable class template which returns the correct value against which an
46 template <class T>
65 template <class T>
73 * An auto pointer-type class for resources which take a C-style destructor
76 * The idea of this class is to manage resources which the current code is
96 * @note The class can not be initialised directly using assignment, due
99 template <class T, void Destruct(T) = RTAutoResDestruct<T>, T NilRes(void) = RTAutoResNil<T> >
100 class RTCAutoRes
H A Dlock.h41 class RTCLock;
48 * a global variable, for class wide purposes.
52 class RTCLockMtx
54 friend class RTCLock;
71 /** Use to when creating locks that belongs in the same "class". */
108 * This is a helper class for automatic locks, to simplify requesting a
127 class RTCLock
H A Dmtlist.h37 * A guard class for thread-safe read/write access.
40 class RTCListGuard<true>
76 * @brief Generic thread-safe list class.
78 * RTCMTList is a thread-safe implementation of the list class. It uses a
91 template <class T, typename ITYPE = typename RTCIf<(sizeof(T) > sizeof(void*)), T*, T>::result>
92 class RTCMTList : public RTCListBase<T, ITYPE, true>
114 * Specialized thread-safe list class for using the native type list for
120 class RTCMTList<uint64_t>: public RTCListBase<uint64_t, uint64_t, true>
142 * Specialized thread-safe list class for using the native type list for
148 class RTCMTLis
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcStringList.h50 class ipcStringNode
60 class ipcStringNode *mNext;
67 friend class ipcStringList;
74 class ipcStringList : public ipcList<ipcStringNode>
/vbox/src/libs/xpcom18a4/java/src/
H A DnsAppFileLocProviderProxy.h45 class nsAppFileLocProviderProxy : public nsIDirectoryServiceProvider2
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcascii.h48 ** This class maintains no state - that is the responsibility of
49 ** the class' client. For each call to Sx_printf(), the StuffFunction
53 class PR_IMPLEMENT(RCFormatStuff)
91 class PR_IMPLEMENT(RCFormatBuffer): public RCFormatStuff
110 ** This class overrides the stuff function, does not preserve
113 ** for this class.
125 ** After extracted, the memory still belongs to the class - if the
128 class PR_IMPLEMENT(RCFormat): pubic RCFormatBuffer
162 class PR_IMPLEMENT(RCPrint): public RCFormat
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsConsoleService.h39 * nsConsoleService class declaration.
51 class nsConsoleService : public nsIConsoleService
H A DnsDebugImpl.h39 class nsDebugImpl : public nsIDebug
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DxcDll.h56 class nsNativeComponentLoader;
62 class nsIModule;
63 class nsIServiceManager;
74 class nsDll
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.h52 class nsTimelineService : public nsITimelineService
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.h56 class nsGREDirServiceProvider : public nsIDirectoryServiceProvider
/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsSample.h63 class nsSampleImpl : public nsISample
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsPrintfCString.h59 * This class is intended to be useful for numbers and short
61 * wide version of this class, since wide |printf| is not generally available. That means
66 * That's another good reason to avoid this class for anything but numbers ... as strings can be
70 class NS_COM nsPrintfCString : public nsCString
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.h2 * VBox Qt GUI - UIKeyboardHandler class declaration.
36 class QWidget;
37 class UISession;
38 class UIActionPool;
39 class UIMachineLogic;
40 class UIMachineWindow;
41 class UIMachineView;
42 class VBoxGlobalSettings;
44 class WinAltGrMonitor;
48 class CKeyboar
[all...]
/vbox/src/VBox/Main/include/
H A DMediumLock.h33 class Medium;
34 class MediumAttachment;
41 class MediumLock
128 class MediumLockList
244 class MediumLockListMap
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.h2 * VBox Qt GUI - UIMachineLogicFullscreen class declaration.
29 class UIMultiScreenLayout;
32 class UIMachineLogicFullscreen : public UIMachineLogic
160 friend class UIMachineLogic;
161 friend class UIMachineWindowFullscreen;
162 friend class UIMachineViewFullscreen;
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIHotKeyEditor.h2 * VBox Qt GUI - VirtualBox Qt extensions: UIHotKeyEditor class declaration.
29 class QHBoxLayout;
30 class QIToolButton;
31 class UIHotKeyLineEdit;
41 class UIHotKey
89 class UIHotKeyEditor : public QIWithRetranslateUI<QWidget>
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dattributes.h63 XPAttributes class,
66 XPAttributes class,
71 XPAttributes class);
73 XPAttributes class,
76 XPAttributes class,
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.h186 template <class T>
187 class nsDerivedSafe : public T
189 No client should ever see or have to type the name of this class. It is the
195 This type should be a nested class inside |nsCOMPtr<T>|.
217 If you see that, that means somebody checked in a [XP]COM interface class that declares an
231 template <class T>
238 template <class T>
249 template <class T>
256 See also |getter_AddRefs()|, |dont_AddRef()|, and |class nsGetterAddRefs|.
258 This type should be a nested class insid
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.h209 class nsFileSpec; // Preferred. For i/o use nsInputFileStream, nsOutputFileStream
210 class nsFilePath;
211 class nsFileURL;
212 class nsNSPRPath; // This can be passed to NSPR file I/O routines, if you must.
213 class nsPersistentFileDescriptor; // Used for storage across program launches.
218 class nsOutputStream;
219 class nsInputStream;
220 class nsIOutputStream;
221 class nsIInputStream;
222 class nsOutputFileStrea
[all...]

Completed in 77 milliseconds

<<11121314151617181920>>