Searched refs:BObjectList (Results 1 - 25 of 354) sorted by relevance

1234567891011>>

/haiku/headers/private/support/
H A DObjectListPrivate.h13 class BObjectList<T>::Private {
15 Private(BObjectList<T>* objectList)
34 BObjectList<T>* fObjectList;
/haiku/src/servers/app/
H A DInputManager.h32 BObjectList<EventStream> fFreeStreams;
33 BObjectList<EventStream> fUsedStreams;
/haiku/headers/os/support/
H A DObjectList.h49 template<class T> class BObjectList;
64 friend class BObjectList<T>;
114 class BObjectList : private _PointerList_ { class in inherits:_PointerList_
123 BObjectList(int32 itemsPerBlock = 20,
125 BObjectList(const BObjectList& list);
129 virtual ~BObjectList();
131 BObjectList& operator=(const BObjectList& list);
138 bool AddList(BObjectList*);
419 BObjectList<T>::BObjectList(int32 itemsPerBlock, bool owning) function in class:BObjectList
427 BObjectList<T>::BObjectList(const BObjectList<T>& list) function in class:BObjectList
[all...]
/haiku/src/apps/pairs/
H A DPairsView.h46 BObjectList<PairsButton>* PairsButtonList() const
67 BObjectList<PairsButton>* fPairsButtonList;
68 BObjectList<BBitmap>* fSmallBitmapsList;
69 BObjectList<BBitmap>* fMediumBitmapsList;
70 BObjectList<BBitmap>* fLargeBitmapsList;
/haiku/headers/private/tracker/
H A DNavMenu.h49 template<class T> class BObjectList;
78 BWindow* parentWindow = NULL, const BObjectList<BString>* list = NULL);
80 BWindow* parentWindow = NULL, const BObjectList<BString>* list = NULL);
98 void SetTypesList(const BObjectList<BString>* list);
99 const BObjectList<BString>* TypesList() const;
116 BContainerWindow* = NULL, const BObjectList<BString>* typeslist = NULL,
142 BObjectList<BMenuItem>* fItemList;
146 BObjectList<BString>* fTypesList;
183 const BObjectList<BString> *typeslist);
185 BObjectList<BStrin
[all...]
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobQueue.h28 typedef BObjectList<DiskDeviceJob> JobList;
/haiku/src/servers/input/
H A DPathList.h30 BObjectList<path_entry> fPaths;
/haiku/headers/private/debugger/model/
H A DStackTrace.h25 typedef BObjectList<StackFrame> StackFrameList;
H A DReturnValueInfo.h36 typedef BObjectList<ReturnValueInfo> ReturnValueInfoList;
/haiku/src/kits/tracker/
H A DQueryPoseView.h87 BObjectList<BQuery>* fQueryList;
115 QueryListRep(BObjectList<BQuery>* queryList)
135 BObjectList<BQuery>* OpenQueryList()
146 BObjectList<BQuery>* fQueryList;
167 BObjectList<BQuery>* QueryList() const
195 BObjectList<BQuery>*, BVolume*);
H A DLockingList.h45 class LockingList : public BObjectList<T> {
65 BObjectList<T>(itemsPerBlock, owning)
H A DMimeTypeList.h85 BObjectList<ShortMimeInfo> fMimeList;
86 BObjectList<ShortMimeInfo> fCommonMimeList;
H A DTrashWatcher.h63 BObjectList<node_ref> fTrashNodeList;
/haiku/src/libs/alm/
H A DRowColumnManager.h61 BObjectList<Row> fRows;
62 BObjectList<Column> fColumns;
/haiku/headers/private/shared/
H A DTextTable.h36 typedef BObjectList<Column> ColumnList;
37 typedef BObjectList<BStringList> RowList;
/haiku/src/kits/debugger/debug_info/
H A DSpecificImageDebugInfo.cpp23 const BObjectList<SymbolInfo>& symbols,
24 BObjectList<FunctionDebugInfo>& functions, DebuggerInterface* interface,
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h67 virtual status_t GetThreadInfos(BObjectList<ThreadInfo>& infos)
69 virtual status_t GetImageInfos(BObjectList<ImageInfo>& infos)
71 virtual status_t GetAreaInfos(BObjectList<AreaInfo>& infos)
74 BObjectList<SemaphoreInfo>& infos)
78 BObjectList<SymbolInfo>& infos) = 0;
107 BObjectList<SymbolInfo>& infos);
114 BObjectList<SymbolInfo>& infos);
116 BObjectList<SymbolInfo>& infos);
/haiku/src/apps/haikudepot/process/
H A DAbstractProcessNode.h62 BObjectList<AbstractProcessNode>
64 BObjectList<AbstractProcessNode>
/haiku/headers/private/debugger/debug_info/
H A DSpecificImageDebugInfo.h45 const BObjectList<SymbolInfo>& symbols,
46 BObjectList<FunctionDebugInfo>& functions)
96 const BObjectList<SymbolInfo>& symbols,
97 BObjectList<FunctionDebugInfo>& functions,
/haiku/headers/private/debugger/settings/generic/
H A DSettingsDescription.h28 typedef BObjectList<Setting> SettingsList;
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageProgressListener.h46 typedef BObjectList<PackageProgressListener> PackageProgressListenerList;
/haiku/src/servers/registrar/
H A DPriorityMessageQueue.h36 BObjectList<MessageInfo> fMessages;
/haiku/src/bin/debug/profile/
H A DTeam.h42 inline const BObjectList<Image>& Images() const;
61 BObjectList<Image> fImages;
68 const BObjectList<Image>&
/haiku/src/kits/shared/
H A DThread.cpp106 ThreadSequence::Launch(BObjectList<FunctionObject>* list, bool async,
117 ThreadSequence::ThreadSequence(BObjectList<FunctionObject>* list,
133 ThreadSequence::Run(BObjectList<FunctionObject>* list)
/haiku/headers/os/net/
H A DNetworkRoute.h57 BObjectList<BNetworkRoute>& routes);
59 BObjectList<BNetworkRoute>& routes);
62 BObjectList<BNetworkRoute>& routes);

Completed in 99 milliseconds

1234567891011>>