QASetInt
You can use theQASetIntfunction to set a long integer value for a draw context state variable.
#define QASetInt(drawContext,tag,newValue) \ (drawContext)->setInt (drawContext,tag,newValue)
drawContext- A draw context.
tag- A state variable tag.
newValue- The new value of the specified state variable.
DESCRIPTION
TheQASetIntfunction sets the value of the draw context state variable specified by thedrawContextandtagparameters to the long integer value specified by thenewValueparameter.