Home
last modified time | relevance | path

Searched refs:MyRect (Results 1 – 25 of 39) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qmlvisual/rect/
H A Drect-painting.qml19 MyRect { color: "lightsteelblue" }
20 MyRect { color: "lightsteelblue"; border: "gray" }
21 MyRect { color: "lightsteelblue"; radius: 10 }
22 MyRect { color: "lightsteelblue"; radius: 10; border: "gray" }
28 MyRect { color: "thistle"; rotation: 10 }
29 MyRect { color: "thistle"; border: "gray"; rotation: 10 }
30 MyRect { color: "thistle"; radius: 10; rotation: 10 }
37 MyRect { color: "lightsteelblue"; smooth: true }
38 MyRect { color: "lightsteelblue"; border: "gray"; smooth: true }
39 MyRect { color: "lightsteelblue"; radius: 10; smooth: true }
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw34438.pp10 function MyRect(Left,Top,Right,Bottom : Integer) : TRect; inline;
13 MyRect.Left:=Left;
14 MyRect.Top:=Top;
15 MyRect.Right:=Right;
16 MyRect.Bottom:=Bottom;
32 Result:=MyRect(0,0,
/dports/devel/p5-SDL/SDL-2.548/t/
H A Dextendingrect.t1 package MyRect;
25 my $rect = MyRect->new( 0, 0, 0, 0 );
28 isa_ok( $rect, 'MyRect' );
/dports/games/alienblaster/alienblaster/src/
H A DboundingBox.h26 struct MyRect { struct
34 MyRect box; argument
/dports/devel/py-game/pygame-2.1.0/test/
H A Drect_test.py2116 class MyRect(Rect): class in SubclassTest
2122 mr1 = self.MyRect(1, 2, 10, 20)
2125 self.assertTrue(isinstance(mr2, self.MyRect))
2129 mr1 = self.MyRect(1, 2, 10, 20)
2132 self.assertTrue(isinstance(mr2, self.MyRect))
2136 mr1 = self.MyRect(1, 2, 10, 20)
2143 mr1 = self.MyRect(19, 12, 5, 5)
2150 mr1 = self.MyRect(1, 2, 3, 4)
2157 mr1 = self.MyRect(1, 1, 1, 2)
2164 mr1 = self.MyRect(0, 0, 1, 1)
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qmlvisual/rect/data/
H A DMyRect.qml9 image: "MyRect.0.png"
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativestates/
H A Dtst_qdeclarativestates.cpp71 class MyRect : public QDeclarativeRectangle class
76 MyRect() {} in MyRect() function in MyRect
94 QML_DECLARE_TYPE(MyRect)
95 QML_DECLARE_TYPEINFO(MyRect, QML_HAS_ATTACHED_PROPERTIES)
154 qmlRegisterType<MyRect>("Qt.test", 1, 0, "MyRectangle"); in initTestCase()
242 MyRect *rect = qobject_cast<MyRect*>(component.create()); in basicChanges()
269 QObject *attObj = qmlAttachedPropertiesObject<MyRect>(item, false); in attachedPropertyChanges()
467 MyRect *rect = qobject_cast<MyRect*>(rectComponent.create()); in signalOverride()
481 MyRect *rect = qobject_cast<MyRect*>(rectComponent.create()); in signalOverride()
502 MyRect *rect = qobject_cast<MyRect*>(rectComponent.create()); in signalOverrideCrash()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativebehaviors/data/
H A Dcpptrigger.qml7 objectName: "MyRect"
H A Dscripttrigger.qml12 objectName: "MyRect"
H A Dloop.qml7 objectName: "MyRect"
H A Dempty.qml7 objectName: "MyRect"
H A Dparent.qml7 objectName: "MyRect"
H A Dcolor.qml7 objectName: "MyRect"
H A DgroupProperty.qml7 objectName: "MyRect"
H A DgroupProperty2.qml7 objectName: "MyRect"
H A Ddisabled.qml7 objectName: "MyRect"
H A Dsimple.qml7 objectName: "MyRect"
H A DnonSelecting2.qml7 objectName: "MyRect"
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeanimations/data/
H A Dvaluesource.qml8 objectName: "MyRect"
H A Dvaluesource2.qml8 objectName: "MyRect"
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativestates/data/
H A DanchorChanges2.qml7 objectName: "MyRect"
H A DparentChange6.qml7 objectName: "MyRect"
H A DanchorChanges1.qml8 objectName: "MyRect"
H A DparentChange2.qml12 objectName: "MyRect"
H A DparentChange4.qml7 objectName: "MyRect"

12