Invoke() public method

public Invoke ( string mungedName, string signature, Type returnType ) : object
mungedName string
signature string
returnType System.Type
return object
示例#1
0
        public static QTextBlock.iterator Next(this QTextBlock.iterator self)
        {
            SmokeInvocation staticInterceptor = (SmokeInvocation)self.GetType().GetField("staticInterceptor", BindingFlags.Static | BindingFlags.NonPublic | BindingFlags.GetField).GetValue(null);
            var             i = (QTextBlock.iterator)staticInterceptor.Invoke("operator++", "operator++()", typeof(QTextBlock.iterator), typeof(QTextBlock.iterator), self);

            return(i);
        }
示例#2
0
 public static bool operator==(QModelIndex lhs, QModelIndex other)
 {
     return((bool)staticInterceptor.Invoke("operator==#", "operator==(const QModelIndex&) const", typeof(bool), typeof(QModelIndex), lhs, typeof(QModelIndex), other));
 }
示例#3
0
 public QFileIconProvider() : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QFileIconProvider", "QFileIconProvider()", typeof(void));
 }
 public QItemEditorCreatorBase() : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QItemEditorCreatorBase", "QItemEditorCreatorBase()", typeof(void));
 }
示例#5
0
 public QXmlStreamReader() : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QXmlStreamReader", "QXmlStreamReader()", typeof(void));
 }
示例#6
0
 public QEvent(QEvent.TypeOf type) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QEvent$", "QEvent(QEvent::Type)", typeof(void), typeof(QEvent.TypeOf), type);
 }
示例#7
0
 public QNetworkInterface() : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QNetworkInterface", "QNetworkInterface()", typeof(void));
 }
示例#8
0
 // QString toUnicode(const char* arg1,int arg2,QTextCodec::ConverterState* arg3); >>>> NOT CONVERTED
 // QByteArray fromUnicode(const QChar* arg1,int arg2,QTextCodec::ConverterState* arg3); >>>> NOT CONVERTED
 // QString convertToUnicode(const char* arg1,int arg2,QTextCodec::ConverterState* arg3); >>>> NOT CONVERTED
 // QByteArray convertFromUnicode(const QChar* arg1,int arg2,QTextCodec::ConverterState* arg3); >>>> NOT CONVERTED
 public QTextDecoder MakeDecoder()
 {
     return((QTextDecoder)interceptor.Invoke("makeDecoder", "makeDecoder() const", typeof(QTextDecoder)));
 }
示例#9
0
文件: QUrl.cs 项目: micro-chen/qyoto
 public static bool operator<(QUrl lhs, QUrl url)
 {
     return((bool)staticInterceptor.Invoke("operator<#", "operator<(const QUrl&) const", typeof(bool), typeof(QUrl), lhs, typeof(QUrl), url));
 }
示例#10
0
文件: QUrl.cs 项目: micro-chen/qyoto
 // QUrlPrivate*& data_ptr(); >>>> NOT CONVERTED
 public QUrl() : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QUrl", "QUrl()", typeof(void));
 }
示例#11
0
 public static QPoint Pos()
 {
     return((QPoint)staticInterceptor.Invoke("pos", "pos()", typeof(QPoint)));
 }
示例#12
0
 public QXmlParseException(string name, int c, int l, string p, string s) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QXmlParseException$$$$$", "QXmlParseException(const QString&, int, int, const QString&, const QString&)", typeof(void), typeof(string), name, typeof(int), c, typeof(int), l, typeof(string), p, typeof(string), s);
 }
示例#13
0
 public static void SetApplicationProxyFactory(QNetworkProxyFactory factory)
 {
     staticInterceptor.Invoke("setApplicationProxyFactory#", "setApplicationProxyFactory(QNetworkProxyFactory*)", typeof(void), typeof(QNetworkProxyFactory), factory);
 }
示例#14
0
 public QNetworkProxyFactory() : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QNetworkProxyFactory", "QNetworkProxyFactory()", typeof(void));
 }
