|
Canorus
0.7
|
Container for tool button popup widgets. More...
#include <toolbuttonpopup.h>

Public Member Functions | |
| CAToolButtonPopup (QWidget *parent=0) | |
| ~CAToolButtonPopup () | |
| void | setWidget (QWidget *w) |
| QWidget * | widget () |
| QSize | sizeHint () const |
Protected Member Functions | |
| void | mousePressEvent (QMouseEvent *e) |
Protected Attributes | |
| QWidget * | _widget |
Container for tool button popup widgets.
Copyright (c) 2007, Itay Perl, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See COPYING for details.
Copyright (c) 2007, Itay Perl, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See COPYING for details.
This container sets the correct popup behavior for tool button floating widgets.
| CAToolButtonPopup::CAToolButtonPopup | ( | QWidget * | parent = 0 | ) |
| CAToolButtonPopup::~CAToolButtonPopup | ( | ) | [inline] |
| void CAToolButtonPopup::mousePressEvent | ( | QMouseEvent * | e | ) | [protected] |
| void CAToolButtonPopup::setWidget | ( | QWidget * | w | ) | [inline] |
References _widget.
Referenced by CAToolButton::setPopupWidget().

| QSize CAToolButtonPopup::sizeHint | ( | ) | const [inline] |
References _widget.
Referenced by CAToolButton::showButtons().

| QWidget* CAToolButtonPopup::widget | ( | ) | [inline] |
References _widget.
QWidget* CAToolButtonPopup::_widget [protected] |
Referenced by setWidget(), sizeHint(), and widget().
1.8.0