KMenuBar Class Reference
KDE Style-able menubar. More...
#include <kmenubar.h>
Inheritance diagram for KMenuBar:


Public Member Functions | |
KMenuBar (QWidget *parent=0, const char *name=0) | |
void | setTopLevelMenu (bool top_level=true) |
bool | isTopLevelMenu () const |
virtual void | setGeometry (const QRect &r) |
virtual void | setGeometry (int x, int y, int w, int h) |
virtual void | resize (int w, int h) |
void | resize (const QSize &s) |
virtual void | show () |
virtual void | setFrameStyle (int) |
virtual void | setLineWidth (int) |
virtual void | setMargin (int) |
Protected Slots | |
void | slotReadConfig () |
Protected Member Functions | |
virtual void | showEvent (QShowEvent *) |
virtual void | resizeEvent (QResizeEvent *) |
virtual bool | eventFilter (QObject *, QEvent *) |
virtual bool | x11Event (XEvent *) |
virtual void | closeEvent (QCloseEvent *) |
virtual void | drawContents (QPainter *) |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
KDE Style-able menubar.This is required since QMenuBar is currently not handled by QStyle.
- Author:
- Daniel "Mosfet" Duley.
- Version:
- Id
- kmenubar.h,v 1.63.2.1 2004/09/22 14:06:16 lunakl Exp
Definition at line 40 of file kmenubar.h.
Member Function Documentation
|
This controls whether or not this menubar will be a top-level bar similar to the way Macintosh handles menubars. This overrides any global config settings. Keep in mind that it is probably a really bad idea to use this unless you really know what you're doing. A feature like a top-level menubar is one that should really be shared by all applications. If your app is the only one with a top-level bar, then things might look very... odd.
This is included only for those people that
|
|
Is our menubar a top-level (Macintosh style) menubar?
|
The documentation for this class was generated from the following files: