public QSettings(QSettings.Scope scope, string organization, string application, QObject parent) : this((Type)null) { CreateProxy(); interceptor.Invoke("QSettings$$$#", "QSettings(QSettings::Scope, const QString&, const QString&, QObject*)", typeof(void), typeof(QSettings.Scope), scope, typeof(string), organization, typeof(string), application, typeof(QObject), parent); }
public QSettings(QSettings.Format format, QSettings.Scope scope, string organization, string application) : this((Type)null) { CreateProxy(); interceptor.Invoke("QSettings$$$$", "QSettings(QSettings::Format, QSettings::Scope, const QString&, const QString&)", typeof(void), typeof(QSettings.Format), format, typeof(QSettings.Scope), scope, typeof(string), organization, typeof(string), application); }
public static void SetPath(QSettings.Format format, QSettings.Scope scope, string path) { staticInterceptor.Invoke("setPath$$$", "setPath(QSettings::Format, QSettings::Scope, const QString&)", typeof(void), typeof(QSettings.Format), format, typeof(QSettings.Scope), scope, typeof(string), path); }