|
TarzaNN
TarzaNN neural network simulator
|
#include <UI_Widget.h>
Public Member Functions | |
| UI_Widget (QWidget *parent, const char *name=0, Qt::WFlags fl=0) | |
| virtual | ~UI_Widget () |
| void | setUpdate (bool newState) |
| void | lockObject () |
| void | unlockObject () |
| void | unsafeSetUpdate (bool newState) |
| bool | unsafeIsUpdating () |
| UI_Widget::UI_Widget | ( | QWidget * | parent, |
| const char * | name = 0, |
||
| Qt::WFlags | fl = 0 |
||
| ) |
| UI_Widget::~UI_Widget | ( | ) | [virtual] |
| void UI_Widget::lockObject | ( | ) |
| void UI_Widget::setUpdate | ( | bool | newState | ) |
| void UI_Widget::unlockObject | ( | ) |
| bool UI_Widget::unsafeIsUpdating | ( | ) |
| void UI_Widget::unsafeSetUpdate | ( | bool | newState | ) |
1.7.5.1