Qyoto  4.0.7
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
QtCore.QByteRef Class Reference
Inheritance diagram for QtCore.QByteRef:
Collaboration diagram for QtCore.QByteRef:

Public Member Functions

override bool Equals (object o)
 
override int GetHashCode ()
 
 QByteRef (QByteRef copy)
 
virtual void CreateProxy ()
 
new void Dispose ()
 

Static Public Member Functions

static operator System.Char (QByteRef value)
 
static bool operator!= (QByteRef one, char c)
 
static bool operator< (QByteRef one, char c)
 
static bool operator<= (QByteRef one, char c)
 
static bool operator== (QByteRef one, char c)
 
static bool operator> (QByteRef one, char c)
 
static bool operator>= (QByteRef one, char c)
 

Protected Member Functions

 QByteRef (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

virtual System.IntPtr SmokeObject [get, set]
 

Constructor & Destructor Documentation

QtCore.QByteRef.QByteRef ( System.Type  dummy)
protected

Here is the caller graph for this function:

QtCore.QByteRef.QByteRef ( QByteRef  copy)

Here is the call graph for this function:

Member Function Documentation

virtual void QtCore.QByteRef.CreateProxy ( )
virtual

Here is the caller graph for this function:

new void QtCore.QByteRef.Dispose ( )
override bool QtCore.QByteRef.Equals ( object  o)

Here is the call graph for this function:

override int QtCore.QByteRef.GetHashCode ( )
static QtCore.QByteRef.operator System.Char ( QByteRef  value)
explicitstatic
static bool QtCore.QByteRef.operator!= ( QByteRef  one,
char  c 
)
static
static bool QtCore.QByteRef.operator< ( QByteRef  one,
char  c 
)
static
static bool QtCore.QByteRef.operator<= ( QByteRef  one,
char  c 
)
static
static bool QtCore.QByteRef.operator== ( QByteRef  one,
char  c 
)
static
static bool QtCore.QByteRef.operator> ( QByteRef  one,
char  c 
)
static
static bool QtCore.QByteRef.operator>= ( QByteRef  one,
char  c 
)
static

Member Data Documentation

SmokeInvocation QtCore.QByteRef.interceptor
protected

Property Documentation

virtual System.IntPtr QtCore.QByteRef.SmokeObject
getset