add_new_branch(TreeItem *parent, QString id, QString name) | knowtreemodel | |
add_new_child_branch(const QModelIndex &index, QString id, QString name) | knowtreemodel | |
add_new_sibling_branch(const QModelIndex &index, QString id, QString name) | knowtreemodel | |
columnCount(const QModelIndex &parent=QModelIndex()) const | TreeModel | |
data(const QModelIndex &index, int role) const | TreeModel | |
export_fullmodeldata_to_dom(TreeItem *root) | knowtreemodel | |
flags(const QModelIndex &index) const | TreeModel | |
get_item_index(TreeItem *item) | knowtreemodel | |
get_item_index_recurse(QModelIndex currindex, TreeItem *finditem, int mode) | knowtreemodel | [private] |
getItem(const QModelIndex &index) const | TreeModel | |
getItem(QStringList path) const | TreeModel | |
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const | TreeModel | |
index(int row, int column, const QModelIndex &parent=QModelIndex()) const | TreeModel | |
indexChildren(const QModelIndex &parent, int n) const | knowtreemodel | |
insertRows(int position, int rows, const QModelIndex &parent=QModelIndex()) | TreeModel | |
knowtreemodel(const QStringList &headers, QDomDocument dommodel, QObject *parent=0) | knowtreemodel | |
move_dn_branch(const QModelIndex &index) | knowtreemodel | |
move_up_branch(const QModelIndex &index) | knowtreemodel | |
move_updn_branch(const QModelIndex &index, int direction) | knowtreemodel | [private] |
parent(const QModelIndex &index) const | TreeModel | |
parsenodeelement(QDomElement n, TreeItem *parent) | knowtreemodel | [private] |
parsetreetodom(QDomElement *xmldata, TreeItem *curritem) | knowtreemodel | [private] |
removeRows(int position, int rows, const QModelIndex &parent=QModelIndex()) | TreeModel | |
rootItem | TreeModel | |
rowCount(const QModelIndex &parent=QModelIndex()) const | TreeModel | |
setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) | TreeModel | |
setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole) | TreeModel | |
setupModelData(QDomDocument dommodel, TreeItem *parent) | knowtreemodel | [private] |
TreeModel(QObject *parent=0) | TreeModel | |
~knowtreemodel() | knowtreemodel | |
~TreeModel(void) | TreeModel | |