Symbol: AddListener
headers/libs/linprog/LinearSpec.h
91
bool AddListener(SpecificationListener* listener);
headers/os/interface/LayoutContext.h
36
void AddListener(BLayoutContextListener* listener);
headers/private/debugger/debug_info/Function.h
56
void AddListener(Listener* listener);
headers/private/debugger/debug_managers/ValueNodeManager.h
26
bool AddListener(
headers/private/debugger/files/LocatableFile.h
31
bool AddListener(Listener* listener);
headers/private/debugger/model/ExpressionInfo.h
72
void AddListener(Listener* listener);
headers/private/debugger/model/StackFrame.h
83
void AddListener(Listener* listener);
headers/private/debugger/model/TargetHost.h
32
void AddListener(Listener* listener);
headers/private/debugger/model/Team.h
227
void AddListener(Listener* listener);
headers/private/debugger/model/TeamMemoryBlock.h
31
void AddListener(Listener* listener);
headers/private/debugger/settings/generic/Settings.h
52
bool AddListener(Listener* listener);
headers/private/debugger/target_host_interface/TargetHostInterface.h
61
void AddListener(Listener* listener);
headers/private/debugger/util/Worker.h
118
status_t AddListener(JobListener* listener);
headers/private/debugger/util/Worker.h
162
status_t AddListener(const JobKey& key,
headers/private/debugger/value/ValueNodeContainer.h
38
bool AddListener(Listener* listener);
headers/private/kernel/Notifications.h
104
virtual status_t AddListener(const KMessage* eventSpecifier,
headers/private/kernel/Notifications.h
147
virtual status_t AddListener(const KMessage* eventSpecifier,
headers/private/kernel/Notifications.h
177
virtual status_t AddListener(const KMessage* eventSpecifier,
headers/private/kernel/Notifications.h
208
status_t AddListener(const char* service,
headers/private/kernel/Notifications.h
211
status_t AddListener(const char* service,
headers/private/kernel/disk_device_manager/KPartition.h
172
bool AddListener(KPartitionListener *listener);
headers/private/shared/SettingsMessage.h
38
bool AddListener(const BMessenger& listener);
src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
415
transaction.AddListener(fTree);
src/add-ons/kernel/file_systems/bfs/Inode.cpp
490
transaction.AddListener(this);
src/add-ons/kernel/file_systems/bfs/Journal.h
196
void AddListener(TransactionListener* listener);
src/add-ons/kernel/file_systems/ext2/BlockAllocator.cpp
433
transaction.AddListener(this);
src/add-ons/kernel/file_systems/ext2/Inode.cpp
118
transaction.AddListener(this);
src/add-ons/kernel/file_systems/ext2/Transaction.h
54
void AddListener(TransactionListener* listener);
src/apps/debuganalyzer/gui/HeaderView.cpp
877
fModel->AddListener(this);
src/apps/debuganalyzer/gui/HeaderView.cpp
889
entry->header->AddListener(this);
src/apps/debuganalyzer/gui/HeaderView.cpp
953
header->AddListener(this);
src/apps/debuganalyzer/gui/HeaderView.h
142
virtual void AddListener(HeaderModelListener* listener);
src/apps/debuganalyzer/gui/HeaderView.h
184
void AddListener(HeaderViewListener* listener);
src/apps/debuganalyzer/gui/HeaderView.h
92
void AddListener(HeaderListener* listener);
src/apps/debuganalyzer/gui/ListSelectionModel.h
41
bool AddListener(Listener* listener);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1617
header->AddListener(this);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
351
fFilterModel->AddListener(this);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
352
fSelectionModel->AddListener(this);
src/apps/debuganalyzer/gui/table/Table.cpp
430
fModel->AddListener(this);
src/apps/debuganalyzer/gui/table/Table.h
45
virtual bool AddListener(TableModelListener* listener);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
742
fModel->AddListener(this);
src/apps/debuganalyzer/gui/table/TreeTable.h
83
virtual bool AddListener(TreeTableModelListener* listener);
src/apps/debugger/user_interface/cli/CliContext.cpp
133
fTeam->AddListener(this);
src/apps/debugger/user_interface/cli/CliContext.cpp
161
fNodeManager->AddListener(this);
src/apps/debugger/user_interface/cli/CliContext.cpp
166
fExpressionInfo->AddListener(this);
src/apps/debugger/user_interface/gui/expression_eval_window/ExpressionEvaluationWindow.cpp
59
team->AddListener(this);
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
103
fExpressionInfo->AddListener(this);
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
60
fTeam->AddListener(this);
src/apps/debugger/user_interface/gui/team_settings_window/ImageStopConfigView.cpp
61
fTeam->AddListener(this);
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
194
fTeam->AddListener(this);
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
160
fTeam->AddListener(this);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1487
fActiveStackFrame->AddListener(this);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1589
fActiveFunction->GetFunction()->AddListener(this);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
251
fTeam->AddListener(this);
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp
388
fTeam->AddListener(this);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1180
fNodeManager->AddListener(fContainerListener);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2020
fPendingTypecastInfo->AddListener(this);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3210
info->AddListener(this);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
873
fRendererSettings->AddListener(this);
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
470
fHost->AddListener(this);
src/apps/debugger/user_interface/gui/teams_window/TeamsWindow.cpp
296
AddListener(fTeamsListView);
src/apps/debugger/user_interface/gui/teams_window/TeamsWindow.h
40
void AddListener(Listener* listener);
src/apps/debugger/user_interface/gui/utility_windows/VariableEditWindow.cpp
39
fEditor->AddListener(this);
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.cpp
104
fLengthExpressionInfo->AddListener(this);
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.cpp
99
fAddressExpressionInfo->AddListener(this);
src/apps/debugger/user_interface/gui/value/TableCellValueEditor.h
23
void AddListener(Listener* listener);
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
67
fTeam->AddListener(this);
src/apps/haikudepot/edits_generic/EditManager.h
46
void AddListener(Listener* listener);
src/apps/haikudepot/model/Model.h
95
void AddListener(const ModelListenerRef& listener);
src/apps/haikudepot/textview/TextDocument.h
90
bool AddListener(TextListenerRef listener);
src/apps/haikudepot/textview/TextDocumentLayout.cpp
108
fDocument->AddListener(fTextListener);
src/apps/haikudepot/textview/TextDocumentLayout.cpp
84
fDocument->AddListener(fTextListener);
src/apps/haikudepot/ui/MainWindow.cpp
272
fModel.AddListener(fModelListener);
src/apps/haikudepot/ui/MainWindow.cpp
340
fModel.AddListener(fModelListener);
src/apps/icon-o-matic/CanvasView.cpp
315
fIcon->AddListener(this);
src/apps/icon-o-matic/gui/IconView.cpp
105
fIcon->AddListener(this);
src/apps/icon-o-matic/gui/PathListView.cpp
242
fShape->Paths()->AddListener(this);
src/apps/icon-o-matic/gui/PathListView.cpp
737
fPathContainer->AddListener(this);
src/apps/icon-o-matic/gui/PathListView.cpp
764
fShapeContainer->AddListener(fShapePathListener);
src/apps/icon-o-matic/gui/ShapeListView.cpp
704
fShapeContainer->AddListener(this);
src/apps/icon-o-matic/gui/StyleListView.cpp
239
fShape->AddListener(this);
src/apps/icon-o-matic/gui/StyleListView.cpp
693
fStyleContainer->AddListener(this);
src/apps/icon-o-matic/gui/StyleListView.cpp
715
fShapeContainer->AddListener(fShapeListener);
src/apps/icon-o-matic/gui/TransformerListView.cpp
502
fShape->Transformers()->AddListener(this);
src/apps/icon-o-matic/shape/PathManipulator.cpp
229
fPath->AddListener(this);
src/apps/icon-o-matic/shape/commands/TransformPointsCommand.cpp
56
fTransformBox->AddListener(this);
src/apps/icon-o-matic/transformable/PerspectiveBox.h
76
bool AddListener(PerspectiveBoxListener* listener);
src/apps/icon-o-matic/transformable/PerspectiveCommand.cpp
44
fTransformBox->AddListener(this);
src/apps/icon-o-matic/transformable/TransformBox.h
93
bool AddListener(TransformBoxListener* listener);
src/apps/icon-o-matic/transformable/TransformGradientCommand.cpp
32
fTransformBox->AddListener(this);
src/apps/icon-o-matic/transformable/TransformObjectsCommand.cpp
54
fTransformBox->AddListener(this);
src/apps/mail/AddressTextControl.cpp
451
static_cast<TMailApp*>(be_app)->PeopleQueryList().AddListener(this);
src/apps/mail/People.cpp
111
fQueryList.AddListener(this);
src/apps/mail/People.cpp
176
fQueryList.AddListener(this);
src/apps/mail/QueryList.h
43
void AddListener(QueryListener* listener);
src/apps/mediaplayer/Controller.cpp
142
Settings::Default()->AddListener(&fGlobalSettingsListener);
src/apps/mediaplayer/Controller.h
144
bool AddListener(Listener* listener);
src/apps/mediaplayer/ControllerView.cpp
32
fPlaylist->AddListener(fPlaylistObserver);
src/apps/mediaplayer/InfoWin.cpp
251
fController->AddListener(fControllerObserver);
src/apps/mediaplayer/MainWin.cpp
341
fPlaylist->AddListener(fPlaylistObserver);
src/apps/mediaplayer/MainWin.cpp
343
fController->AddListener(fControllerObserver);
src/apps/mediaplayer/MainWin.cpp
359
Settings::Default()->AddListener(&fGlobalSettingsListener);
src/apps/mediaplayer/VideoView.cpp
57
Settings::Default()->AddListener(&fGlobalSettingsListener);
src/apps/mediaplayer/media_node_framework/PlaybackManager.h
161
void AddListener(PlaybackListener* listener);
src/apps/mediaplayer/playlist/Playlist.h
93
bool AddListener(Listener* listener);
src/apps/mediaplayer/playlist/PlaylistItem.h
118
bool AddListener(Listener* listener);
src/apps/mediaplayer/playlist/PlaylistListView.cpp
100
fItem->AddListener(this);
src/apps/mediaplayer/playlist/PlaylistListView.cpp
245
fPlaylist->AddListener(fPlaylistObserver);
src/apps/mediaplayer/playlist/PlaylistListView.cpp
246
fController->AddListener(fControllerObserver);
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
129
fPlaylist->AddListener(fDurationListener);
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
132
fCommandStack->AddListener(&fCommandStackListener);
src/apps/mediaplayer/support/Notifier.h
20
bool AddListener(Listener* listener);
src/apps/webpositive/BrowserWindow.cpp
368
fAppSettings->AddListener(BMessenger(this));
src/apps/webpositive/DownloadWindow.cpp
131
settings->AddListener(BMessenger(this));
src/kits/debugger/controllers/DebugReportGenerator.cpp
103
fNodeManager->AddListener(this);
src/kits/debugger/controllers/DebugReportGenerator.cpp
553
fSourceWaitingFunction->AddListener(this);
src/kits/debugger/controllers/DebugReportGenerator.cpp
70
fTeam->AddListener(this);
src/kits/debugger/controllers/TeamDebugger.cpp
2288
memoryBlock->AddListener(listener);
src/kits/debugger/controllers/TeamDebugger.cpp
394
fTeam->AddListener(this);
src/kits/debugger/controllers/TeamDebugger.cpp
81
fImage->ImageFile()->AddListener(this);
src/kits/debugger/controllers/ThreadHandler.cpp
959
expressionInfo->AddListener(listener);
src/kits/debugger/debug_info/Function.cpp
82
instance->SourceFile()->AddListener(this);
src/kits/debugger/debug_managers/ValueNodeManager.cpp
71
fContainer->AddListener(this);
src/kits/debugger/target_host_interface/TargetHostInterfaceRoster.cpp
156
interface->AddListener(this);
src/kits/debugger/util/Worker.cpp
315
status_t error = job->AddListener(listener);
src/kits/debugger/util/Worker.cpp
391
return job->AddListener(listener);
src/kits/interface/TwoDimensionalLayout.cpp
1004
fHeightForWidthLayoutContext->AddListener(this);
src/kits/interface/TwoDimensionalLayout.cpp
1408
fHorizontalLayoutContext->AddListener(this);
src/libs/alm/ALMLayout.cpp
227
Solver()->AddListener(fSpecListener);
src/libs/alm/ALMLayout.cpp
305
Solver()->AddListener(fSpecListener);
src/libs/alm/SharedSolver.cpp
464
fLayoutContext->AddListener(this);
src/libs/icon/Icon.cpp
40
fShapes.AddListener(this);
src/libs/icon/Icon.cpp
54
fShapes.AddListener(this);
src/libs/icon/Icon.h
91
bool AddListener(IconListener* listener);
src/libs/icon/generic/Container.h
67
bool AddListener(ContainerListener<Type>* listener);
src/libs/icon/shape/Shape.cpp
113
fTransformers.AddListener(this);
src/libs/icon/shape/Shape.cpp
117
fPaths->AddListener(this);
src/libs/icon/shape/Shape.cpp
288
path->AddListener(this);
src/libs/icon/shape/Shape.cpp
77
fTransformers.AddListener(this);
src/libs/icon/shape/Shape.cpp
81
fPaths->AddListener(this);
src/libs/icon/shape/Shape.h
129
bool AddListener(ShapeListener* listener);
src/libs/icon/shape/VectorPath.h
170
bool AddListener(PathListener* listener);
src/servers/app/EventDispatcher.cpp
401
bool success = target.AddListener(token, eventMask, options, temporary);
src/servers/app/EventDispatcher.h
37
bool AddListener(int32 token, uint32 eventMask, uint32 options,
src/servers/app/EventDispatcher.h
76
bool AddListener(EventTarget& target, int32 token,
src/servers/app/ScreenManager.cpp
237
&& interface->AddListener(item->listener.Get())) {
src/servers/app/ServerWindow.cpp
1334
fDesktop->EventDispatcher().AddListener(EventTarget(),
src/servers/app/ServerWindow.cpp
562
fDesktop->EventDispatcher().AddListener(EventTarget(),
src/servers/app/drawing/DrawingEngine.cpp
274
fGraphicsCard->AddListener(this);
src/servers/app/drawing/HWInterface.h
173
bool AddListener(HWInterfaceListener* listener);
src/servers/launch/FileWatcher.cpp
121
sWatcher->AddListener(listener);
src/servers/launch/FileWatcher.h
27
void AddListener(FileListener* listener);
src/servers/launch/NetworkWatcher.cpp
110
sWatcher->AddListener(listener);
src/servers/launch/NetworkWatcher.h
26
void AddListener(NetworkListener* listener);
src/servers/launch/VolumeWatcher.cpp
114
sWatcher->AddListener(listener);
src/servers/launch/VolumeWatcher.h
27
void AddListener(VolumeListener* listener);
src/system/kernel/debug/system_profiler.cpp
419
error = notificationManager.AddListener("teams",
src/system/kernel/debug/system_profiler.cpp
428
error = notificationManager.AddListener("threads",
src/system/kernel/debug/system_profiler.cpp
437
error = notificationManager.AddListener("images",
src/system/kernel/debug/system_profiler.cpp
446
error = notificationManager.AddListener("I/O",
src/system/kernel/events/Notifications.cpp
294
NotificationManager::Manager().AddListener("teams", TEAM_REMOVED, *this);
src/system/kernel/events/Notifications.cpp
543
return AddListener(serviceName, &specifier, listener);
src/system/kernel/events/Notifications.cpp
559
return service->AddListener(eventSpecifier, listener);
src/system/kernel/fs/node_monitor.cpp
111
status_t AddListener(const KMessage *eventSpecifier,
src/system/kernel/fs/node_monitor.cpp
1178
return sNodeMonitorService.AddListener(get_current_io_context(true),
src/system/kernel/fs/node_monitor.cpp
118
status_t AddListener(io_context *context, dev_t device, ino_t node,
src/system/kernel/fs/node_monitor.cpp
919
return AddListener(context, device, node, flags, listener);
src/system/kernel/module.cpp
1775
return sModuleNotificationService.AddListener(&specifier, listener);
src/system/kernel/module.cpp
236
status_t AddListener(const KMessage* eventSpecifier,
src/system/kernel/system_info.cpp
101
error = NotificationManager::Manager().AddListener("threads",
src/system/kernel/system_info.cpp
96
error = NotificationManager::Manager().AddListener("teams",
src/tests/add-ons/kernel/file_systems/bfs/btree/Journal.h
81
AddListener(TransactionListener* listener)
src/tests/kits/interface/layout/widget_layout_test/AbstractButton.h
46
void AddListener(Listener* listener);
src/tests/kits/interface/layout/widget_layout_test/RadioButton.cpp
126
button->AddListener(this);