Scenario::CommentBlockModel Class Referencefinal
Inheritance diagram for Scenario::CommentBlockModel:
Public Member Functions | |
CommentBlockModel (const Id< CommentBlockModel > &id, const TimeVal &date, double yPos, QObject *parent) | |
template<typename DeserializerVisitor > | |
CommentBlockModel (DeserializerVisitor &&vis, QObject *parent) | |
void | setDate (const TimeVal &date) |
const TimeVal & | date () const |
double | heightPercentage () const |
void | setHeightPercentage (double y) |
const QString | content () const |
void | setContent (const QString content) |
void | dateChanged (const TimeVal &arg_1) |
void | heightPercentageChanged (bool arg_1) |
void | contentChanged (QString arg_1) |
Public Member Functions inherited from IdentifiedObject< CommentBlockModel > | |
IdentifiedObject (id_type id, const QString &name, QObject *parent) noexcept | |
IdentifiedObject (Visitor &&v, QObject *parent) noexcept | |
const id_type & | id () const noexcept |
int32_t | id_val () const noexcept final override |
void | setId (const id_type &id) noexcept |
void | setId (id_type &&id) noexcept |
void | resetCache () const noexcept override |
Public Member Functions inherited from IdentifiedObjectAbstract | |
void | identified_object_destroying (IdentifiedObjectAbstract *o) |
To be called by subclasses. | |
void | identified_object_destroyed (IdentifiedObjectAbstract *o) |
Will be called in the IdentifiedObjectAbstract destructor. | |
Public Attributes | |
Selectable | selection {this} |
Public Attributes inherited from IdentifiedObject< CommentBlockModel > | |
Path< CommentBlockModel > | m_path_cache |
Additional Inherited Members | |
Public Types inherited from IdentifiedObject< CommentBlockModel > | |
using | model_type = CommentBlockModel |
using | id_type = Id< CommentBlockModel > |
using | object_type = IdentifiedObject< CommentBlockModel > |
Static Public Attributes inherited from IdentifiedObject< CommentBlockModel > | |
static constexpr const bool | identified_object_tag |
Protected Member Functions inherited from IdentifiedObjectAbstract | |
IdentifiedObjectAbstract (const QString &name, QObject *parent) noexcept | |
The documentation for this class was generated from the following files:
- CommentBlockModel.hpp
- CommentBlockModel.cpp