Ejemplo n.º 1
0
 public void SetTimeRange(QTime min, QTime max)
 {
     interceptor.Invoke("setTimeRange##", "setTimeRange(const QTime&, const QTime&)", typeof(void), typeof(QTime), min, typeof(QTime), max);
 }
Ejemplo n.º 2
0
Archivo: Qt.cs Proyecto: KDE/qyoto
 public static QDataStream Read(QDataStream arg1, QTime arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QTime&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QTime), arg2);
 }
Ejemplo n.º 3
0
 public void Append(QTime time)
 {
     interceptor.Invoke("append#", "append(const QTime&)", typeof(void), typeof(QTime), time);
 }
Ejemplo n.º 4
0
 public QDateTimeEdit(QTime t, QWidget parent) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDateTimeEdit##", "QDateTimeEdit(const QTime&, QWidget*)", typeof(void), typeof(QTime), t, typeof(QWidget), parent);
 }
Ejemplo n.º 5
0
 public QDateTimeEdit(QTime t, QWidget parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDateTimeEdit##", "QDateTimeEdit(const QTime&, QWidget*)", typeof(void), typeof(QTime), t, typeof(QWidget), parent);
 }
Ejemplo n.º 6
0
 /// <remarks>
 ///  Creates a literal value of type QTime (i.e.
 ///  http://www.w3.org/2001/XMLSchema#time)
 ///          </remarks>        <short>    Creates a literal value of type QTime (i.</short>
 public LiteralValue(QTime time)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("LiteralValue#", "LiteralValue(const QTime&)", typeof(void), typeof(QTime), time);
 }
Ejemplo n.º 7
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);
 }
Ejemplo n.º 8
0
 public void SetTime(QTime time)
 {
     interceptor.Invoke("setTime#", "setTime(const QTime&)", typeof(void), typeof(QTime), time);
 }
Ejemplo n.º 9
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);
 }
Ejemplo n.º 10
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);
 }
Ejemplo n.º 11
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);
 }
Ejemplo n.º 12
0
 public QVariant(QTime time) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QVariant#", "QVariant(const QTime&)", typeof(void), typeof(QTime), time);
 }
Ejemplo n.º 13
0
 public string ToString(QTime time)
 {
     return((string)interceptor.Invoke("toString#", "toString(const QTime&) const", typeof(string), typeof(QTime), time));
 }
Ejemplo n.º 14
0
Archivo: Qt.cs Proyecto: KDE/qyoto
 public static QDataStream Write(QDataStream arg1, QTime arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator<<##", "operator<<(QDataStream&, const QTime&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QTime), arg2);
 }
Ejemplo n.º 15
0
Archivo: QTime.cs Proyecto: KDE/qyoto
 public int SecsTo(QTime arg1)
 {
     return (int) interceptor.Invoke("secsTo#", "secsTo(const QTime&) const", typeof(int), typeof(QTime), arg1);
 }
Ejemplo n.º 16
0
 public string ToString(QTime time, QLocale.FormatType format)
 {
     return((string)interceptor.Invoke("toString#$", "toString(const QTime&, QLocale::FormatType) const", typeof(string), typeof(QTime), time, typeof(QLocale.FormatType), format));
 }
Ejemplo n.º 17
0
 public int MsecsTo(QTime arg1)
 {
     return((int)interceptor.Invoke("msecsTo#", "msecsTo(const QTime&) const", typeof(int), typeof(QTime), arg1));
 }
Ejemplo n.º 18
0
 public void SetTimeRange(QTime min, QTime max)
 {
     interceptor.Invoke("setTimeRange##", "setTimeRange(const QTime&, const QTime&)", typeof(void), typeof(QTime), min, typeof(QTime), max);
 }
Ejemplo n.º 19
0
 public string ToString(QTime time, QLocale.FormatType format)
 {
     return (string) interceptor.Invoke("toString#$", "toString(const QTime&, QLocale::FormatType) const", typeof(string), typeof(QTime), time, typeof(QLocale.FormatType), format);
 }
Ejemplo n.º 20
0
 public QDateTimeEdit(QTime t)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDateTimeEdit#", "QDateTimeEdit(const QTime&)", typeof(void), typeof(QTime), t);
 }
Ejemplo n.º 21
0
 public string ToString(QTime time)
 {
     return (string) interceptor.Invoke("toString#", "toString(const QTime&) const", typeof(string), typeof(QTime), time);
 }
