/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qmlvisual/rect/ |
H A D | rect-painting.qml | 19 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 D | tw34438.pp | 10 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 D | extendingrect.t | 1 package MyRect; 25 my $rect = MyRect->new( 0, 0, 0, 0 ); 28 isa_ok( $rect, 'MyRect' );
|
/dports/games/alienblaster/alienblaster/src/ |
H A D | boundingBox.h | 26 struct MyRect { struct 34 MyRect box; argument
|
/dports/devel/py-game/pygame-2.1.0/test/ |
H A D | rect_test.py | 2116 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 D | MyRect.qml | 9 image: "MyRect.0.png"
|
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativestates/ |
H A D | tst_qdeclarativestates.cpp | 71 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 D | cpptrigger.qml | 7 objectName: "MyRect"
|
H A D | scripttrigger.qml | 12 objectName: "MyRect"
|
H A D | loop.qml | 7 objectName: "MyRect"
|
H A D | empty.qml | 7 objectName: "MyRect"
|
H A D | parent.qml | 7 objectName: "MyRect"
|
H A D | color.qml | 7 objectName: "MyRect"
|
H A D | groupProperty.qml | 7 objectName: "MyRect"
|
H A D | groupProperty2.qml | 7 objectName: "MyRect"
|
H A D | disabled.qml | 7 objectName: "MyRect"
|
H A D | simple.qml | 7 objectName: "MyRect"
|
H A D | nonSelecting2.qml | 7 objectName: "MyRect"
|
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeanimations/data/ |
H A D | valuesource.qml | 8 objectName: "MyRect"
|
H A D | valuesource2.qml | 8 objectName: "MyRect"
|
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativestates/data/ |
H A D | anchorChanges2.qml | 7 objectName: "MyRect"
|
H A D | parentChange6.qml | 7 objectName: "MyRect"
|
H A D | anchorChanges1.qml | 8 objectName: "MyRect"
|
H A D | parentChange2.qml | 12 objectName: "MyRect"
|
H A D | parentChange4.qml | 7 objectName: "MyRect"
|