![]() |
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции | ![]() |
Описанные ниже члены класса являются частью слоя поддержки Qt 3. Они введены для поддержки старого кода в Qt 4. Мы советуем не использовать их во вновь создаваемом коде.
Adds dx1, dy1, dx2 and dy2 to the existing coordinates of the rectangle respectively.
Use the adjust() function instead.
Извлекает позицию верхнего левого угла прямоугольника в *x1 и *y1, и позицию нижнего правого угла в *x2 и *y2.
Use the getCoords() function instead.
See also setCoords().
Перемещает прямоугольник на dx вдоль оси X и на dy вдоль оси Y, относительно текущей позиции.
Use the translate() function instead.
Это перегруженная функция, предоставленная для удобства.
Use the translate() function instead.
Возвращает нормализованный прямоугольник; т.е., прямоугольник, который имеет неотрицательную ширину и высоту.
Use the normalized() function instead
Returns a reference to the bottom coordinate of the rectangle.
Use the bottom() function instead.
Returns a reference to the left coordinate of the rectangle.
Use the left() function instead.
Returns a reference to the right coordinate of the rectangle.
Use the right() function instead.
Returns a reference to the top coordinate of the rectangle.
Use the top() function instead.
Extracts the position of the rectangle's top-left corner to *x and *y, and its dimensions to *width and * height.
Use the getRect() function instead.
Смотрите также setRect().
Copyright © 2008 Trolltech | Торговые марки | Qt 4.3.5 |