Ejemplo n.º 22
0
 public Variant(QTime time)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("Variant#", "Variant(const QTime&)", typeof(void), typeof(QTime), time);
 }
Ejemplo n.º 23
0
 public string ToString(QTime time, string formatStr)
 {
     return (string) interceptor.Invoke("toString#$", "toString(const QTime&, const QString&) const", typeof(string), typeof(QTime), time, typeof(string), formatStr);
 }
Ejemplo n.º 24
0
    public void newTarget()
    {
        if (firstTime) {
            firstTime = false;
            QTime midnight = new QTime(0, 0, 0);
            RandomClass = new Random();
        }

         		target = new QPoint(200 + RandomClass.Next(190), 10 + RandomClass.Next(255));
        Update();
    }
Ejemplo n.º 25
0
 /// <remarks>
 ///  Constructs a date/time expressed as specified by <code>spec.</code>
 ///  <code>date</code> and <code>time</code> are interpreted and stored according to the value of
 ///  <code>spec</code> as follows:
 ///  - <code>UTC</code>           : <code>date</code> and <code>time</code> are in UTC.
 ///  - <code>OffsetFromUTC</code> : date/time is a local time at the specified offset
 ///                       from UTC.
 ///  - <code>TimeZone</code>      : date/time is a local time in the specified time zone.
 ///  - <code>LocalZone</code>     : <code>date</code> and <code>time</code> are local times in the current
 ///                       system time zone.
 ///  - <code>ClockTime</code>     : time zones are ignored.
 /// <param> name="date" date in the time zone indicated by <code>spec</code>
 /// </param><param> name="time" time in the time zone indicated by <code>spec</code>
 /// </param><param> name="spec" time specification
 ///      </param></remarks>        <short>    Constructs a date/time expressed as specified by <code>spec.</code></short>
 public KDateTime(QDate date, QTime time, KDateTime.Spec spec)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KDateTime###", "KDateTime(const QDate&, const QTime&, const KDateTime::Spec&)", typeof(void), typeof(QDate), date, typeof(QTime), time, typeof(KDateTime.Spec), spec);
 }
Ejemplo n.º 26
0
 public QDateTimeEdit(QTime t) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDateTimeEdit#", "QDateTimeEdit(const QTime&)", typeof(void), typeof(QTime), t);
 }
Ejemplo n.º 27
0
 public KDateTime(QDate date, QTime time)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KDateTime##", "KDateTime(const QDate&, const QTime&)", typeof(void), typeof(QDate), date, typeof(QTime), time);
 }
Ejemplo n.º 28
0
 public void SetTime(QTime time)
 {
     interceptor.Invoke("setTime#", "setTime(const QTime&)", typeof(void), typeof(QTime), time);
 }
Ejemplo n.º 29
0
 public string FormatTime(QTime pTime, bool includeSecs)
 {
     return (string) interceptor.Invoke("formatTime#$", "formatTime(const QTime&, bool) const", typeof(string), typeof(QTime), pTime, typeof(bool), includeSecs);
 }
Ejemplo n.º 30
0
Archivo: Qt.cs Proyecto: KDE/qyoto
 public static QDBusArgument Read(QDBusArgument a, QTime time)
 {
     return (QDBusArgument) staticInterceptor.Invoke("operator>>##", "operator>>(const QDBusArgument&, QTime&)", typeof(QDBusArgument), typeof(QDBusArgument), a, typeof(QTime), time);
 }
Ejemplo n.º 31
0
 public string FormatTime(QTime pTime)
 {
     return (string) interceptor.Invoke("formatTime#", "formatTime(const QTime&) const", typeof(string), typeof(QTime), pTime);
 }
Ejemplo n.º 32
0
Archivo: Qt.cs Proyecto: KDE/qyoto
 public static QDBusArgument Write(QDBusArgument a, QTime time)
 {
     return (QDBusArgument) staticInterceptor.Invoke("operator<<##", "operator<<(QDBusArgument&, const QTime&)", typeof(QDBusArgument), typeof(QDBusArgument), a, typeof(QTime), time);
 }
Ejemplo n.º 33
0
 public string ToString(QTime time, string formatStr)
 {
     return((string)interceptor.Invoke("toString#$", "toString(const QTime&, const QString&) const", typeof(string), typeof(QTime), time, typeof(string), formatStr));
 }