Exemple #1
0
 public QDateTimeEdit(QVariant val, QVariant.TypeOf parserType) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDateTimeEdit#$", "QDateTimeEdit(const QVariant&, QVariant::Type)", typeof(void), typeof(QVariant), val, typeof(QVariant.TypeOf), parserType);
 }
Exemple #2
0
 public QVariant(QVariant.TypeOf type) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QVariant$", "QVariant(QVariant::Type)", typeof(void), typeof(QVariant.TypeOf), type);
 }
Exemple #3
0
 protected virtual QVariant RetrieveData(string mimetype, QVariant.TypeOf preferredType)
 {
     return((QVariant)interceptor.Invoke("retrieveData$$", "retrieveData(const QString&, QVariant::Type) const", typeof(QVariant), typeof(string), mimetype, typeof(QVariant.TypeOf), preferredType));
 }
Exemple #4
0
 public bool Convert(QVariant.TypeOf t)
 {
     return((bool)interceptor.Invoke("convert$", "convert(QVariant::Type)", typeof(bool), typeof(QVariant.TypeOf), t));
 }
Exemple #5
0
 public static string TypeToName(QVariant.TypeOf type)
 {
     return((string)staticInterceptor.Invoke("typeToName$", "typeToName(QVariant::Type)", typeof(string), typeof(QVariant.TypeOf), type));
 }
Exemple #6
0
 public void RegisterEditor(QVariant.TypeOf type, QItemEditorCreatorBase creator)
 {
     interceptor.Invoke("registerEditor$#", "registerEditor(QVariant::Type, QItemEditorCreatorBase*)", typeof(void), typeof(QVariant.TypeOf), type, typeof(QItemEditorCreatorBase), creator);
 }
Exemple #7
0
 public virtual QByteArray ValuePropertyName(QVariant.TypeOf type)
 {
     return((QByteArray)interceptor.Invoke("valuePropertyName$", "valuePropertyName(QVariant::Type) const", typeof(QByteArray), typeof(QVariant.TypeOf), type));
 }
Exemple #8
0
 public virtual QWidget CreateEditor(QVariant.TypeOf type, QWidget parent)
 {
     return((QWidget)interceptor.Invoke("createEditor$#", "createEditor(QVariant::Type, QWidget*) const", typeof(QWidget), typeof(QVariant.TypeOf), type, typeof(QWidget), parent));
 }
Exemple #9
0
 public QSqlField(string fieldName, QVariant.TypeOf type) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSqlField$$", "QSqlField(const QString&, QVariant::Type)", typeof(void), typeof(string), fieldName, typeof(QVariant.TypeOf), type);
 }
Exemple #10
0
 public void SetType(QVariant.TypeOf type)
 {
     interceptor.Invoke("setType$", "setType(QVariant::Type)", typeof(void), typeof(QVariant.TypeOf), type);
 }