Home
·
All Classes
·
Modules
QScriptClass.QueryFlags Class Reference
[
QtScript
module]
Methods
__init__
(
self
)
__init__
(
self
, int
f
)
__init__
(
self
, QueryFlags)
Special Methods
QueryFlags
__and__
(
self
, int
f
)
int
__bool__
(
self
)
bool
__eq__
(
self
, QueryFlags
f
)
QueryFlags
__iand__
(
self
, int
f
)
int
__int__
(
self
)
QueryFlags
__invert__
(
self
)
QueryFlags
__ior__
(
self
, int
f
)
QueryFlags
__ixor__
(
self
, int
f
)
bool
__ne__
(
self
, QueryFlags
f
)
QueryFlags
__or__
(
self
, int
f
)
QueryFlags
__xor__
(
self
, int
f
)
Detailed Description
QueryFlag
may be used whenever
QueryFlags
is expected.
Method Documentation
QueryFlags.__init__ (
self
)
QueryFlags.__init__ (
self
, int
f
)
QueryFlags.__init__ (
self
,
QueryFlags
)
QueryFlags
QueryFlags.__and__ (
self
, int
f
)
int QueryFlags.__bool__ (
self
)
bool QueryFlags.__eq__ (
self
,
QueryFlags
f
)
QueryFlags
QueryFlags.__iand__ (
self
, int
f
)
int QueryFlags.__int__ (
self
)
QueryFlags
QueryFlags.__invert__ (
self
)
QueryFlags
QueryFlags.__ior__ (
self
, int
f
)
QueryFlags
QueryFlags.__ixor__ (
self
, int
f
)
bool QueryFlags.__ne__ (
self
,
QueryFlags
f
)
QueryFlags
QueryFlags.__or__ (
self
, int
f
)
QueryFlags
QueryFlags.__xor__ (
self
, int
f
)
PyQt 4.12.dev1606101416 for X11
Copyright ©
Riverbank Computing Ltd
and
The Qt Company
2015
Qt 4.8.7