java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QCalendar.YearMonthDay
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QCalendar
public static class QCalendar.YearMonthDay extends QtObject implements Cloneable
Java wrapper for Qt class QCalendar::YearMonthDay
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description YearMonthDay()
YearMonthDay(int y)
Overloaded constructor forYearMonthDay(int, int, int)
YearMonthDay(int y, int m)
Overloaded constructor forYearMonthDay(int, int, int)
withd = 1
.YearMonthDay(int y, int m, int d)
protected
YearMonthDay(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
YearMonthDay
public YearMonthDay() -
YearMonthDay
public YearMonthDay(int y, int m)Overloaded constructor for
YearMonthDay(int, int, int)
withd = 1
. -
YearMonthDay
public YearMonthDay(int y) -
YearMonthDay
public YearMonthDay(int y, int m, int d) -
YearMonthDay
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details