public KTimeZoneBackend(KTimeZoneSource source, string name, string countryCode, float latitude) : this((Type) null) { CreateProxy(); interceptor.Invoke("KTimeZoneBackend#$$$", "KTimeZoneBackend(KTimeZoneSource*, const QString&, const QString&, float)", typeof(void), typeof(KTimeZoneSource), source, typeof(string), name, typeof(string), countryCode, typeof(float), latitude); }
public KTimeZoneBackend(KTimeZoneSource source, string name) : this((Type) null) { CreateProxy(); interceptor.Invoke("KTimeZoneBackend#$", "KTimeZoneBackend(KTimeZoneSource*, const QString&)", typeof(void), typeof(KTimeZoneSource), source, typeof(string), name); }
/// <remarks> /// Sets the detailed parsed data for the time zone, and optionally /// a new time zone source object. /// <param> name="data" parsed data /// </param><param> name="source" if non-null, the new source object for the time zone /// </param></remarks> <short> Sets the detailed parsed data for the time zone, and optionally a new time zone source object.</short> /// <see> data</see> protected void SetData(KTimeZoneData data, KTimeZoneSource source) { interceptor.Invoke("setData##", "setData(KTimeZoneData*, KTimeZoneSource*)", typeof(void), typeof(KTimeZoneData), data, typeof(KTimeZoneSource), source); }