#include <TGo4QConItem.h>
Inheritance diagram for TGo4QConItem:
Public Methods | |
TGo4QConItem (QListView *parent, const char *pixmap, const QString &text, const QString &text1=0, const QString &text2=0) | |
TGo4QConItem (QListViewItem *parent, const char *pixmap, const QString &text, const QString &text1=0, const QString &text2=0) | |
TGo4WindowEditSlots * | GetEditor () |
virtual | ~TGo4QConItem () |
virtual void | ItemDBkRemote () |
virtual void | ItemDBkLocal () |
void | SetHistogram (const char *name) |
const char * | GetHistogram () |
void | SetHistoLink (bool on) |
bool | IsHistoLink () |
virtual void | SetStatus (TGo4Status *status) |
Sets Go4 status object, which is correspond to this item. More... | |
Private Attributes | |
QString | fxHistogram |
This holds the name of a histogram connected to this condition. More... | |
bool | fbHasHistogram |
true if a histogram is linked to this condition. More... |
Definition at line 28 of file TGo4QConItem.h.
|
Definition at line 33 of file TGo4QConItem.cpp. |
|
Definition at line 28 of file TGo4QConItem.cpp. |
|
Definition at line 38 of file TGo4QConItem.cpp. |
|
Definition at line 96 of file TGo4QConItem.cpp. References TGo4QItem::fxTGo4GUIRegistry, and TGo4GUIRegistry::GetSlotClass(). Referenced by ItemDBkLocal(), and ItemDBkRemote(). |
|
Reimplemented from TGo4QItem. Definition at line 40 of file TGo4QConItem.cpp. References TGo4QItem::fxTGo4GUIRegistry, TGo4WindowEditStatus::GetCondition(), GetEditor(), GetHistogram(), TGo4Condition::GetLinkedHistogram(), TGo4WindowEditSlots::GetStatus(), TGo4Condition::IsHistogramLink(), IsHistoLink(), and TGo4GUIRegistry::SubmitCommand(). |
|
Reimplemented from TGo4QItem. Definition at line 82 of file TGo4QConItem.cpp. References TGo4WindowEditSlots::AddObject(), TGo4QItem::fxItemObject, TGo4QItem::fxKey, TGo4QItem::fxObj, GetEditor(), and TGo4QItem::SetFileObj(). |
|
Definition at line 40 of file TGo4QConItem.h. References fxHistogram. Referenced by SetStatus(). |
|
Definition at line 41 of file TGo4QConItem.h. References fxHistogram. Referenced by ItemDBkRemote(). |
|
Definition at line 42 of file TGo4QConItem.h. References fbHasHistogram. Referenced by SetStatus(). |
|
Definition at line 43 of file TGo4QConItem.h. References fbHasHistogram. Referenced by ItemDBkRemote(). |
|
Sets Go4 status object, which is correspond to this item.
Reimplemented from TGo4QItem. Definition at line 108 of file TGo4QConItem.cpp. References TGo4ConditionStatus::GetHistogram(), TGo4ConditionStatus::IsHistogram(), SetHistogram(), and SetHistoLink(). |
|
This holds the name of a histogram connected to this condition.
Definition at line 50 of file TGo4QConItem.h. Referenced by GetHistogram(), and SetHistogram(). |
|
true if a histogram is linked to this condition.
Definition at line 52 of file TGo4QConItem.h. Referenced by IsHistoLink(), and SetHistoLink(). |