Relacs Core Library
0.9.8
|
#include <plugintabs.h>
Public Member Functions | |
PluginTabs (int key, RELACSWidget *rw, QWidget *parent=0) | |
~PluginTabs (void) | |
bool | eventFilter (QObject *obj, QEvent *event) |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *event) |
Static Protected Member Functions | |
static QWidget * | firstEnabledChildWidget (QLayout *l) |
Protected Attributes | |
RELACSWidget * | RW |
Container organizing relacs plugins.
PluginTabs | ( | int | key, |
RELACSWidget * | rw, | ||
QWidget * | parent = 0 |
||
) |
The keyboard focus is activated by pressing key.
~PluginTabs | ( | void | ) |
bool eventFilter | ( | QObject * | obj, |
QEvent * | event | ||
) |
Grabs ALT-KeyLeft/Right for paging through the tabs.
|
protected |
References PluginTabs::firstEnabledChildWidget().
Referenced by ControlTabs::keyPressEvent(), and FilterDetectors::keyPressEvent().
|
staticprotected |
Referenced by PluginTabs::keyPressEvent().
|
protected |