java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QCalendar.YearMonthDay
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QCalendar
Java wrapper for Qt class QCalendar::YearMonthDay
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionYearMonthDay
(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
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final int
day()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final boolean
isValid()
final int
month()
final void
setDay
(int day) final void
setMonth
(int month) final void
setYear
(int year) final int
year()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
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
-