Main Page · Modules · All Classes · Class Hierarchy |
Cursor position struct. More...
#include <MPTypes.hpp>
Public Member Functions | |
MPCursorPosition () | |
Struct constructor. | |
![]() | |
MSData (const QString &type_name) | |
Class constructor. More... | |
MSData (const MSData &other) | |
Copy constructor. More... | |
virtual | ~MSData () |
Class destructor. | |
QString | GetTypeName () const |
Get the type name. More... | |
void * | operator[] (const QString &variable) const |
operator[] to resolve variable pointers More... | |
const QMap< QString, void * > & | GetVariableMap () const |
Get the variable map. More... | |
virtual MSData & | operator= (MSData &data) |
Copy assignment operator. More... | |
virtual MSData & | operator= (const MSData &data) |
Copy assignment operator. More... | |
Additional Inherited Members | |
![]() | |
QMap< QString, void * > | VariableMap |
Variable map. | |
QString | TypeName |
Type name. | |
Cursor position struct.
Definition at line 174 of file MPTypes.hpp.