Пример #1
0
 public KIconLoader(string appname, KStandardDirs dirs)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KIconLoader$#", "KIconLoader(const QString&, KStandardDirs*)", typeof(void), typeof(string), appname, typeof(KStandardDirs), dirs);
 }
Пример #2
0
 /// <remarks>
 ///  Called by KComponentData.NewIconLoader to reconfigure the icon loader.
 /// <param> name="_appname" the new application name
 /// </param><param> name="_dirs" the new standard directories. If 0, the directories
 ///               from KGlobal will be taken.
 ///      </param></remarks>        <short>    Called by KComponentData.NewIconLoader to reconfigure the icon loader.</short>
 public void Reconfigure(string _appname, KStandardDirs _dirs)
 {
     interceptor.Invoke("reconfigure$#", "reconfigure(const QString&, KStandardDirs*)", typeof(void), typeof(string), _appname, typeof(KStandardDirs), _dirs);
 }