Qyoto  4.0.7
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
QtCore.QGenericArgument Class Reference

The QGenericArgument class is an internal helper class for marshalling arguments. More...

Inheritance diagram for QtCore.QGenericArgument:
Collaboration diagram for QtCore.QGenericArgument:

Public Member Functions

 QGenericArgument (QGenericArgument copy)
 
 QGenericArgument (string aName=null)
  More...
 
virtual void CreateProxy ()
 
new void Dispose ()
 

Protected Member Functions

 QGenericArgument (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

string Name [get]
  More...
 
virtual System.IntPtr SmokeObject [get, set]
 

Detailed Description

The QGenericArgument class is an internal helper class for marshalling arguments.

This class should never be used directly. Please use the Q_ARG() macro instead.

See also Q_ARG(), QMetaObject::invokeMethod(), and QGenericReturnArgument.

Constructor & Destructor Documentation

QtCore.QGenericArgument.QGenericArgument ( System.Type  dummy)
protected
QtCore.QGenericArgument.QGenericArgument ( QGenericArgument  copy)

Here is the call graph for this function:

QtCore.QGenericArgument.QGenericArgument ( string  aName = null)

Constructs a QGenericArgument object with the given name and data.

Here is the call graph for this function:

Member Function Documentation

virtual void QtCore.QGenericArgument.CreateProxy ( )
virtual

Reimplemented in QtCore.QGenericReturnArgument.

Here is the caller graph for this function:

new void QtCore.QGenericArgument.Dispose ( )

Member Data Documentation

SmokeInvocation QtCore.QGenericArgument.interceptor
protected

Property Documentation

string QtCore.QGenericArgument.Name
get

Returns the name set in the constructor.

virtual System.IntPtr QtCore.QGenericArgument.SmokeObject
getset