class DtObserverConsoleLogWidget:
More...
Public Member Functions |
| | DtObserverConsoleLogWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) |
| | Constructor of the page.
|
| virtual | ~DtObserverConsoleLogWidget () |
| | Destructor.
|
| virtual QIcon | icon () |
| | Get the icon of the page.
|
| virtual QString | title () |
| | Get the title of the page.
|
| virtual const std::string & | pageClassName () const |
| | Get the class name of the page.
|
| virtual void | setMessageQueueSize (int i) |
| virtual const QPixmap & | warningIcon () const |
| virtual const QPixmap & | questionIcon () const |
| | DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) |
| | CTOR for page.
|
| virtual | ~DtPage () |
| | DTOR for page.
|
| virtual PageAction | pageAction () |
| | return the current action on the page
|
| virtual void | setPageAction (PageAction action) |
| | set the curret action on the page
|
| virtual void | setActionFlag (int flag) |
| | set the action flag of the page
|
| virtual int | actionFlag () |
| | return the action flag of the page
|
| virtual void | setParentDialog (QWidget *paraentDialog) |
| | set the parent dialog that owns this page
|
| virtual QWidget * | parentDialog () |
| | return the parent dialog that own this page
|
| virtual bool | shouldAskBeforeAction (PageAction action) |
| | test the action flag with the action, return true if we should ask before executing the action /param action the current page action
|
| virtual void | askBeforeAction () |
| | Called when the action flag is set and before the action is beind executed, default do nothing.
|
| virtual void | executeAfterAsk (bool revert) |
| | Called after askBeforeAction(), whether user wants to revert the action or resume the action /param revert if true, the user wants to revert the action, otherwise resume it.
|
| virtual void | resumeLastAction () |
| | resume the last action of the page
|
| virtual void | onCloseEvent () |
| | will be called when user hit the close button of this page, default do nothing.
|
| virtual void | onSwitchEvent () |
| | will be called when user try switch to another page, default do nothing.
|
Detailed Description
class DtObserverConsoleLogWidget:
Instances of DtObserverConsoleLogWidget are widgets that will show console messages for all entities that are known by the front-end, not filtered out by fog of war
Member Typedef Documentation
Constructor & Destructor Documentation
| makVrf::DtObserverConsoleLogWidget::DtObserverConsoleLogWidget |
( |
makVrv::DtDe & |
de, |
|
|
QWidget * |
parent = 0, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
| virtual makVrf::DtObserverConsoleLogWidget::~DtObserverConsoleLogWidget |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual QIcon makVrf::DtObserverConsoleLogWidget::icon |
( |
| ) |
|
|
virtual |
| virtual QString makVrf::DtObserverConsoleLogWidget::title |
( |
| ) |
|
|
virtual |
| virtual const std::string& makVrf::DtObserverConsoleLogWidget::pageClassName |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtObserverConsoleLogWidget::setMessageQueueSize |
( |
int |
i | ) |
|
|
virtual |
| virtual const QPixmap& makVrf::DtObserverConsoleLogWidget::warningIcon |
( |
| ) |
const |
|
inlinevirtual |
| virtual const QPixmap& makVrf::DtObserverConsoleLogWidget::questionIcon |
( |
| ) |
const |
|
inlinevirtual |
| virtual void makVrf::DtObserverConsoleLogWidget::slot_defaultIconListChanged |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtObserverConsoleLogWidget::activate |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtObserverConsoleLogWidget::deactivate |
( |
| ) |
|
|
protectedvirtual |
| void makVrf::DtObserverConsoleLogWidget::setupGui |
( |
| ) |
|
|
protected |
| virtual void makVrf::DtObserverConsoleLogWidget::slot_consoleMessageReceived |
( |
const DtEntityIdentifier & |
id, |
|
|
int |
notifyLevel, |
|
|
const makVrv::DtUnicode & |
msg |
|
) |
| |
|
protectedvirtual |
Called when a console message is received for any entity.
| virtual void makVrf::DtObserverConsoleLogWidget::createRightClickMenu |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtObserverConsoleLogWidget::entityIdAdded |
( |
std::string |
, |
|
|
makVrv::DtUniqueID |
elemID |
|
) |
| |
|
protectedvirtual |
| virtual void makVrf::DtObserverConsoleLogWidget::entityIdRemoved |
( |
std::string |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtObserverConsoleLogWidget::acknowledge |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtObserverConsoleLogWidget::clear |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtObserverConsoleLogWidget::itemSelectionChanged |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtObserverConsoleLogWidget::onTetherToEntity |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtObserverConsoleLogWidget::onEntityInformation |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtObserverConsoleLogWidget::onRightClickOnItem |
( |
QTreeWidgetItem * |
, |
|
|
QMouseEvent * |
e, |
|
|
int |
col |
|
) |
| |
|
protectedvirtualslot |
| virtual void makVrf::DtObserverConsoleLogWidget::onSelectEntity |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtObserverConsoleLogWidget::onAnswerQuestion |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtObserverConsoleLogWidget::onAnswerAllQuestions |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtObserverConsoleLogWidget::onCopyToClipboard |
( |
| ) |
|
|
protectedvirtualslot |
Member Data Documentation
| std::string makVrf::DtObserverConsoleLogWidget::myClassName |
|
protected |
| QPixmap makVrf::DtObserverConsoleLogWidget::myWarningIcon |
|
protected |
| QPixmap makVrf::DtObserverConsoleLogWidget::myQuestionIcon |
|
protected |
| int makVrf::DtObserverConsoleLogWidget::myMessageQueueSize |
|
protected |
| int makVrf::DtObserverConsoleLogWidget::myActiveQuestions |
|
protected |
| WaitingForId makVrf::DtObserverConsoleLogWidget::myWaitingForId |
|
protected |
| DtTreeWidget* makVrf::DtObserverConsoleLogWidget::myObjectLogConsole |
| QPushButton* makVrf::DtObserverConsoleLogWidget::myClear |
| QPushButton* makVrf::DtObserverConsoleLogWidget::myAnswerQuestions |
| QPushButton* makVrf::DtObserverConsoleLogWidget::myCopyToClipboardButton |
| QMenu* makVrf::DtObserverConsoleLogWidget::myRightClickMenu |
| QAction* makVrf::DtObserverConsoleLogWidget::myAttach |
| QAction* makVrf::DtObserverConsoleLogWidget::myInformation |
| QAction* makVrf::DtObserverConsoleLogWidget::mySelectEntity |
| QAction* makVrf::DtObserverConsoleLogWidget::myAcknowledge |
| QAction* makVrf::DtObserverConsoleLogWidget::myAnswerQuestion |
| QAction* makVrf::DtObserverConsoleLogWidget::myCopyToClipboard |
The documentation for this class was generated from the following file: