Logo images container.

Public Member Functions | |
| LogoBox (QMenuBar *) | |
| Constructor. | |
| QMenuBar * | menuBar () const |
| Get menu bar. | |
| virtual bool | eventFilter (QObject *, QEvent *) |
| Custom event filter. | |
| void | setLabels (const QList< QLabel * > &) |
| Set label widgets (logo containers). | |
Protected Member Functions | |
| virtual void | customEvent (QEvent *) |
| Custom event processing (update logo widget). | |
Private Types | |
| typedef QPointer< QWidget > | WidgetPtr |
Private Member Functions | |
| void | updateCorner () |
| Update menu bar's corner widget. | |
| void | updateContents () |
| Update logo manager contents. | |
Private Attributes | |
| QMenuBar * | myMB |
| parent menu bar | |
| QList< QLabel * > | myLabels |
| list of labels containing logo images | |
| WidgetPtr | myCornWid |
| corner widget | |
typedef QPointer<QWidget> QtxLogoMgr.LogoBox.WidgetPtr [private] |
| QtxLogoMgr.LogoBox::LogoBox | ( | QMenuBar * | mb | ) |
| mb | menu bar |
References QtxLogoMgr.LogoBox.myMB, and QtxLogoMgr.LogoBox.updateCorner().
| QMenuBar * QtxLogoMgr.LogoBox::menuBar | ( | ) | const |
| o | event receiver object |
| e | event sent to object |
true if further event processing should be stopped References QtxLogoMgr.menuBar().
| void QtxLogoMgr.LogoBox::customEvent | ( | QEvent * | ) | [protected, virtual] |
| e | event (not used) |
| void QtxLogoMgr.LogoBox::updateCorner | ( | ) | [private] |
References QtxLogoMgr.menuBar().
| void QtxLogoMgr.LogoBox::updateContents | ( | ) | [private] |
QMenuBar* QtxLogoMgr.LogoBox.myMB [private] |
QList<QLabel*> QtxLogoMgr.LogoBox.myLabels [private] |
WidgetPtr QtxLogoMgr.LogoBox.myCornWid [private] |