Envision
A visual programming IDE for object-oriented languages
List of all members | Public Member Functions | Public Attributes | Protected Member Functions
OODebug::EventSetCommand Struct Reference
Inheritance diagram for OODebug::EventSetCommand:
OODebug::Command OODebug::MessagePart OODebug::BreakClassLoad OODebug::BreakpointCommand OODebug::StepCommand

Public Member Functions

virtual ~EventSetCommand () override
 
- Public Member Functions inherited from OODebug::Command
 Command ()=default
 
virtual ~Command () override
 
- Public Member Functions inherited from OODebug::MessagePart
virtual ~MessagePart ()
 
void addMessageField (ReadOperator reader, WriteOperator writer=nullptr)
 
virtual int kind () const
 

Public Attributes

MessageField< Protocol::EventKindkind {&EventSetCommand::kind, this}
 
MessageField< QList< Modifier > > modifiers {&EventSetCommand::modifiers, this}
 
MessageField< Protocol::SuspendPolicysuspendPolicy {&EventSetCommand::suspendPolicy, this}
 
- Public Attributes inherited from OODebug::Command
MessageField< qint8 > command {&Command::command, this}
 
MessageField< Protocol::CommandSetcommandSet {&Command::commandSet, this}
 
MessageField< qint8 > flags {&Command::flags, this}
 
MessageField< qint32 > id {&Command::id, this}
 
MessageField< qint32 > length {&Command::length, this}
 

Protected Member Functions

 EventSetCommand (Protocol::EventKind kind)
 
- Protected Member Functions inherited from OODebug::Command
template<typename T , typename = typename std::enable_if<std::is_enum<T>::value>::type>
 Command (Protocol::CommandSet cmdSet, T cmd)
 

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::Command
static void resetIds ()
 
- 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 {}
 

Constructor & Destructor Documentation

◆ ~EventSetCommand()

OODebug::EventSetCommand::~EventSetCommand ( )
overridevirtual

◆ EventSetCommand()

OODebug::EventSetCommand::EventSetCommand ( Protocol::EventKind  kind)
protected

Member Data Documentation

◆ kind

MessageField<Protocol::EventKind> OODebug::EventSetCommand::kind {&EventSetCommand::kind, this}

◆ modifiers

MessageField<QList<Modifier> > OODebug::EventSetCommand::modifiers {&EventSetCommand::modifiers, this}

◆ suspendPolicy

MessageField<Protocol::SuspendPolicy> OODebug::EventSetCommand::suspendPolicy {&EventSetCommand::suspendPolicy, this}