dnai::models::gui::data::Entity Struct Reference

#include <entity.h>

Inheritance diagram for dnai::models::gui::data::Entity:
Inheritance graph
Collaboration diagram for dnai::models::gui::data::Entity:
Collaboration graph

Public Member Functions

Entityoperator= (const Entity &other)=default
 
bool operator!= (const Entity &other) const
 
bool operator== (const Entity &other) const
 

Public Attributes

int index = 0
 
QUuid listIndex
 
QString description
 
bool expanded = false
 

Member Function Documentation

bool dnai::models::gui::data::Entity::operator!= ( const Entity other) const
Entity& dnai::models::gui::data::Entity::operator= ( const Entity other)
default
bool dnai::models::gui::data::Entity::operator== ( const Entity other) const

Member Data Documentation

QString dnai::models::gui::data::Entity::description
bool dnai::models::gui::data::Entity::expanded = false
int dnai::models::gui::data::Entity::index = 0
QUuid dnai::models::gui::data::Entity::listIndex

The documentation for this struct was generated from the following files:
  • Gui/app/include/dnai/models/gui/data/entity.h
  • Gui/app/src/dnai/models/gui/data/entity.cpp