Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
virtual | ~Frame () override |
Public Member Functions inherited from OODebug::MessagePart | |
virtual | ~MessagePart () |
void | addMessageField (ReadOperator reader, WriteOperator writer=nullptr) |
virtual int | kind () const |
Public Attributes | |
MessageField< qint64 > | frameID {&Frame::frameID, this} |
The ID of this frame. More... | |
MessageField< Location > | location {&Frame::location, this} |
The current location of this frame. More... | |
Additional Inherited Members | |
Public Types inherited from OODebug::MessagePart | |
using | ReadOperator = std::function< void(MessagePart *, QDataStream &)> |
using | WriteOperator = std::function< void(const MessagePart *, QDataStream &)> |
Static Public Member Functions inherited from OODebug::MessagePart | |
template<typename Enum > | |
static constexpr std::enable_if< std::is_enum< Enum >::value, typename std::underlying_type< Enum >::type >::type | cast (Enum enumValue) |
Casts an enum value to its underlying type. More... | |
Static Public Attributes inherited from OODebug::MessagePart | |
static const int | noKind {} |
|
overridevirtual |
MessageField<qint64> OODebug::Frame::frameID {&Frame::frameID, this} |
The ID of this frame.
MessageField<Location> OODebug::Frame::location {&Frame::location, this} |
The current location of this frame.