Home
last modified time | relevance | path

Searched refs:m_decorator (Results 1 – 13 of 13) sorted by relevance

/dports/devel/cppunit/cppunit-1.14.0/examples/cppunittest/
H A DTestDecoratorTest.cpp24 m_decorator = new CPPUNIT_NS::TestDecorator( m_test ); in setUp()
31 delete m_decorator; in tearDown()
39 CPPUNIT_ASSERT_EQUAL( 1, m_decorator->countTestCases() ); in testCountTestCases()
52 m_decorator->run( &result ); in testRun()
60 CPPUNIT_ASSERT_EQUAL( m_test->getName(), m_decorator->getName() ); in testGetName()
H A DExceptionTestCaseDecoratorTest.cpp32 m_decorator = new FailureExceptionTestCase( m_test ); in setUp()
39 delete m_decorator; in tearDown()
53 m_decorator->run( m_result ); in testNoExceptionThrownFailed()
68 m_decorator->run( m_result ); in testExceptionThrownPass()
H A DTestDecoratorTest.h34 CPPUNIT_NS::TestDecorator *m_decorator; variable
H A DExceptionTestCaseDecoratorTest.h51 FailureExceptionTestCase *m_decorator; variable
/dports/cad/qelectrotech/qet-0.7.0/sources/editor/
H A Delementscene.cpp82 if (m_decorator) in ~ElementScene()
83 delete m_decorator; in ~ElementScene()
875 delete m_decorator; in reset()
876 m_decorator = nullptr; in reset()
1131 if (!m_decorator) in managePrimitivesGroups()
1135 addItem(m_decorator); in managePrimitivesGroups()
1136 m_decorator -> hide(); in managePrimitivesGroups()
1143 m_decorator -> hide(); in managePrimitivesGroups()
1152 m_decorator -> setZValue(1000000); in managePrimitivesGroups()
1153 m_decorator -> setPos(0, 0); in managePrimitivesGroups()
[all …]
H A Delementscene.h84 ElementPrimitiveDecorator *m_decorator = nullptr; variable
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Deditor.h122 EditorDecorator* decorator() { return m_decorator; } in decorator()
123 void setDecorator(EditorDecorator* decorator) { m_decorator = decorator; } in setDecorator()
346 EditorDecorator* m_decorator; variable
H A Dstandby_state.cpp89 : m_decorator(new Decorator(this)) in StandbyState()
96 delete m_decorator; in ~StandbyState()
103 editor->setDecorator(m_decorator); in onEnterState()
253 m_decorator->getTransformHandles(editor) && in onMouseDown()
256 TransformHandles* transfHandles = m_decorator->getTransformHandles(editor); in onMouseDown()
302 if (m_decorator->getSymmetryHandles(editor, handles)) { in onMouseDown()
402 if (m_decorator->onSetCursor(ink, editor, mouseScreenPos)) in onSetCursor()
H A Dstandby_state.h94 Decorator* m_decorator; variable
H A Deditor.cpp135 , m_decorator(NULL) in Editor()
312 if ((m_flags & kShowDecorators) && m_decorator) in getInvalidDecoratoredRegion()
313 m_decorator->getInvalidDecoratoredRegion(this, region); in getInvalidDecoratoredRegion()
840 if ((m_flags & kShowDecorators) && m_decorator) { in drawSpriteUnclippedRect()
842 m_decorator->postRenderDecorator(&postRender); in drawSpriteUnclippedRect()
/dports/graphics/krita/krita-4.4.8/plugins/tools/defaulttool/defaulttool/
H A DDefaultTool.cpp824 m_decorator.reset(new SelectionDecorator(canvas()->resourceManager())); in paint()
835 m_decorator->setForceShapeOutlines(isSelectionMask); in paint()
838 m_decorator->setSelection(selection); in paint()
839 m_decorator->setHandleRadius(handleRadius()); in paint()
840 m_decorator->setShowFillGradientHandles(hasInteractioFactory(EditFillGradientFactoryId)); in paint()
841m_decorator->setShowStrokeFillGradientHandles(hasInteractioFactory(EditStrokeGradientFactoryId)); in paint()
842m_decorator->setShowFillMeshGradientHandles(hasInteractioFactory(EditFillMeshGradientFactoryId)); in paint()
843 m_decorator->setCurrentMeshGradientHandles(m_selectedMeshHandle, m_hoveredMeshHandle); in paint()
844 m_decorator->paint(painter, converter); in paint()
H A DDefaultTool.h188 QScopedPointer<SelectionDecorator> m_decorator; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/
H A Dgitclient.cpp291 DescriptionWidgetDecorator m_decorator; member in Git::Internal::GitBaseDiffEditorController
316 m_decorator(&m_watcher), in GitBaseDiffEditorController()
320 connect(&m_decorator, &DescriptionWidgetDecorator::branchListRequested, in GitBaseDiffEditorController()