Searched defs:m_y (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.h183 int m_y; member in class:VBoxDbgBaseWindow
H A DVBoxDbgGui.h176 int m_y; member in class:VBoxDbgGui
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxVersion.h27 VBoxVersion() : m_x(-1), m_y(-1), m_z(-1) {}
30 : m_x(-1), m_y(-1), m_z(-1)
36 m_y = versionStack[1].toInt();
41 VBoxVersion& operator=(const VBoxVersion &other) { m_x = other.x(); m_y = other.y(); m_z = other.z(); return *this; }
43 bool isValid() const { return m_x != -1 && m_y != -1 && m_z != -1; }
45 bool equal(const VBoxVersion &other) const { return (m_x == other.m_x) && (m_y == other.m_y) && (m_z == other.m_z); }
52 (m_x == other.m_x && m_y < other.m_y) ||
53 (m_x == other.m_x && m_y
74 int m_y; member in class:VBoxVersion
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DVBoxUtils-darwin.h197 , m_y(y)
205 int yDelta() const { return m_y; }
215 int m_y; member in class:UIGrabMouseEvent

Completed in 43 milliseconds