Searched refs:BObjectList (Results 151 - 175 of 354) sorted by relevance

1234567891011>>

/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.h65 BObjectList<DefaultAction> fDefaultActions;
/haiku/src/bin/pkgman/
H A Dcommand_info.cpp90 BObjectList<BSolverPackage> packages;
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.h58 typedef BObjectList<CommandEntry> CommandList;
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.h133 BObjectList<AbstractProcessNode>
/haiku/src/apps/people/
H A DPersonView.h68 typedef BObjectList<AttributeTextControl> AttributeList;
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp182 CoreFileDebuggerInterface::GetThreadInfos(BObjectList<ThreadInfo>& infos)
201 CoreFileDebuggerInterface::GetImageInfos(BObjectList<ImageInfo>& infos)
222 CoreFileDebuggerInterface::GetAreaInfos(BObjectList<AreaInfo>& infos)
229 CoreFileDebuggerInterface::GetSemaphoreInfos(BObjectList<SemaphoreInfo>& infos)
237 BObjectList<SymbolInfo>& infos)
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractWaitObjectsPage.h220 BObjectList<ObjectNode> objectNodes;
285 NodeContainerNode(BObjectList<Node>& nodes)
344 BObjectList<Node> fChildren;
357 BObjectList<Node> tempChildren;
358 BObjectList<Node>& children
379 BObjectList<Node> nameGroup;
H A DListSelectionModel.h47 typedef BObjectList<Listener> ListenerList;
/haiku/src/kits/tracker/
H A DNavMenu.cpp137 const BObjectList<BString>* typeslist)
186 BObjectList<BString>* typeslist)
231 BObjectList<BString>** typeslist)
240 BObjectList<BString>* localTypesList = new BObjectList<BString>(10, true);
265 BWindow* parentWindow, const BObjectList<BString>* list)
275 fTypesList(new BObjectList<BString>(10, true))
298 const BObjectList<BString>* list)
308 fTypesList(new BObjectList<BString>(10, true))
413 fItemList = new BObjectList<BMenuIte
[all...]
H A DEntryIterator.h136 BObjectList<dirent>* fSortedList;
192 BObjectList<BEntryList> fList;
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.h113 BObjectList<SATWindow> fGrouplessWindows;
183 typedef BObjectList<SATSnappingBehaviour> SATSnappingBehaviourList;
/haiku/src/add-ons/screen_savers/gravity/
H A DParticle.cpp21 BObjectList<Particle>* Particle::list;
27 list = new BObjectList<Particle>(2048);
/haiku/headers/os/mail/
H A DMailSettings.h122 BObjectList<BMailAddOnSettings> fFiltersSettings;
210 BObjectList<BMailAccountSettings> fAccounts;
/haiku/headers/private/media/experimental/
H A DMediaClient.h169 BObjectList<InputReleaser> fInputs;
170 BObjectList<OutputReleaser> fOutputs;
/haiku/src/bin/
H A Deject.cpp55 inline BObjectList<RemovableDevice>& RemovableDevices() { return fRemovableDevices; }
58 BObjectList<RemovableDevice> fRemovableDevices;
/haiku/src/apps/diskprobe/
H A DDataEditor.h116 BObjectList<BMessenger> fObservers;
128 BObjectList<DataChange> fChanges;
/haiku/src/kits/debugger/debug_info/
H A DImageDebugInfo.cpp49 BObjectList<SymbolInfo> symbols(50, true);
60 BObjectList<FunctionDebugInfo> functions;
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h166 BObjectList<BPath> fPathList;
167 BObjectList<Image> fImageList;
/haiku/src/servers/app/
H A DEventDispatcher.h54 BObjectList<event_listener> fListeners;
146 BObjectList<EventTarget> fTargets;
/haiku/src/kits/package/
H A DPackageInfoParser.h89 BObjectList<BPackageResolvable>* value);
91 BObjectList<BPackageResolvableExpression>*
/haiku/headers/private/index_server/
H A DIndexServerAddOn.h107 typedef BObjectList<FileAnalyser> FileAnalyserList;
/haiku/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.h52 typedef BObjectList<AbstractColumn> ColumnList;
/haiku/src/apps/debuganalyzer/model/
H A DThreadModel.cpp55 const BObjectList<Model::ThreadWaitObject>& waitObjects, int32 start,
/haiku/src/apps/debugger/user_interface/gui/util/
H A DSettingsMenu.h85 typedef BObjectList<SettingMenuItem> MenuItemList;
/haiku/src/apps/terminal/
H A DTerminalRoster.h79 typedef BObjectList<Info> InfoList;

Completed in 317 milliseconds

1234567891011>>