calendarsystem Library API Documentation

KPopupFrame Class Reference

Frame with popup menu behaviour. More...

#include <mkdatetbl.h>

Inheritance diagram for KPopupFrame:

QFrame List of all members.

Public Slots

void close (int r)
 Close the popup window.


Public Member Functions

 KPopupFrame (QWidget *parent=0, const char *name=0)
 The contructor.

void setMainWidget (QWidget *m)
 Set the main widget.

void resizeEvent (QResizeEvent *)
 The resize event.

void popup (const QPoint &pos)
 Open the popup window at position pos.

int exec (QPoint p)
 Execute the popup window.

int exec (int x, int y)
 Dito.


Protected Member Functions

void keyPressEvent (QKeyEvent *e)
 Catch key press events.

virtual void virtual_hook (int id, void *data)

Protected Attributes

int result
 The result.

QWidgetmain
 The only subwidget that uses the whole dialog window.


Detailed Description

Frame with popup menu behaviour.

Author:
Tim Gilman, Mirko Boehm
Version:
Id
mkdatetbl.h,v 1.2 2002/06/26 22:43:01 cschumac Exp

Definition at line 141 of file mkdatetbl.h.


Constructor & Destructor Documentation

KPopupFrame::KPopupFrame QWidget parent = 0,
const char *  name = 0
 

The contructor.

Creates a dialog without buttons.

Definition at line 699 of file mkdatetbl.cpp.

References QFrame::setFrameStyle(), and QFrame::setMidLineWidth().


Member Function Documentation

void KPopupFrame::keyPressEvent QKeyEvent e  )  [protected]
 

Catch key press events.

Definition at line 709 of file mkdatetbl.cpp.

References QKeyEvent::key(), and result.

void KPopupFrame::close int  r  )  [slot]
 

Close the popup window.

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

Definition at line 719 of file mkdatetbl.cpp.

References result.

void KPopupFrame::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.

Definition at line 726 of file mkdatetbl.cpp.

References QFrame::frameWidth(), QWidget::height(), main, and QWidget::width().

void KPopupFrame::resizeEvent QResizeEvent  ) 
 

The resize event.

Simply resizes the main widget to the whole widgets client size.

Reimplemented from QFrame.

Definition at line 736 of file mkdatetbl.cpp.

References QFrame::frameWidth(), main, and QWidget::setGeometry().

void KPopupFrame::popup const QPoint pos  ) 
 

Open the popup window at position pos.

Definition at line 746 of file mkdatetbl.cpp.

References QApplication::desktop(), QRect::height(), QRect::width(), QRect::x(), QPoint::x(), QRect::y(), and QPoint::y().

Referenced by exec().

int KPopupFrame::exec QPoint  p  ) 
 

Execute the popup window.

Definition at line 769 of file mkdatetbl.cpp.

References popup(), and result.

Referenced by exec().

int KPopupFrame::exec int  x,
int  y
 

Dito.

Definition at line 779 of file mkdatetbl.cpp.

References exec().


Member Data Documentation

int KPopupFrame::result [protected]
 

The result.

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

Definition at line 148 of file mkdatetbl.h.

Referenced by close(), exec(), and keyPressEvent().

QWidget* KPopupFrame::main [protected]
 

The only subwidget that uses the whole dialog window.

Definition at line 156 of file mkdatetbl.h.

Referenced by resizeEvent(), and setMainWidget().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:46:51 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001