|
| ElementsLocation () |
| ElementsLocation::ElementsLocation Constructor. More...
|
|
| ElementsLocation (const QString &path, QETProject *project=nullptr) |
| ElementsLocation::ElementsLocation. More...
|
|
| ElementsLocation (const ElementsLocation &) |
| ElementsLocation::ElementsLocation The copy constructor. More...
|
|
| ElementsLocation (const QMimeData *data) |
| ElementsLocation::ElementLocation Constructor, build an ElementLocation from a QMimeData, the mime data format must be "application/x-qet-element-uri" or "application/x-qet-category-uri". This location can be null even if format is valid. More...
|
|
virtual | ~ElementsLocation () |
| ElementsLocation::~ElementsLocation Destructeur. More...
|
|
ElementsLocation & | operator= (const ElementsLocation &) |
| ElementsLocation::operator = Assignment operator. More...
|
|
bool | operator== (const ElementsLocation &) const |
| ElementsLocation::operator ==. More...
|
|
bool | operator!= (const ElementsLocation &) const |
| ElementsLocation::operator != Operateur de comparaison. More...
|
|
QString | baseName () const |
| ElementsLocation::baseName. More...
|
|
QString | collectionPath (bool protocol=true) const |
| ElementsLocation::collectionPath Return the path of the represented element relative to collection if protocol is true the path is prepended by the collection type (common://, custom:// or embed://) else if false, only the collection path is returned without the collection type. More...
|
|
QString | projectCollectionPath () const |
| ElementsLocation::projectCollectionPath. More...
|
|
QString | fileSystemPath () const |
| ElementsLocation::fileSystemPath. More...
|
|
QString | path () const |
| ElementsLocation::path. More...
|
|
void | setPath (const QString &path) |
| ElementsLocation::setPath Set the path of this item. The path can be relative to a collection (start by common:// , custom:// or embed://) or not. More...
|
|
bool | addToPath (const QString &) |
| ElementsLocation::addToPath Add a string to the actual path of this location. More...
|
|
ElementsLocation | parent () const |
| ElementsLocation::parent. More...
|
|
QETProject * | project () const |
| ElementsLocation::project. More...
|
|
void | setProject (QETProject *) |
| ElementsLocation::setProject. More...
|
|
bool | isNull () const |
| ElementsLocation::isNull. More...
|
|
QString | toString () const |
| ElementsLocation::toString. More...
|
|
bool | isElement () const |
| ElementsLocation::isElement. More...
|
|
bool | isDirectory () const |
| ElementsLocation::isDirectory. More...
|
|
bool | isFileSystem () const |
| ElementsLocation::isFileSystem. More...
|
|
bool | isCommonCollection () const |
| ElementsLocation::isCommonCollection. More...
|
|
bool | isCustomCollection () const |
| ElementsLocation::isCustomCollection. More...
|
|
bool | isProject () const |
| ElementsLocation::isProject. More...
|
|
bool | exist () const |
| ElementsLocation::exist. More...
|
|
bool | isWritable () const |
| ElementsLocation::isWritable. More...
|
|
XmlElementCollection * | projectCollection () const |
| ElementsLocation::projectCollection. More...
|
|
NamesList | nameList () |
| ElementsLocation::nameList. More...
|
|
QDomElement | xml () const |
| ElementsLocation::xml. More...
|
|
pugi::xml_document | pugiXml () const |
| ElementsLocation::pugiXml. More...
|
|
bool | setXml (const QDomDocument &xml_document) const |
| ElementsLocation::setXml Replace the current xml description by xml_document; The document element of xml_document must have tagname "definition" to be written This definition must be writable. More...
|
|
QUuid | uuid () const |
| ElementsLocation::uuid. More...
|
|
QIcon | icon () const |
| ElementLocation::icon. More...
|
|
QString | name () const |
| ElementLocation::name. More...
|
|
QString | fileName () const |
| ElementLocation::fileName. More...
|
|
DiagramContext | elementInformations () const |
| ElementsLocation::elementInformations. More...
|
|