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
Modifier and Type Method Description QCalendar.YearMonthDay
clone()
int
day()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isValid()
int
month()
void
setDay(int day)
void
setMonth(int month)
void
setYear(int year)
int
year()
-
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
-
isValid
-
setDay
-
day
-
setMonth
-
month
-
setYear
-
year
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-