Searched refs:AddListener (Results 101 - 125 of 152) sorted by relevance

1234567

/haiku/src/system/kernel/
H A Dsystem_info.cpp96 error = NotificationManager::Manager().AddListener("teams",
101 error = NotificationManager::Manager().AddListener("threads",
H A Dmodule.cpp236 status_t AddListener(const KMessage* eventSpecifier,
1267 ModuleNotificationService::AddListener(const KMessage* eventSpecifier, function in class:ModuleNotificationService
1775 return sModuleNotificationService.AddListener(&specifier, listener);
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp57 Settings::Default()->AddListener(&fGlobalSettingsListener);
H A DController.cpp142 Settings::Default()->AddListener(&fGlobalSettingsListener);
1023 Controller::AddListener(Listener* listener) function in class:Controller
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp194 fTeam->AddListener(this);
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp414 error = notificationManager.AddListener("teams",
423 error = notificationManager.AddListener("threads",
432 error = notificationManager.AddListener("images",
441 error = notificationManager.AddListener("I/O",
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp307 PerspectiveBox::AddListener(PerspectiveBoxListener* listener) function in class:PerspectiveBox
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp215 modelInfo->AddListener(fPackageInfoListener);
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp71 fTeam->AddListener(this);
104 fNodeManager->AddListener(this);
554 fSourceWaitingFunction->AddListener(this);
H A DTeamDebugger.cpp81 fImage->ImageFile()->AddListener(this);
394 fTeam->AddListener(this);
2288 memoryBlock->AddListener(listener);
H A DThreadHandler.cpp959 expressionInfo->AddListener(listener);
/haiku/src/libs/alm/
H A DSharedSolver.cpp464 fLayoutContext->AddListener(this);
/haiku/src/libs/linprog/
H A DLinearSpec.cpp117 LinearSpec::AddListener(SpecificationListener* listener) function in class:LinearSpec
/haiku/headers/private/debugger/model/
H A DTeam.h227 void AddListener(Listener* listener);
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp59 team->AddListener(this);
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp129 settings->AddListener(BMessenger(this));
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp470 fHost->AddListener(this);
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp487 fShape->Transformers()->AddListener(this);
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp579 PackageInfo::AddListener(const PackageInfoListenerRef& listener) function in class:PackageInfo
/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp1004 fHeightForWidthLayoutContext->AddListener(this);
1408 fHorizontalLayoutContext->AddListener(this);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp187 TreeTableModel::AddListener(TreeTableModelListener* listener) function in class:TreeTableModel
742 fModel->AddListener(this);
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp298 AddListener(fUpdateExecutor.Get());
515 HWInterface::AddListener(HWInterfaceListener* listener) function in class:HWInterface
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp251 fTeam->AddListener(this);
1487 fActiveStackFrame->AddListener(this);
1589 fActiveFunction->GetFunction()->AddListener(this);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp351 fFilterModel->AddListener(this);
352 fSelectionModel->AddListener(this);
1617 header->AddListener(this);
1624 // header->AddListener(this);
/haiku/src/apps/mail/
H A DAddressTextControl.cpp453 static_cast<TMailApp*>(be_app)->PeopleQueryList().AddListener(this);

Completed in 192 milliseconds

1234567