Kimono.KCoreConfigSkeleton.KCoreConfigSkeleton C# (CSharp) Method

KCoreConfigSkeleton() public method

Constructor. name="configname" name of config file. If no name is given, the default config file as returned by KGlobal.Config() is used.
public KCoreConfigSkeleton ( string configname, QObject parent ) : System
configname string
parent QObject
return System
        public KCoreConfigSkeleton(string configname, QObject parent)
            : this((Type) null)
        {
            CreateProxy();
            interceptor.Invoke("KCoreConfigSkeleton$#", "KCoreConfigSkeleton(const QString&, QObject*)", typeof(void), typeof(string), configname, typeof(QObject), parent);
        }

Same methods

KCoreConfigSkeleton::KCoreConfigSkeleton ( ) : System
KCoreConfigSkeleton::KCoreConfigSkeleton ( KSharedConfig config ) : System
KCoreConfigSkeleton::KCoreConfigSkeleton ( KSharedConfig config, QObject parent ) : System
KCoreConfigSkeleton::KCoreConfigSkeleton ( Type dummy ) : System
KCoreConfigSkeleton::KCoreConfigSkeleton ( string configname ) : System