#include <TGo4QMultiGraphItem.h>
Inheritance diagram for TGo4QMultiGraphItem:
Public Methods | |
virtual void | DrawObj (TGo4PreviewPanel *fxPanel, TPad *currentpad=0) |
Draw current object on the specified panel. More... | |
virtual void | UpdateOnline (TObject *fxObj) |
Update (Refresh contents) the current item object by object fxObj. More... | |
TGo4QMultiGraphItem (QListView *parent, const QString &text, const QString &text1=0, const QString &text2=0) | |
TGo4QMultiGraphItem (QListViewItem *parent, const QString &text, const QString &text1=0, const QString &text2=0) | |
virtual | ~TGo4QMultiGraphItem () |
|
Definition at line 36 of file TGo4QMultiGraphItem.cpp. |
|
Definition at line 31 of file TGo4QMultiGraphItem.cpp. |
|
Definition at line 41 of file TGo4QMultiGraphItem.cpp. |
|
Draw current object on the specified panel. Optionally, the currentpad can be specified. Default is using the active pad of the panel Reimplemented from TGo4QTHItem. Definition at line 43 of file TGo4QMultiGraphItem.cpp. References TGo4BrowserSlots::AddObject(), TGo4QItem::AssignDrawPanel(), TGo4QItem::DrawObj(), TGo4QItem::fxDrawPad, TGo4QItem::fxDrawPanel, TGo4QItem::fxTGo4GUIRegistry, TGo4BrowserSlots::GetAddedItemName(), TGo4BrowserSlots::GetBrowserGUI(), TGo4GUIRegistry::GetSlotClass(), TGo4QItem::GetWorkObject(), and TGo4QItem::InFileBrowser(). Referenced by UpdateOnline(). |
|
Update (Refresh contents) the current item object by object fxObj. To be used in monitoring and local memory refresh. Reimplemented from TGo4QTHItem. Definition at line 83 of file TGo4QMultiGraphItem.cpp. References DrawObj(), TGo4QItem::fxDrawPad, TGo4QItem::fxDrawPanel, TGo4QItem::fxObj, TGo4QItem::GetWorkObject(), TGo4QItem::UpdateDrawPad(), and TGo4QItem::UpdateOnline(). |