Searched refs:AddListener (Results 1 - 25 of 152) sorted by last modified time

1234567

/haiku/src/apps/haikudepot/model/
H A DModel.cpp261 Model::AddListener(const ModelListenerRef& listener) function in class:Model
H A DModel.h82 void AddListener(const ModelListenerRef& listener);
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp237 fModel.AddListener(fModelListener);
301 fModel.AddListener(fModelListener);
H A DPackageListView.cpp643 packageRef->AddListener(fPackageListener);
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h161 bool AddListener(
H A DPackageInfo.cpp579 PackageInfo::AddListener(const PackageInfoListenerRef& listener) function in class:PackageInfo
/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp239 fShape->AddListener(this);
693 fStyleContainer->AddListener(this);
715 fShapeContainer->AddListener(fShapeListener);
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 DTransformerListView.cpp487 fShape->Transformers()->AddListener(this);
/haiku/src/servers/app/
H A DServerWindow.cpp561 fDesktop->EventDispatcher().AddListener(EventTarget(),
1333 fDesktop->EventDispatcher().AddListener(EventTarget(),
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp369 fAppSettings->AddListener(BMessenger(this));
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.h90 bool AddListener(TextListenerRef listener);
H A DTextDocument.cpp471 TextDocument::AddListener(TextListenerRef listener) function in class:TextDocument
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp215 modelInfo->AddListener(fPackageInfoListener);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp490 transaction.AddListener(this);
H A DBPlusTree.cpp408 transaction.AddListener(fTree);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp341 fPlaylist->AddListener(fPlaylistObserver);
343 fController->AddListener(fControllerObserver);
359 Settings::Default()->AddListener(&fGlobalSettingsListener);
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp1001 VectorPath::AddListener(PathListener* listener) function in class:VectorPath
H A DShape.h129 bool AddListener(ShapeListener* listener);
H A DShape.cpp77 fTransformers.AddListener(this);
81 fPaths->AddListener(this);
113 fTransformers.AddListener(this);
117 fPaths->AddListener(this);
288 path->AddListener(this);
485 Shape::AddListener(ShapeListener* listener) function in class:Shape
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp229 fPath->AddListener(this);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp473 // AddListener
475 TransformBox::AddListener(TransformBoxListener* listener) function in class:TransformBox
H A DTransformBox.h93 bool AddListener(TransformBoxListener* listener);
H A DPerspectiveBox.cpp307 PerspectiveBox::AddListener(PerspectiveBoxListener* listener) function in class:PerspectiveBox

Completed in 211 milliseconds

1234567