Qt 4.8
Public Functions
|
List of all members
QFullCoverage Struct Reference
Public Functions
void
store
(
uint
*dest, const
uint
src) const
Detailed Description
Definition at line
1981
of file
qdrawhelper.cpp
.
Functions
◆
store()
void QFullCoverage::store
(
uint
*
dest
,
const
uint
src
)
const
inline
Definition at line
1982
of file
qdrawhelper.cpp
.
1983
{
1984
*dest = src;
1985
}
The documentation for this struct was generated from the following file:
/src/gui/painting/
qdrawhelper.cpp
Qt 4.8 Source Code Browser