Qyoto  4.0.6
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations 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
QtCore.QBool.QBool ( QBool  copy)
QtCore.QBool.QBool ( bool  B)

Member Function Documentation

virtual void QtCore.QBool.CreateProxy ( )
virtual
new void QtCore.QBool.Dispose ( )
override bool QtCore.QBool.Equals ( object  o)
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