Eneboo - Documentación para desarrolladores
Señales | Métodos públicos | Métodos protegidos | Amigas
Referencia de la Clase EditorPage

#include <msgedit.h>

Diagrama de herencias de EditorPage
QFrame QWidget QWidget QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject

Lista de todos los miembros.

Señales

void pageHeightUpdated (int height)

Métodos públicos

 EditorPage (QWidget *parent=0, const char *name=0)

Métodos protegidos

void resizeEvent (QResizeEvent *)
void layoutWidgets ()
void updateCommentField ()
void calculateFieldHeight (QTextView *field)
void fontChange (const QFont &)

Amigas

class MessageEditor

Documentación del constructor y destructor

EditorPage::EditorPage ( QWidget parent = 0,
const char *  name = 0 
)

Documentación de las funciones miembro

void EditorPage::calculateFieldHeight ( QTextView field) [protected]
void EditorPage::fontChange ( const QFont oldFont) [protected, virtual]

This virtual function is called from setFont(). oldFont is the previous font; you can get the new font from font().

Reimplement this function if your widget needs to know when its font changes. You will almost certainly need to update the widget using update().

The default implementation updates the widget including its geometry.

Ver también:
setFont(), font(), update(), updateGeometry()

Reimplementado de QWidget.

void EditorPage::layoutWidgets ( ) [protected]
void EditorPage::pageHeightUpdated ( int  height) [signal]
void EditorPage::resizeEvent ( QResizeEvent e) [protected, virtual]

Processes the resize event e.

Adjusts the frame rectangle for the resized widget. The frame rectangle is elastic, and the surrounding area is static.

The resulting frame rectangle may be null or invalid. You can use setMinimumSize() to avoid those possibilities.

Nothing is done if the frame rectangle is a null rectangle already.

Reimplementado de QFrame.

void EditorPage::updateCommentField ( ) [protected]

Documentación de las funciones relacionadas y clases amigas

friend class MessageEditor [friend]

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'