Searched refs:AddListener (Results 26 - 50 of 152) sorted by last modified time

1234567

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.h93 bool AddListener(TransformBoxListener* listener);
H A DPerspectiveBox.cpp307 PerspectiveBox::AddListener(PerspectiveBoxListener* listener) function in class:PerspectiveBox
H A DPerspectiveBox.h76 bool AddListener(PerspectiveBoxListener* listener);
H A DPerspectiveCommand.cpp44 fTransformBox->AddListener(this);
H A DTransformObjectsCommand.cpp54 fTransformBox->AddListener(this);
H A DTransformGradientCommand.cpp32 fTransformBox->AddListener(this);
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp133 fTeam->AddListener(this);
161 fNodeManager->AddListener(this);
166 fExpressionInfo->AddListener(this);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp433 transaction.AddListener(this);
/haiku/src/system/kernel/events/
H A DNotifications.cpp196 DefaultNotificationService::AddListener(const KMessage* eventSpecifier, function in class:DefaultNotificationService
294 NotificationManager::Manager().AddListener("teams", TEAM_REMOVED, *this);
305 DefaultUserNotificationService::AddListener(const KMessage* eventSpecifier, function in class:DefaultUserNotificationService
535 NotificationManager::AddListener(const char* serviceName, function in class:NotificationManager
543 return AddListener(serviceName, &specifier, listener);
548 NotificationManager::AddListener(const char* serviceName, function in class:NotificationManager
559 return service->AddListener(eventSpecifier, listener);
/haiku/src/libs/icon/generic/
H A DContainer.h67 bool AddListener(ContainerListener<Type>* listener);
237 Container<Type>::AddListener(ContainerListener<Type>* listener) function in class:Container
/haiku/src/system/kernel/
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/system/kernel/fs/
H A Dnode_monitor.cpp111 status_t AddListener(const KMessage *eventSpecifier,
118 status_t AddListener(io_context *context, dev_t device, ino_t node,
469 NodeMonitorService::AddListener(io_context *context, dev_t device, ino_t node, function in class:NodeMonitorService
946 NodeMonitorService::AddListener(const KMessage* eventSpecifier, function in class:NodeMonitorService
959 return AddListener(context, device, node, flags, listener);
1136 return sNodeMonitorService.AddListener(get_current_io_context(true),
/haiku/src/libs/icon/
H A DIcon.h91 bool AddListener(IconListener* listener);
H A DIcon.cpp40 fShapes.AddListener(this);
54 fShapes.AddListener(this);
164 Icon::AddListener(IconListener* listener) function in class:Icon
/haiku/src/apps/icon-o-matic/shape/commands/
H A DTransformPointsCommand.cpp56 fTransformBox->AddListener(this);
/haiku/src/apps/icon-o-matic/gui/
H A DIconView.cpp105 fIcon->AddListener(this);
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp315 fIcon->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/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/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp874 fRendererSettings->AddListener(this);
1181 fNodeManager->AddListener(fContainerListener);
2021 fPendingTypecastInfo->AddListener(this);
3211 info->AddListener(this);
H A DTeamWindow.cpp251 fTeam->AddListener(this);
1487 fActiveStackFrame->AddListener(this);
1589 fActiveFunction->GetFunction()->AddListener(this);
H A DThreadListView.cpp388 fTeam->AddListener(this);
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp1123 KPartition::AddListener(KPartitionListener* listener) function in class:KPartition
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h173 bool AddListener(KPartitionListener *listener);
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp304 package->AddListener(fPackageListener);

Completed in 150 milliseconds

1234567