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

1234567

/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp315 fIcon->AddListener(this);
/haiku/src/apps/icon-o-matic/gui/
H A DIconView.cpp105 fIcon->AddListener(this);
H A DPathListView.cpp242 fShape->Paths()->AddListener(this);
737 fPathContainer->AddListener(this);
764 fShapeContainer->AddListener(fShapePathListener);
H A DShapeListView.cpp704 fShapeContainer->AddListener(this);
H A DStyleListView.cpp239 fShape->AddListener(this);
693 fStyleContainer->AddListener(this);
715 fShapeContainer->AddListener(fShapeListener);
H A DTransformerListView.cpp487 fShape->Transformers()->AddListener(this);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp229 fPath->AddListener(this);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DTransformPointsCommand.cpp56 fTransformBox->AddListener(this);
/haiku/src/apps/icon-o-matic/transformable/
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 DTransformBox.cpp473 // AddListener
475 TransformBox::AddListener(TransformBoxListener* listener) function in class:TransformBox
H A DTransformBox.h93 bool AddListener(TransformBoxListener* listener);
H A DTransformGradientCommand.cpp32 fTransformBox->AddListener(this);
H A DTransformObjectsCommand.cpp54 fTransformBox->AddListener(this);
/haiku/src/apps/mail/
H A DAddressTextControl.cpp453 static_cast<TMailApp*>(be_app)->PeopleQueryList().AddListener(this);
/haiku/src/apps/mediaplayer/
H A DController.cpp142 Settings::Default()->AddListener(&fGlobalSettingsListener);
1022 Controller::AddListener(Listener* listener) function in class:Controller
H A DControllerView.cpp32 fPlaylist->AddListener(fPlaylistObserver);
H A DInfoWin.cpp246 fController->AddListener(fControllerObserver);
H A DMainWin.cpp341 fPlaylist->AddListener(fPlaylistObserver);
343 fController->AddListener(fControllerObserver);
359 Settings::Default()->AddListener(&fGlobalSettingsListener);
/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackManager.cpp1021 PlaybackManager::AddListener(PlaybackListener* listener) function in class:PlaybackManager
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp399 Playlist::AddListener(Listener* listener)
H A DPlaylist.h93 bool AddListener(Listener* listener);
H A DPlaylistItem.cpp204 PlaylistItem::AddListener(Listener* listener) function in class:PlaylistItem
H A DPlaylistItem.h118 bool AddListener(Listener* listener);

Completed in 160 milliseconds

1234567