Public Slots | |
| void | add (QVariantList pos, QVariantList vec, int type, int position=-1) |
| QObject * | getMarker (int position) const |
| QList< QObject * > | getMarkers () const |
| void | remove (int position) |
| void MLXMarkerListWrapper::add | ( | QVariantList | pos, | |
| QVariantList | vec, | |||
| int | type, | |||
| int | position = -1 | |||
| ) | [slot] |
Add new marker.
| QObject* MLXMarkerListWrapper::getMarker | ( | int | position | ) | const [slot] |
Get marker at position position.
| QList<QObject*> MLXMarkerListWrapper::getMarkers | ( | ) | const [slot] |
Get markers of the list.
| void MLXMarkerListWrapper::remove | ( | int | position | ) | [slot] |
Remove marker at position position.
1.5.8