OpenMW
|
#include <subviewfactoryimp.hpp>
Public Member Functions | |
SubViewFactoryWithCreator (bool sorting=true) | |
virtual CSVDoc::SubView * | makeSubView (const CSMWorld::UniversalId &id, CSMDoc::Document &document) |
The ownership of the returned sub view is not transferred. | |
Private Attributes | |
bool | mSorting |
CSVDoc::SubViewFactoryWithCreator< SubViewT, CreatorFactoryT >::SubViewFactoryWithCreator | ( | bool | sorting = true | ) |
CSVDoc::SubView * CSVDoc::SubViewFactoryWithCreator< SubViewT, CreatorFactoryT >::makeSubView | ( | const CSMWorld::UniversalId & | id, |
CSMDoc::Document & | document | ||
) | [virtual] |
The ownership of the returned sub view is not transferred.
Implements CSVDoc::SubViewFactoryBase.
bool CSVDoc::SubViewFactoryWithCreator< SubViewT, CreatorFactoryT >::mSorting [private] |