
Classes | |
| struct | tstatus |
Public Member Functions | |
| void | printMessage (const XString &str, bool popup=true, const char *file=0L, int line=0, bool beep=false) |
| void | printWarning (const XString &str, bool popup=false, const char *file=0L, int line=0, bool beep=false) |
| void | printError (const XString &str, bool popup=true, const char *file=0L, int line=0, bool beep=false) |
| void | clear () |
Static Public Member Functions | |
| static shared_ptr< XStatusPrinter > | create (QMainWindow *window=NULL) |
Protected Member Functions | |
| XStatusPrinter (QMainWindow *window=NULL) | |
Private Member Functions | |
| void | print (const tstatus &status) |
Private Attributes | |
| Transactional::Talker< tstatus > | m_tlkTalker |
| shared_ptr< XListener > | m_lsn |
| QMainWindow * | m_pWindow |
| QStatusBar * | m_pBar |
Definition at line 409 of file xnodeconnector.h.
1.8.3