1#ifndef AbstractImageItem_H
2#define AbstractImageItem_H
12#include "AbstractTreeItem.h"
40 QVariant getData()
const;
41 QVariant getData(QString columnTitle)
const;
42 void setData(QString
const &columnTitle, QString
const &newData);
43 bool isDataEditable(QString columnTitle)
const;
45 InternalPointerType getPointerType()
const;
46 void *getPointer()
const;
47 bool hasImage(QString imageSerial)
const;
59 QPair<QString, ControlNet *> *m_imageAndNet;
Base class for an image item in the tree.
virtual void sourceDeleted()
This method is required to be implemented by the parent AbstractTreeItem class, but for this it's a N...
Base class for an item in the tree.
This is free and unencumbered software released into the public domain.