#include <mvcbase.h>
Inheritance diagram for MvcBase:

Public Member Functions | |
| MvcBase (QObject *objectPtr) | |
| virtual | ~MvcBase () |
| QObject * | objectPtr () |
| virtual MvcModuleId_t | moduleId () const |
Static Public Member Functions | |
| static MvcModuleId_t | classModuleId () |
| MvcBase::MvcBase | ( | QObject * | objectPtr | ) | [inline] |
| virtual MvcBase::~MvcBase | ( | ) | [inline, virtual] |
| QObject* MvcBase::objectPtr | ( | ) | [inline] |
| static MvcModuleId_t MvcBase::classModuleId | ( | ) | [inline, static] |
Returns MvcCore::id().
This should be re-implemented this in the base MVC class of other modules.
Reimplemented in DiagramController, Diagram, AbstractDiagramView, DigestDbController, DigestDbModel, AbstractDigestDbView, SettingsController, SettingsModel, and AbstractSettingsView.
| virtual MvcModuleId_t MvcBase::moduleId | ( | ) | const [inline, virtual] |
Returns classModuleId().
This should be re-implemented this in the base MVC class of other modules.
Reimplemented in DiagramController, Diagram, AbstractDiagramView, DigestDbController, DigestDbModel, AbstractDigestDbView, SettingsController, SettingsModel, and AbstractSettingsView.
1.5.2