Eneboo - Documentación para desarrolladores
Slots públicos | Métodos públicos | Métodos protegidos | Atributos protegidos
Referencia de la Clase VPopupFrame

#include <vdatetable.h>

Diagrama de herencias de VPopupFrame
QFrame QWidget QWidget QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject

Lista de todos los miembros.

Slots públicos

void close (int r)

Métodos públicos

 VPopupFrame (QWidget *parent=0, const char *name=0)
void setMainWidget (QWidget *m)
void resizeEvent (QResizeEvent *)
void popup (const QPoint &pos)
int exec (QPoint p)
int exec (int x, int y)

Métodos protegidos

void keyPressEvent (QKeyEvent *e)
virtual void virtual_hook (int id, void *data)

Atributos protegidos

int result
QWidgetmain

Descripción detallada

Frame with popup menu behaviour.

Autor:
Tim Gilman, Mirko Boehm
Versión:
Id:
vdatetable.h,v 1.2 2002/04/04 11:01:45 bryanbr Exp

Documentación del constructor y destructor

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

The contructor. Creates a dialog without buttons.


Documentación de las funciones miembro

void VPopupFrame::close ( int  r) [slot]

Close the popup window. This is called from the main widget, usually. r is the result returned from exec().

int VPopupFrame::exec ( QPoint  p)

Execute the popup window.

int VPopupFrame::exec ( int  x,
int  y 
)

Dito.

void VPopupFrame::keyPressEvent ( QKeyEvent e) [protected, virtual]

Catch key press events.

Reimplementado de QWidget.

void VPopupFrame::popup ( const QPoint pos)

Open the popup window at position pos.

void VPopupFrame::resizeEvent ( QResizeEvent ) [virtual]

The resize event. Simply resizes the main widget to the whole widgets client size.

Reimplementado de QFrame.

void VPopupFrame::setMainWidget ( QWidget m)

Set the main widget. You cannot set the main widget from the constructor, since it must be a child of the frame itselfes. Be careful: the size is set to the main widgets size. It is up to you to set the main widgets correct size before setting it as the main widget.

void VPopupFrame::virtual_hook ( int  id,
void *  data 
) [protected, virtual]

Documentación de los datos miembro

QWidget* VPopupFrame::main [protected]

The only subwidget that uses the whole dialog window.

int VPopupFrame::result [protected]

The result. It is returned from exec() when the popup window closes.


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'