MCPcopy Create free account
hub / github.com/SpartanJ/eepp / SortingProxyModel

Method SortingProxyModel

src/eepp/ui/models/sortingproxymodel.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace EE { namespace UI { namespace Models {
10
11SortingProxyModel::SortingProxyModel( std::shared_ptr<Model> target ) :
12 mSource( target ), mKeyColumn( -1 ) {
13 mSource->registerClient( this );
14 invalidate();
15}
16
17SortingProxyModel::~SortingProxyModel() {
18 mSource->unregisterClient( this );

Callers

nothing calls this directly

Calls 1

registerClientMethod · 0.45

Tested by

no test coverage detected