Searched refs:getStrokeIndex (Results 1 – 9 of 9) sorted by relevance
186 int index = image->getStrokeIndex(m_selectedGroups[i].first); in undo()208 int index = image->getStrokeIndex(m_selectedGroups[i].first); in redo()313 int strokeIndex = vimg->getStrokeIndex(strokeIndexes[0].first); in getGroupingOptions()652 int refStroke = vimg->getStrokeIndex(selectedGroups[index].first); in doMoveGroup()731 vimg->getStrokeIndex(selectedGroups[i].first) == in moveGroup()737 vimg->getStrokeIndex(selectedGroups[i - 1].first) + in moveGroup()739 vimg->getStrokeIndex(selectedGroups[i].first) - 1) in moveGroup()752 vimg->getStrokeIndex(selectedGroups[i].first) + in moveGroup()759 vimg->getStrokeIndex(selectedGroups[i + 1].first) - 1 == in moveGroup()760 vimg->getStrokeIndex(selectedGroups[i].first) + in moveGroup()[all …]
368 int index = m_controlPointEditorStroke.getStrokeIndex(); in initUndo()483 int currentStroke = m_controlPointEditorStroke.getStrokeIndex(); in draw()536 if (!m_draw || m_controlPointEditorStroke.getStrokeIndex() == -1) return; in mouseMove()724 int currentStroke = m_controlPointEditorStroke.getStrokeIndex(); in leftButtonDown()800 int currentStroke = m_controlPointEditorStroke.getStrokeIndex(); in leftButtonDrag()884 int currentStroke = m_controlPointEditorStroke.getStrokeIndex(); in leftButtonUp()1003 int currentStroke = m_controlPointEditorStroke.getStrokeIndex(); in onEnter()1080 int currentStroke = m_controlPointEditorStroke.getStrokeIndex(); in onImageChanged()
75 int getStrokeIndex() const { return m_strokeIndex; } in getStrokeIndex() function
100 int getStrokeIndex() { return m_strokeIndex; } in getStrokeIndex() function
1001 int currentStrokeIndex = m_controlPointEditorStroke->getStrokeIndex(); in addMenuItems()1019 int currentStrokeIndex = m_controlPointEditorStroke->getStrokeIndex(); in setLinear()1049 int currentStrokeIndex = m_controlPointEditorStroke->getStrokeIndex(); in setUnlinear()1081 int currentStrokeIndex = m_controlPointEditorStroke->getStrokeIndex(); in deleteControlPoints()
688 m_strokeIndexes.push_back(m_image->getStrokeIndex(stroke)); in addStroke()
928 int strokeIndex = image->getStrokeIndex(strokeVect[i]); in UndoModifyListStroke()
127 int getStrokeIndex(TStroke *stroke) const;
556 int TVectorImage::getStrokeIndex(TStroke *stroke) const { in getStrokeIndex() function in TVectorImage