示例#15
0
 // void* internalPointer(); >>>> NOT CONVERTED
 public QModelIndex() : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QModelIndex", "QModelIndex()", typeof(void));
 }
示例#16
0
 public static string ErrorString(QDBusError.ErrorType error)
 {
     return((string)staticInterceptor.Invoke("errorString$", "errorString(QDBusError::ErrorType)", typeof(string), typeof(QDBusError.ErrorType), error));
 }
示例#17
0
 // QGenericArgument* QGenericArgument(const char* arg1,const void* arg2); >>>> NOT CONVERTED
 // void* data(); >>>> NOT CONVERTED
 public QGenericArgument(string aName) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGenericArgument$", "QGenericArgument(const char*)", typeof(void), typeof(string), aName);
 }
示例#18
0
 public static bool operator==(QSslError lhs, QSslError other)
 {
     return((bool)staticInterceptor.Invoke("operator==#", "operator==(const QSslError&) const", typeof(bool), typeof(QSslError), lhs, typeof(QSslError), other));
 }
示例#19
0
 public static QTextCodec CodecForName(QByteArray name)
 {
     return((QTextCodec)staticInterceptor.Invoke("codecForName#", "codecForName(const QByteArray&)", typeof(QTextCodec), typeof(QByteArray), name));
 }
示例#20
0
 public QSslError(QSslError.SslError error, QSslCertificate certificate) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSslError$#", "QSslError(QSslError::SslError, const QSslCertificate&)", typeof(void), typeof(QSslError.SslError), error, typeof(QSslCertificate), certificate);
 }
示例#21
0
 public static QNetworkInterface InterfaceFromName(string name)
 {
     return((QNetworkInterface)staticInterceptor.Invoke("interfaceFromName$", "interfaceFromName(const QString&)", typeof(QNetworkInterface), typeof(string), name));
 }
示例#22
0
 public ExtraSelection() : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("ExtraSelection", "ExtraSelection()", typeof(void));
 }
示例#23
0
 public static int RegisterEventType(int hint)
 {
     return((int)staticInterceptor.Invoke("registerEventType$", "registerEventType(int)", typeof(int), typeof(int), hint));
 }
示例#24
0
 public QScriptContext ParentContext()
 {
     return((QScriptContext)interceptor.Invoke("parentContext", "parentContext() const", typeof(QScriptContext)));
 }
示例#25
0
 // int index(const QLatin1String& arg1); >>>> NOT CONVERTED
 // QString value(const QLatin1String& arg1); >>>> NOT CONVERTED
 public QXmlAttributes() : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QXmlAttributes", "QXmlAttributes()", typeof(void));
 }
示例#26
0
 public virtual bool Open(uint openMode)
 {
     return((bool)interceptor.Invoke("open$", "open(QIODevice::OpenMode)", typeof(bool), typeof(uint), openMode));
 }
示例#27
0
 //  operator bool(); >>>> NOT CONVERTED
 public static bool operator!(QBitRef lhs)
 {
     return((bool)staticInterceptor.Invoke("operator!", "operator!() const", typeof(bool), typeof(QBitRef), lhs));
 }
示例#28
0
 public static QAbstractFileEngine Create(string fileName)
 {
     return((QAbstractFileEngine)staticInterceptor.Invoke("create$", "create(const QString&)", typeof(QAbstractFileEngine), typeof(string), fileName));
 }
示例#29
0
 public static new string Tr(string s, string c)
 {
     return((string)staticInterceptor.Invoke("tr$$", "tr(const char*, const char*)", typeof(string), typeof(string), s, typeof(string), c));
 }
示例#30
0
 // QDBusError* QDBusError(const DBusError* arg1); >>>> NOT CONVERTED
 public QDBusError(QDBusMessage msg) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusError#", "QDBusError(const QDBusMessage&)", typeof(void), typeof(QDBusMessage), msg);
 }