SideElement Class Reference

#include <OpenFlipper/widgets/coreWidget/SideElement.hh>

Collaboration diagram for SideElement:
Collaboration graph
[legend]

List of all members.

Classes

class  TopArea
 Clickable area inside of the side element. More...

Public Member Functions

 SideElement (SideArea *_parent, QWidget *_w, QString _name)
 ~SideElement ()
 Destructor.
void saveState (QSettings &_settings)
 saves the current state
void restoreState (QSettings &_settings)
 restores the state

Private Slots

void detachPressed (bool _checked)
 Called if the detach button was pressed.
void dialogClosed ()
 Called if a detached dialog was closed.

Private Member Functions

void labelPress ()
 Called on mouse press.

Private Attributes

SideAreaparent_
QWidget * widget_
QString name_
QVBoxLayout * mainLayout_
bool active_
QLabel * label_
QToolButton * detachButton_
QAction * detachAction_
QDialog * dialog_

Detailed Description

A widget that holds the plugin side area widget

Definition at line 77 of file SideElement.hh.


Constructor & Destructor Documentation

SideElement::SideElement ( SideArea _parent,
QWidget *  _w,
QString  _name 
)

Create a SideElement

Parameters:
_parent SideArea widget that holds this widget
_w Plugin tool widget
_name Plugin name

Definition at line 63 of file SideElement.cc.

References detachPressed().


The documentation for this class was generated from the following files:

acg pic Project OpenFlipper, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .