예제 #1
0
 public void SetDateRange(QDate min, QDate max)
 {
     interceptor.Invoke("setDateRange##", "setDateRange(const QDate&, const QDate&)", typeof(void), typeof(QDate), min, typeof(QDate), max);
 }
예제 #2
0
 public void SetDate(QDate date)
 {
     interceptor.Invoke("setDate#", "setDate(const QDate&)", typeof(void), typeof(QDate), date);
 }
예제 #3
0
 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);
 }
예제 #4
0
 public QDateTimeEdit(QDate d) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDateTimeEdit#", "QDateTimeEdit(const QDate&)", typeof(void), typeof(QDate), d);
 }
예제 #5
0
 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);
 }
예제 #6
0
파일: QDate.cs 프로젝트: micro-chen/qyoto
 public int DaysTo(QDate arg1)
 {
     return((int)interceptor.Invoke("daysTo#", "daysTo(const QDate&) const", typeof(int), typeof(QDate), arg1));
 }
예제 #7
0
 public QVariant(QDate date) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QVariant#", "QVariant(const QDate&)", typeof(void), typeof(QDate), date);
 }
예제 #8
0
 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);
 }
예제 #9
0
 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));
 }
예제 #10
0
 public string ToString(QDate date)
 {
     return((string)interceptor.Invoke("toString#", "toString(const QDate&) const", typeof(string), typeof(QDate), date));
 }
예제 #11
0
 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));
 }
예제 #12
0
 protected void UpdateCell(QDate date)
 {
     interceptor.Invoke("updateCell#", "updateCell(const QDate&)", typeof(void), typeof(QDate), date);
 }
예제 #13
0
 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);
 }
예제 #14
0
 public void SetDateTextFormat(QDate date, QTextCharFormat format)
 {
     interceptor.Invoke("setDateTextFormat##", "setDateTextFormat(const QDate&, const QTextCharFormat&)", typeof(void), typeof(QDate), date, typeof(QTextCharFormat), format);
 }
예제 #15
0
 public QTextCharFormat DateTextFormat(QDate date)
 {
     return((QTextCharFormat)interceptor.Invoke("dateTextFormat#", "dateTextFormat(const QDate&) const", typeof(QTextCharFormat), typeof(QDate), date));
 }