Exemplo n.º 1
0
 public QDirIterator(QDir dir)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDirIterator#", "QDirIterator(const QDir&)", typeof(void), typeof(QDir), dir);
 }
Exemplo n.º 2
0
 public void SetDirectory(QDir directory)
 {
     interceptor.Invoke("setDirectory#", "setDirectory(const QDir&)", typeof(void), typeof(QDir), directory);
 }
Exemplo 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);
 }
Exemplo 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);
 }
Exemplo n.º 5
0
 public void SetDirectory(QDir directory)
 {
     interceptor.Invoke("setDirectory#", "setDirectory(const QDir&)", typeof(void), typeof(QDir), directory);
 }
Exemplo n.º 6
0
Arquivo: QDir.cs Projeto: KDE/qyoto
 public QDir(QDir arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDir#", "QDir(const QDir&)", typeof(void), typeof(QDir), arg1);
 }
Exemplo 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);
 }
Exemplo n.º 8
0
 public QDirIterator(QDir dir) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDirIterator#", "QDirIterator(const QDir&)", typeof(void), typeof(QDir), dir);
 }
Exemplo 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);
 }
Exemplo n.º 10
0
 public QDir(QDir arg1) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDir#", "QDir(const QDir&)", typeof(void), typeof(QDir), arg1);
 }
Exemplo 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);
 }
Exemplo 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);
 }