qx::IxDataMemberX : common interface for a list of IxDataMember class properties registered into QxOrm context (for example, list of data member of a class)
More...
#include <IxDataMemberX.h>
|
std::unique_ptr< IxDataMemberXImpl > | m_pImpl |
| Private implementation idiom.
|
|
qx::IxDataMemberX : common interface for a list of IxDataMember class properties registered into QxOrm context (for example, list of data member of a class)
Definition at line 60 of file IxDataMemberX.h.
◆ IxDataMemberX()
qx::IxDataMemberX::IxDataMemberX |
( |
| ) |
|
|
protected |
◆ ~IxDataMemberX()
virtual qx::IxDataMemberX::~IxDataMemberX |
( |
| ) |
|
|
protectedvirtual |
◆ count()
long qx::IxDataMemberX::count |
( |
| ) |
const |
◆ count_WithDaoStrategy()
virtual long qx::IxDataMemberX::count_WithDaoStrategy |
( |
| ) |
const |
|
pure virtual |
◆ exist()
bool qx::IxDataMemberX::exist |
( |
const QString & | sKey | ) |
const |
◆ exist_WithDaoStrategy()
virtual bool qx::IxDataMemberX::exist_WithDaoStrategy |
( |
const QString & | sKey | ) |
const |
|
pure virtual |
◆ get() [1/2]
IxDataMember * qx::IxDataMemberX::get |
( |
const QString & | s | ) |
const |
◆ get() [2/2]
◆ get_WithDaoStrategy() [1/2]
virtual IxDataMember * qx::IxDataMemberX::get_WithDaoStrategy |
( |
const QString & | sKey | ) |
const |
|
pure virtual |
◆ get_WithDaoStrategy() [2/2]
virtual IxDataMember * qx::IxDataMemberX::get_WithDaoStrategy |
( |
long | lIndex | ) |
const |
|
pure virtual |
◆ getClass()
IxClass * qx::IxDataMemberX::getClass |
( |
| ) |
const |
◆ getDaoStrategy()
◆ getDescription()
QString qx::IxDataMemberX::getDescription |
( |
| ) |
const |
◆ getId()
◆ getId_WithDaoStrategy()
virtual IxDataMember * qx::IxDataMemberX::getId_WithDaoStrategy |
( |
| ) |
const |
|
pure virtual |
◆ getListDataMemberRef() [1/2]
◆ getListDataMemberRef() [2/2]
◆ getListPImplRef() [1/2]
◆ getListPImplRef() [2/2]
◆ getName()
QString qx::IxDataMemberX::getName |
( |
| ) |
const |
◆ getNamePtr()
const char * qx::IxDataMemberX::getNamePtr |
( |
| ) |
const |
◆ getVersion()
long qx::IxDataMemberX::getVersion |
( |
| ) |
const |
◆ setClass()
void qx::IxDataMemberX::setClass |
( |
IxClass * | p | ) |
|
◆ setId()
◆ size()
long qx::IxDataMemberX::size |
( |
| ) |
const |
◆ m_pImpl
std::unique_ptr<IxDataMemberXImpl> qx::IxDataMemberX::m_pImpl |
|
private |
The documentation for this class was generated from the following file: