little de-firzifikation.
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
#include <xqtreetable.h>
|
||||
#include <xqitemfactory.h>
|
||||
|
||||
|
||||
|
||||
//! default konstruktor.
|
||||
|
||||
XQChildModel::XQChildModel( QObject *parent )
|
||||
: XQViewModel{parent}
|
||||
{
|
||||
@@ -27,15 +31,8 @@ XQChildModel::XQChildModel( QObject *parent )
|
||||
}
|
||||
|
||||
|
||||
XQChildModel::~XQChildModel()
|
||||
{
|
||||
//! erzeugt die basisstruktur des models.
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief XQChildModel::initModel: Create the own modelstructure
|
||||
* using subtree 'Components'
|
||||
*/
|
||||
void XQChildModel::initModel(const QString& modelName)
|
||||
{
|
||||
// #0: Wir suchen die Model-Beschreibung
|
||||
@@ -65,6 +62,8 @@ void XQChildModel::initModel(const QString& modelName)
|
||||
}
|
||||
|
||||
|
||||
//! erzegut den sichtbaren inhalt des models aus einem root-datenknoten.
|
||||
|
||||
void XQChildModel::setContent( const XQNodePtr& contentRoot )
|
||||
{
|
||||
|
||||
@@ -105,6 +104,8 @@ void XQChildModel::setContent( const XQNodePtr& contentRoot )
|
||||
}
|
||||
|
||||
|
||||
//! firz
|
||||
|
||||
void XQChildModel::createModelContentChildRow( QStandardItem* parent, XQNodePtr contentNode )
|
||||
{
|
||||
/*
|
||||
@@ -121,6 +122,8 @@ void XQChildModel::createModelContentChildRow( QStandardItem* parent, XQNodePtr
|
||||
}
|
||||
|
||||
|
||||
//! erzeugt ein adhoc-contextmenu, je nachdem welche aktionen gerade möflich sind.
|
||||
|
||||
void XQChildModel::initContextMenu()
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user