Home
last modified time | relevance | path

Searched refs:AutoNotificationSuspender (Results 1 – 18 of 18) sorted by relevance

/haiku/src/apps/mediaplayer/support/
H A DNotifier.h40 class AutoNotificationSuspender {
42 AutoNotificationSuspender(Notifier* object) in AutoNotificationSuspender() function
48 virtual ~AutoNotificationSuspender() in ~AutoNotificationSuspender()
/haiku/src/apps/icon-o-matic/generic/listener/
H A DObservable.h41 class AutoNotificationSuspender {
43 AutoNotificationSuspender(Observable* object) in AutoNotificationSuspender() function
49 virtual ~AutoNotificationSuspender() in ~AutoNotificationSuspender()
/haiku/src/apps/icon-o-matic/shape/commands/
H A DInsertPointCommand.cpp77 AutoNotificationSuspender _(fPath); in Undo()
107 AutoNotificationSuspender _(fPath); in Redo()
H A DSplitPointsCommand.cpp94 AutoNotificationSuspender _(fPath); in Perform()
128 AutoNotificationSuspender _(fPath); in Undo()
H A DRemovePointsCommand.cpp104 AutoNotificationSuspender _(fPath); in Undo()
138 AutoNotificationSuspender _(fPath); in Redo()
H A DAddPointCommand.cpp88 AutoNotificationSuspender _(fPath); in Redo()
H A DNudgePointsCommand.cpp93 AutoNotificationSuspender _(fPath); in _SetTransformation()
H A DFlipPointsCommand.cpp70 AutoNotificationSuspender _(fPath); in Perform()
/haiku/src/apps/icon-o-matic/document/
H A DIconObject.cpp105 AutoNotificationSuspender _(this); in SetToPropertyObject()
/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelection.cpp32 AutoNotificationSuspender _(this); in Select()
/haiku/src/libs/icon/shape/
H A DPathSourceShape.cpp121 AutoNotificationSuspender _(this); in SetToPropertyObject()
H A DReferenceImage.cpp165 AutoNotificationSuspender _(this); in SetToPropertyObject()
H A DVectorPath.cpp220 AutoNotificationSuspender _(this); in SetToPropertyObject()
/haiku/src/libs/icon/transformer/
H A DAffineTransformer.cpp155 AutoNotificationSuspender _(this); in SetToPropertyObject()
H A DContourTransformer.cpp187 AutoNotificationSuspender _(this); in SetToPropertyObject()
H A DStrokeTransformer.cpp215 AutoNotificationSuspender _(this); in SetToPropertyObject()
/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp171 AutoNotificationSuspender _(this); in operator =()
228 AutoNotificationSuspender _(this); in SetColors()
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp631 AutoNotificationSuspender _(fSelection); in SelectionChanged()