addArrow(const QVariantList &pointAt, const QVariantList &direction, double length, double pointDistanceInMM=1., const QString &subtype="arrow") | MLCSOListWrapper | slot |
addCircle(const QVariantList &midPoint, const QVariantList &normal, double radius, double pointDistanceInMM=1., const QString &subtype="circle") | MLCSOListWrapper | slot |
addClosedSpline(const QVariantList &points, bool useInterpolation=true, double pointDistanceInMM=1., const QString &subtype="spline") | MLCSOListWrapper | slot |
addCSO(const QVariantList &seedPoints, const QVariantList &pathPointLists, bool closed, bool useUndoRedo) | MLCSOListWrapper | slot |
addCSOCopy(unsigned int id, bool useUndoRedo=true) | MLCSOListWrapper | slot |
addCSOCopy(MLCSOWrapper *csoWrapper, bool useUndoRedo=true) | MLCSOListWrapper | slot |
addCSOToSelection(unsigned int id) | MLCSOListWrapper | slot |
addGroup(const QString &label, bool useUndoRedo=true) | MLCSOListWrapper | slot |
addGroupToSelection(unsigned int id) | MLCSOListWrapper | slot |
addOpenSpline(const QVariantList &points, bool useInterpolation=true, double pointDistanceInMM=1., const QString &subtype="spline") | MLCSOListWrapper | slot |
addPoint(const QVariantList &position, const QString &subtype="point") | MLCSOListWrapper | slot |
addPolygon(const QVariantList &points, double pointDistanceInMM=1., const QString &subtype="polygon") | MLCSOListWrapper | slot |
addPolyline(const QVariantList &points, double pointDistanceInMM=1., const QString &subtype="polyline") | MLCSOListWrapper | slot |
breakAllCSOsFromGroup(unsigned int groupId, bool useUndoRedo=true) | MLCSOListWrapper | slot |
breakCSOandGroup(unsigned int csoId, unsigned int groupId, bool useUndoRedo=true) | MLCSOListWrapper | slot |
breakCSOfromAllGroups(unsigned int csoId, bool useUndoRedo=true) | MLCSOListWrapper | slot |
canRedo() const | MLCSOListWrapper | slot |
canUndo() const | MLCSOListWrapper | slot |
centerOfSelectedCSOs | MLCSOListWrapper | |
centerOfSelectedGroups | MLCSOListWrapper | |
clearRedoStack() | MLCSOListWrapper | inlineslot |
clearSelectedCSOs() | MLCSOListWrapper | slot |
clearSelectedGroups() | MLCSOListWrapper | slot |
clearSelectedSeedPoints() | MLCSOListWrapper | slot |
clearUndoRedoStack() | MLCSOListWrapper | slot |
clearUndoStack() | MLCSOListWrapper | inlineslot |
closeUndoRedoGroup() | MLCSOListWrapper | slot |
combineCSOandGroup(unsigned int csoId, unsigned int groupId, bool useUndoRedo=true) | MLCSOListWrapper | slot |
copySelectedCSOs() | MLCSOListWrapper | slot |
createObject(const QVariantList &arguments) | MLCSOListWrapper | static |
csoEventReceived(QObject *csoEvent) | MLCSOListWrapper | signal |
deepCopy() | MLCSOListWrapper | slot |
deregisterForNotification(unsigned int flags, MLABModule *module, QString methodName) | MLCSOListWrapper | slot |
dump(bool binary=true) | MLCSOListWrapper | slot |
getCenterOfSelectedCSOs() const | MLCSOListWrapper | slot |
getCenterOfSelectedGroups() const | MLCSOListWrapper | slot |
getCSOAt(unsigned int idx) | MLCSOListWrapper | slot |
getCSOById(unsigned int id) | MLCSOListWrapper | slot |
getCSOCurrentlyUnderMouse() | MLCSOListWrapper | slot |
getCSOGroups() | MLCSOListWrapper | slot |
getCSOIdList() | MLCSOListWrapper | slot |
getCSOIndex(unsigned int id) | MLCSOListWrapper | slot |
getCSOManager() const | MLCSOListWrapper | inlineslot |
getCSOs() | MLCSOListWrapper | slot |
getCurrentUndoGroupDepth() | MLCSOListWrapper | slot |
getGroupAt(unsigned int idx) | MLCSOListWrapper | slot |
getGroupById(unsigned int id) | MLCSOListWrapper | slot |
getGroupByLabel(QString label) | MLCSOListWrapper | slot |
getGroupIdList() | MLCSOListWrapper | slot |
getGroups() | MLCSOListWrapper | slot |
getNumberOfRegisteredNotifiers(unsigned int flag) | MLCSOListWrapper | slot |
getNumCSOGroups() const | MLCSOListWrapper | slot |
getNumCSOs() const | MLCSOListWrapper | slot |
getNumGroups() const | MLCSOListWrapper | slot |
getNumSelectedCSOs() const | MLCSOListWrapper | slot |
getNumSelectedGroups() const | MLCSOListWrapper | slot |
getSelectedCSOAt(unsigned int index) const | MLCSOListWrapper | slot |
getSelectedCSOIdList() | MLCSOListWrapper | slot |
getSelectedGroupAt(unsigned int index) const | MLCSOListWrapper | slot |
getSelectedGroupIdList() | MLCSOListWrapper | slot |
getUniqueCSOLabel(QString label, QString format, bool addIdAlways) | MLCSOListWrapper | inlineslot |
getUniqueGroupLabel(QString label, QString format, bool addIdAlways) | MLCSOListWrapper | inlineslot |
isCSOSelected(unsigned int id) const | MLCSOListWrapper | slot |
isGroupSelected(unsigned int id) const | MLCSOListWrapper | slot |
lastLoadSaveMessage() const | MLCSOListWrapper | slot |
load(const QByteArray &buffer) | MLCSOListWrapper | slot |
loadFrom(const QString &filename) | MLCSOListWrapper | slot |
loadFrom(const QString &filename, const QString &message) | MLCSOListWrapper | slot |
muteEvents() | MLCSOListWrapper | slot |
NOTIFICATION_ALL enum value | MLCSOListWrapper | |
NOTIFICATION_CLEARED enum value | MLCSOListWrapper | |
NOTIFICATION_CSO_FINISHED enum value | MLCSOListWrapper | |
NOTIFICATION_CSO_MOVED enum value | MLCSOListWrapper | |
NOTIFICATION_CSO_REMOVED enum value | MLCSOListWrapper | |
NOTIFICATION_CSO_SELECTION enum value | MLCSOListWrapper | |
NOTIFICATION_CSO_UNDER_MOUSE_CHANGED enum value | MLCSOListWrapper | |
NOTIFICATION_GROUP_ADDED enum value | MLCSOListWrapper | |
NOTIFICATION_GROUP_FINISHED enum value | MLCSOListWrapper | |
NOTIFICATION_GROUP_REMOVED enum value | MLCSOListWrapper | |
NOTIFICATION_GROUP_SELECTION enum value | MLCSOListWrapper | |
NOTIFICATION_INTERACTION_INIT enum value | MLCSOListWrapper | |
NOTIFICATION_NONE enum value | MLCSOListWrapper | |
NOTIFICATION_REPAINT enum value | MLCSOListWrapper | |
NOTIFICATION_START_NEW_CSO enum value | MLCSOListWrapper | |
NotificationType enum name | MLCSOListWrapper | |
notifyObservers(int notificationFlag) | MLCSOListWrapper | inlineslot |
numCSOGroups | MLCSOListWrapper | |
numCSOs | MLCSOListWrapper | |
numGroups | MLCSOListWrapper | |
numSelectedCSOs | MLCSOListWrapper | |
numSelectedGroups | MLCSOListWrapper | |
openUndoRedoGroup(const QString &description="Contour Operation") | MLCSOListWrapper | slot |
pasteCopiedCSOs() const | MLCSOListWrapper | slot |
redo() | MLCSOListWrapper | slot |
registerForNotification(unsigned int flags, MLABModule *module, QString methodName) | MLCSOListWrapper | slot |
removeAll(bool useUndoRedo=true) | MLCSOListWrapper | slot |
removeCSO(unsigned int id, bool useUndoRedo=true) | MLCSOListWrapper | inlineslot |
removeCSOFromSelection(unsigned int id) | MLCSOListWrapper | slot |
removeCSOs(bool removeCSOsWithoutParentGroupsOnly=false, bool removeEditableCSOsOnly=false, bool removeSelectedCSOsOnly=false) | MLCSOListWrapper | slot |
removeGroup(unsigned int id, bool useUndoRedo=true) | MLCSOListWrapper | inlineslot |
removeGroupFromSelection(unsigned int id) | MLCSOListWrapper | slot |
removeGroups(bool removeEmptyGroupsOnly=false, bool removeEditableGroupsOnly=false, bool removeChildCSOs=true, bool removeSelectedGroupsOnly=false) | MLCSOListWrapper | slot |
resetUniqueCSOLabelIdMap() | MLCSOListWrapper | inlineslot |
resetUniqueGroupLabelIdMap() | MLCSOListWrapper | inlineslot |
saveTo(const QString &filename, bool binary) const | MLCSOListWrapper | slot |
setMaxNumUndos(int maxNumUndos) | MLCSOListWrapper | slot |
undo() | MLCSOListWrapper | slot |
unmuteEvents() | MLCSOListWrapper | slot |