Qt 4.8
Public Functions | Properties | List of all members
QBool Class Reference

#include <qglobal.h>

Public Functions

 QBool (bool B)
 

Properties

bool b
 

Detailed Description

Definition at line 2013 of file qglobal.h.

Constructors and Destructors

◆ QBool()

QBool::QBool ( bool  B)
inlineexplicit

Definition at line 2018 of file qglobal.h.

2018 : b(B) {}
bool b
Definition: qglobal.h:2015

Properties

◆ b

bool QBool::b
private

Definition at line 2015 of file qglobal.h.


The documentation for this class was generated from the following file: