copasi API
0.1
|
#include <CScanContainerWidget.h>
Signals | |
void | itemDeleted () |
void | copyWidget (int) |
Public Member Functions | |
CScanContainerWidget (QWidget *parent=0, const char *name=0) | |
~CScanContainerWidget () | |
std::vector< QWidget * > | getWidgetList () const |
void | clearWidgetList () |
void | addWidget (QWidget *widget, bool controls=true) |
void | insertWidget (QWidget *widget, int row=-1) |
void | enableCopy (const bool &enable) |
Protected Slots | |
void | slotUp (int index) |
void | slotDown (int index) |
void | slotDel (int index) |
void | slotCopy (int index) |
Protected Member Functions | |
void | updateIndices () |
void | updateTable () |
void | resizeEvent (QResizeEvent *event) |
Protected Attributes | |
bool | mCopyEnabled |
This widget is a table that contains other widgets (arranged vertically) it adds buttons to delete, move up or down the widgets
CScanContainerWidget::CScanContainerWidget | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
CScanContainerWidget::~CScanContainerWidget | ( | ) |
void CScanContainerWidget::addWidget | ( | QWidget * | widget, |
bool | controls = true |
||
) |
void CScanContainerWidget::clearWidgetList | ( | ) |
void CScanContainerWidget::copyWidget | ( | int | ) | [signal] |
void CScanContainerWidget::enableCopy | ( | const bool & | enable | ) |
std::vector< QWidget * > CScanContainerWidget::getWidgetList | ( | ) | const |
void CScanContainerWidget::insertWidget | ( | QWidget * | widget, |
int | row = -1 |
||
) |
void CScanContainerWidget::itemDeleted | ( | ) | [signal] |
void CScanContainerWidget::resizeEvent | ( | QResizeEvent * | event | ) | [protected] |
void CScanContainerWidget::slotCopy | ( | int | index | ) | [protected, slot] |
void CScanContainerWidget::slotDel | ( | int | index | ) | [protected, slot] |
void CScanContainerWidget::slotDown | ( | int | index | ) | [protected, slot] |
void CScanContainerWidget::slotUp | ( | int | index | ) | [protected, slot] |
void CScanContainerWidget::updateIndices | ( | ) | [protected] |
void CScanContainerWidget::updateTable | ( | ) | [protected] |
bool CScanContainerWidget::mCopyEnabled [protected] |