예제 #1
0
 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);
 }
예제 #2
0
 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);
 }
예제 #3
0
 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);
 }