#include <connect_test.h>
| Public Slots | |
| void | onChanged () | 
| Signals | |
| void | changed () | 
| Public Member Functions | |
| void | emitChanged () | 
| void | enableChanges () | 
| void | suppressChanges () | 
| Private Attributes | |
| bool | suppress_ | 
Definition at line 38 of file connect_test.h.
| void MyObject::changed | ( | ) |  [signal] | 
| void MyObject::emitChanged | ( | ) |  [inline] | 
Definition at line 44 of file connect_test.h.
| void MyObject::enableChanges | ( | ) |  [inline] | 
Definition at line 43 of file connect_test.h.
| void MyObject::onChanged | ( | ) |  [inline, slot] | 
Definition at line 50 of file connect_test.h.
| void MyObject::suppressChanges | ( | ) |  [inline] | 
Definition at line 42 of file connect_test.h.
| bool MyObject::suppress_  [private] | 
Definition at line 53 of file connect_test.h.