Q3Frame Class Reference
|
Q3Frame ( QWidget * parent, const char * name = 0, Qt::WindowFlags f = 0 ) | |
~Q3Frame () | |
QRect | contentsRect () const |
int | frameWidth () const |
int | margin () const |
void | setMargin ( int ) |
virtual void | drawContents ( QPainter * painter ) |
virtual void | drawFrame ( QPainter * p ) |
virtual void | frameChanged () |
virtual void | paintEvent ( QPaintEvent * event ) |
virtual void | resizeEvent ( QResizeEvent * event ) |
This property holds the frame's contents rectangle (including the margins).
Функции доступа:
QRect | contentsRect () const |
This property holds the width of the margin.
The margin is the distance between the innermost pixel of the frame and the outermost pixel of contentsRect(). It is included in frameWidth().
The margin is filled according to backgroundMode().
Значение по умолчанию равно 0.
Функции доступа:
int | margin () const |
void | setMargin ( int ) |
See also lineWidth() and frameWidth().
Creates a new frame with the given parent, object name, and with widget flags f.
Destructs the frame.
Virtual function that draws the contents of the frame on the given painter.
The QPainter is already open when you get it, and you must leave it open. Painter transformations are switched off on entry. If you transform the painter, remember to take the frame into account and reset transformation before returning.
This function is reimplemented by subclasses that draw something inside the frame. It should only draw inside contentsRect(). The default function does nothing.
See also contentsRect() and QPainter::setClipRect().
Draws the frame using the painter p and the current frame attributes and color group. The rectangle inside the frame is not affected.
This function is virtual, but in general you do not need to reimplement it. If you do, note that the QPainter is already open and must remain open.
See also frameRect(), contentsRect(), drawContents(), frameStyle(), and setPalette().
Virtual function that is called when the frame style, line width or mid-line width changes.
This function can be reimplemented by subclasses that need to know when the frame attributes change.
Returns the width of the frame (including the margin).
Переопределено от QWidget::paintEvent().
Paints the frame (or part of the frame) that's necessary, depending on the event.
Переопределено от QWidget::resizeEvent().
This just calls frameChanged(); it does not make use of the event itself.
Авторские права © 2010 Nokia Corporation и/или её дочерние компании | Торговые марки | Qt 4.6.4 |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |