Main Page · Modules · All Classes · Class Hierarchy
Public Member Functions | List of all members
MPCursorPosition Struct Reference

Cursor position struct. More...

#include <MPTypes.hpp>

Inheritance diagram for MPCursorPosition:
MSData

Public Member Functions

 MPCursorPosition ()
 Struct constructor.
 
- Public Member Functions inherited from MSData
 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 MSDataoperator= (MSData &data)
 Copy assignment operator. More...
 
virtual MSDataoperator= (const MSData &data)
 Copy assignment operator. More...
 

Additional Inherited Members

- Protected Attributes inherited from MSData
QMap< QString, void * > VariableMap
 Variable map.
 
QString TypeName
 Type name.
 

Detailed Description

Cursor position struct.

Definition at line 174 of file MPTypes.hpp.


The documentation for this struct was generated from the following files: