Searched defs:staticX (Results 1 – 1 of 1) sorted by relevance
407 int staticX() const { return m_staticX; } in staticX() function409 void setStaticX(int staticX) { m_staticX = staticX; } in setStaticX()