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

Public Member Functions

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

Static Public Member Functions

static bool operator!= (QBool b1, QBool b2)
 
static bool operator!= (QBool b1, bool b2)
 
static bool operator== (QBool b1, QBool b2)
 
static bool operator== (QBool b1, bool b2)
 

Protected Member Functions

 QBool (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

virtual System.IntPtr SmokeObject [get, set]
 

Constructor & Destructor Documentation

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

Here is the caller graph for this function:

QtCore.QBool.QBool ( QBool  copy)

Here is the call graph for this function:

QtCore.QBool.QBool ( bool  B)

Here is the call graph for this function:

Member Function Documentation

virtual void QtCore.QBool.CreateProxy ( )
virtual

Here is the caller graph for this function:

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

Here is the call graph for this function:

override int QtCore.QBool.GetHashCode ( )
static bool QtCore.QBool.operator!= ( QBool  b1,
QBool  b2 
)
static
static bool QtCore.QBool.operator!= ( QBool  b1,
bool  b2 
)
static
static bool QtCore.QBool.operator== ( QBool  b1,
QBool  b2 
)
static
static bool QtCore.QBool.operator== ( QBool  b1,
bool  b2 
)
static

Member Data Documentation

SmokeInvocation QtCore.QBool.interceptor
protected

Property Documentation

virtual System.IntPtr QtCore.QBool.SmokeObject
getset