Symbol: ModelListenerRef
src/apps/haikudepot/model/Model.cpp
236
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
238
const ModelListenerRef& listener = *it;
src/apps/haikudepot/model/Model.cpp
253
Model::AddListener(const ModelListenerRef& listener)
src/apps/haikudepot/model/Model.cpp
648
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
650
const ModelListenerRef& listener = *it;
src/apps/haikudepot/model/Model.cpp
662
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
664
const ModelListenerRef& listener = *it;
src/apps/haikudepot/model/Model.cpp
676
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
678
const ModelListenerRef& listener = *it;
src/apps/haikudepot/model/Model.cpp
688
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
690
const ModelListenerRef& listener = *it;
src/apps/haikudepot/model/Model.cpp
700
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
702
const ModelListenerRef& listener = *it;
src/apps/haikudepot/model/Model.cpp
712
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
714
const ModelListenerRef& listener = *it;
src/apps/haikudepot/model/Model.cpp
819
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
821
const ModelListenerRef& listener = *it;
src/apps/haikudepot/model/Model.h
102
void AddListener(const ModelListenerRef& listener);
src/apps/haikudepot/model/Model.h
234
std::vector<ModelListenerRef>
src/apps/haikudepot/ui/MainWindow.h
204
ModelListenerRef fModelListener;