public void SetDateRange(QDate min, QDate max) { interceptor.Invoke("setDateRange##", "setDateRange(const QDate&, const QDate&)", typeof(void), typeof(QDate), min, typeof(QDate), max); }
public void SetDate(QDate date) { interceptor.Invoke("setDate#", "setDate(const QDate&)", typeof(void), typeof(QDate), date); }
public QDateTimeEdit(QDate d, QWidget parent) : this((Type)null) { CreateProxy(); interceptor.Invoke("QDateTimeEdit##", "QDateTimeEdit(const QDate&, QWidget*)", typeof(void), typeof(QDate), d, typeof(QWidget), parent); }
public QDateTimeEdit(QDate d) : this((Type)null) { CreateProxy(); interceptor.Invoke("QDateTimeEdit#", "QDateTimeEdit(const QDate&)", typeof(void), typeof(QDate), d); }
public QDateTime(QDate arg1, QTime arg2) : this((Type)null) { CreateProxy(); interceptor.Invoke("QDateTime##", "QDateTime(const QDate&, const QTime&)", typeof(void), typeof(QDate), arg1, typeof(QTime), arg2); }
public int DaysTo(QDate arg1) { return((int)interceptor.Invoke("daysTo#", "daysTo(const QDate&) const", typeof(int), typeof(QDate), arg1)); }
public QVariant(QDate date) : this((Type)null) { CreateProxy(); interceptor.Invoke("QVariant#", "QVariant(const QDate&)", typeof(void), typeof(QDate), date); }
public QDateTime(QDate arg1, QTime arg2, Qt.TimeSpec spec) : this((Type)null) { CreateProxy(); interceptor.Invoke("QDateTime##$", "QDateTime(const QDate&, const QTime&, Qt::TimeSpec)", typeof(void), typeof(QDate), arg1, typeof(QTime), arg2, typeof(Qt.TimeSpec), spec); }
public string ToString(QDate date, QLocale.FormatType format) { return((string)interceptor.Invoke("toString#$", "toString(const QDate&, QLocale::FormatType) const", typeof(string), typeof(QDate), date, typeof(QLocale.FormatType), format)); }
public string ToString(QDate date) { return((string)interceptor.Invoke("toString#", "toString(const QDate&) const", typeof(string), typeof(QDate), date)); }
public string ToString(QDate date, string formatStr) { return((string)interceptor.Invoke("toString#$", "toString(const QDate&, const QString&) const", typeof(string), typeof(QDate), date, typeof(string), formatStr)); }
protected void UpdateCell(QDate date) { interceptor.Invoke("updateCell#", "updateCell(const QDate&)", typeof(void), typeof(QDate), date); }
protected virtual void PaintCell(QPainter painter, QRect rect, QDate date) { interceptor.Invoke("paintCell###", "paintCell(QPainter*, const QRect&, const QDate&) const", typeof(void), typeof(QPainter), painter, typeof(QRect), rect, typeof(QDate), date); }
public void SetDateTextFormat(QDate date, QTextCharFormat format) { interceptor.Invoke("setDateTextFormat##", "setDateTextFormat(const QDate&, const QTextCharFormat&)", typeof(void), typeof(QDate), date, typeof(QTextCharFormat), format); }
public QTextCharFormat DateTextFormat(QDate date) { return((QTextCharFormat)interceptor.Invoke("dateTextFormat#", "dateTextFormat(const QDate&) const", typeof(QTextCharFormat), typeof(QDate), date)); }