Esempio n. 1
0
 public QDirIterator(QDir dir)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDirIterator#", "QDirIterator(const QDir&)", typeof(void), typeof(QDir), dir);
 }
Esempio n. 2
0
 public void SetDirectory(QDir directory)
 {
     interceptor.Invoke("setDirectory#", "setDirectory(const QDir&)", typeof(void), typeof(QDir), directory);
 }
Esempio n. 3
0
 public QDirIterator(QDir dir, uint flags)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDirIterator#$", "QDirIterator(const QDir&, QDirIterator::IteratorFlags)", typeof(void), typeof(QDir), dir, typeof(uint), flags);
 }
Esempio n. 4
0
 public void SetFile(QDir dir, string file)
 {
     interceptor.Invoke("setFile#$", "setFile(const QDir&, const QString&)", typeof(void), typeof(QDir), dir, typeof(string), file);
 }
Esempio n. 5
0
 public void SetDirectory(QDir directory)
 {
     interceptor.Invoke("setDirectory#", "setDirectory(const QDir&)", typeof(void), typeof(QDir), directory);
 }
Esempio n. 6
0
File: QDir.cs Progetto: KDE/qyoto
 public QDir(QDir arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDir#", "QDir(const QDir&)", typeof(void), typeof(QDir), arg1);
 }
Esempio n. 7
0
 public QFileInfo(QDir dir, string file) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QFileInfo#$", "QFileInfo(const QDir&, const QString&)", typeof(void), typeof(QDir), dir, typeof(string), file);
 }
Esempio n. 8
0
 public QDirIterator(QDir dir) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDirIterator#", "QDirIterator(const QDir&)", typeof(void), typeof(QDir), dir);
 }
Esempio n. 9
0
 public QDirIterator(QDir dir, uint flags) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDirIterator#$", "QDirIterator(const QDir&, QDirIterator::IteratorFlags)", typeof(void), typeof(QDir), dir, typeof(uint), flags);
 }
Esempio n. 10
0
 public QDir(QDir arg1) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDir#", "QDir(const QDir&)", typeof(void), typeof(QDir), arg1);
 }
Esempio n. 11
0
 public QFileInfo(QDir dir, string file)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QFileInfo#$", "QFileInfo(const QDir&, const QString&)", typeof(void), typeof(QDir), dir, typeof(string), file);
 }
Esempio n. 12
0
 public void SetFile(QDir dir, string file)
 {
     interceptor.Invoke("setFile#$", "setFile(const QDir&, const QString&)", typeof(void), typeof(QDir), dir, typeof(string), file);
 }