QAGetInt
You can use theQAGetIntfunction to get a long integer value of a draw context state variable.
#define QAGetInt(drawContext,tag) \ (drawContext)->getInt (drawContext,tag)
drawContext- A draw context.
tag- A state variable tag.
DESCRIPTION
TheQAGetIntfunction returns, as its function result, the long integer value of the draw context state variable specified by thedrawContextandtagparameters. If the specified tag is not recognized or supported by that draw context,QAGetIntreturns the value 0.