GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
Public Types | Public Slots | Public Member Functions | Protected Attributes | List of all members
TGo4ParaEdit Class Reference

#include <TGo4ParaEdit.h>

+ Inheritance diagram for TGo4ParaEdit:

Public Types

enum  ParEditColumns { fiColName = 0, fiColType = 1, fiColValue = 2, fiColComment = 3 }
 
- Public Types inherited from QGo4Widget
enum  {
  service_DragEnter = 1, service_DropEvent = 2, service_CreateItem = 3, service_DrawItem = 4,
  service_EditItem = 5, service_ShowInfo = 6, service_EditInSlot = 7, service_SaveItem = 8,
  service_UpdateAnalysisItem = 9, service_StatusMessage = 15, service_CreateViewPanel = 17, service_BrowserItemRemote = 18,
  service_Browser = 19, service_SaveToMemory = 20, service_GetAnalysis = 21, service_AddEditorLink = 22,
  service_AddDirectLink = 23, service_AddLinkInSlot = 24, service_GetTopSlot = 25, service_AddEditorSlot = 26,
  service_SetLinkedName = 27, service_GetLinkedName = 28, service_GetLinkedName2 = 29, service_GetLinked0 = 30,
  service_GetLinked1 = 31, service_GetLinked2 = 32, service_RemoveLink = 33, service_RemoveAllLinks = 34,
  service_ObjectCreated = 35, service_ConnectPad = 36, service_LastActivePanel = 37, service_WhereItemDrawn = 38,
  service_UndrawItem = 39, service_General = 40, service_PanelTimer = 41, service_HelpWindow = 42,
  service_HotStart = 43, panel_Activated = 101, panel_Modified = 102, panel_Updated = 103,
  panel_ActiveUpdated = 104, panel_PadDeleted = 105, panel_Deleted = 106
}
 pointer on browser proxy More...
 

Public Slots

virtual void clearTextFields ()
 
virtual void ChangedTable (int row, int col)
 
virtual void TableDoubleClick (int row, int col)
 
virtual void TableContextMenu (const QPoint &)
 
virtual void ExpandShrinkArray ()
 
virtual void IncArrayIndex ()
 
virtual void DecArrayIndex ()
 
virtual void EditFitter ()
 
virtual void GetFitterFromEditor ()
 
virtual void saveFile ()
 
virtual void RefreshClicked ()
 
virtual void ApplyClicked ()
 
- Public Slots inherited from QGo4Widget
void CloseMDIParentSlot ()
 

Public Member Functions

 TGo4ParaEdit (QWidget *parent=nullptr, const char *name=nullptr)
 
virtual ~TGo4ParaEdit ()
 
bool IsAcceptDrag (const char *itemname, TClass *cl, int kind) override
 
void DropItem (const char *itemname, TClass *cl, int kind) override
 
void linkedObjectUpdated (const char *linkname, TObject *obj) override
 
void linkedObjectRemoved (const char *linkname) override
 
virtual void WorkWithParameter (const char *itemname, bool isrefresh)
 
void ResetWidget () override
 
virtual void RefreshWidget (TGo4Parameter *par)
 
virtual void RefreshWidget (TGo4ParameterStatus *parstatus)
 
virtual void ShowVisibleItems ()
 
- Public Member Functions inherited from QGo4Widget
 QGo4Widget (QWidget *parent=nullptr, const char *name=nullptr, Qt::WindowFlags f=Qt::Widget)
 
virtual ~QGo4Widget ()
 
void ObjectCreatedByWidget (const char *itemname, TClass *cl)
 
void ProcessSignal (const char *linkname, bool assigned, TObject *obj, TGo4Slot *slot)
 

Protected Attributes

int fiCurrentRow {0}
 
TObjArray * fItems {nullptr}
 
QString fItemName
 
bool fFillingTable {false}
 

Additional Inherited Members

- Signals inherited from QGo4Widget
void widgetService (QGo4Widget *editor, int serviceid, const char *str, void *par)
 
- Static Public Member Functions inherited from QGo4Widget
static QAction * AddIdAction (QMenu *menu, QSignalMapper *map, const QString &text, int id, int enabled=-1, int checked=-1)
 
static QAction * AddIdAction (QMenu *menu, QSignalMapper *map, const QIcon &icon, const QString &text, int id, int enabled=-1, int checked=-1)
 
static QAction * CreateChkAction (QMenu *menu, const QString &text, bool checked, bool enabled=true)
 
static QAction * SetIdAction (QSignalMapper *map, int id, int enabled=-1, int checked=-1)
 
- Protected Member Functions inherited from QGo4Widget
void closeEvent (QCloseEvent *e) override
 
void dragEnterEvent (QDragEnterEvent *e) override
 
void dragMoveEvent (QDragMoveEvent *e) override
 
void dropEvent (QDropEvent *e) override
 
void AddLink (const char *itemname, const char *linkname)
 
void AddLink (TGo4Slot *slot, const char *linkname)
 
TGo4SlotAddLink (const char *itemname, TGo4Slot *parent)
 
TGo4SlotGetTopSlot (bool force=false)
 
TGo4SlotAddSlot (const char *slotname)
 
void SetLinkedName (TGo4Slot *slot, const char *itemname)
 
const char * GetLinkedName (const char *linkname)
 
const char * GetLinkedName (TGo4Slot *slot)
 
TObject * GetLinked (const char *linkname, int updatelevel=0)
 
template<class T >
T * GetLinkedCast (const char *linkname, int updatelevel=0)
 
void RemoveLink (const char *linkname, bool blockreset=true)
 
void RemoveAllLinks (bool blockreset=true)
 
void RemoveLinksMasked (const char *startedwith=nullptr, bool blockreset=true)
 
bool BrowserItemRemote (const char *itemname)
 
TGo4BrowserProxyBrowser ()
 
void StatusMessage (const QString &message)
 
void AskToCreateObject (TClass *cl, int isremote)
 
void ShowItemInfo (const QString &itemname)
 
TGo4ViewPanelCreateViewPanel (int ndiv=0)
 
TGo4ViewPanelDrawItem (const QString &itemname, TGo4ViewPanel *panel=nullptr, TPad *pad=nullptr, bool activate=true, int updatelevel=-1)
 
TGo4ViewPanelWhereItemDrawn (const char *itemname)
 
void HelpWindow (const char *filename, const char *msg=nullptr)
 
void UndrawItem (const char *itemname)
 
TGo4ViewPanelLastActivePanel ()
 
void EditItem (const QString &itemname)
 
void EditObjectInSlot (TGo4Slot *slot)
 
QString SaveObjectInMemory (const char *foldername, TObject *obj)
 
bool SaveItemToFile (const char *itemname, const char *subfolder=nullptr)
 
bool UpdateItemInAnalysis (const char *itemname, TObject *obj=nullptr)
 
void InformThatObjectCreated (const char *itemname, TClass *cl)
 
TGo4ServerProxyGetAnalysis (const char *itemname=nullptr)
 
void StartHotstart (const char *filename)
 
void ConnectPad (TPad *pad)
 
void CallServiceFunc (int id, const char *str=nullptr, void *par=nullptr)
 
void ServiceCall (const char *name, void *par=nullptr)
 
virtual void requestedObjectCreated (const char *itemname, TClass *cl)
 
virtual void linkedUpdated (TGo4Slot *slot, TObject *obj)
 
virtual void linkedRemoved (TGo4Slot *slot, TObject *obj)
 
void setCanDestroyWidget (bool on=true)
 
void CallPanelFunc (int id, TPad *pad=nullptr)
 
void ShootResetWidget ()
 
void ShootCloseWidget (bool closeparent=false)
 
bool IsUpdateBlocked () const
 

Detailed Description

Definition at line 30 of file TGo4ParaEdit.h.

Member Enumeration Documentation

◆ ParEditColumns

Enumerator
fiColName 
fiColType 
fiColValue 
fiColComment 

Definition at line 36 of file TGo4ParaEdit.h.

Constructor & Destructor Documentation

◆ TGo4ParaEdit()

TGo4ParaEdit::TGo4ParaEdit ( QWidget *  parent = nullptr,
const char *  name = nullptr 
)

◆ ~TGo4ParaEdit()

TGo4ParaEdit::~TGo4ParaEdit ( )
virtual

Definition at line 60 of file TGo4ParaEdit.cpp.

References fItems.

Member Function Documentation

◆ ApplyClicked

void TGo4ParaEdit::ApplyClicked ( )
virtualslot

◆ ChangedTable

void TGo4ParaEdit::ChangedTable ( int  row,
int  col 
)
virtualslot

Definition at line 284 of file TGo4ParaEdit.cpp.

References fFillingTable, fiColValue, fItems, and TGo4ParameterMember::SetStrValue().

Referenced by TGo4ParaEdit().

◆ clearTextFields

void TGo4ParaEdit::clearTextFields ( )
virtualslot

Definition at line 270 of file TGo4ParaEdit.cpp.

References fItems, TGo4ParameterMember::SetStrValue(), and ShowVisibleItems().

Referenced by TGo4ParaEdit().

◆ DecArrayIndex

void TGo4ParaEdit::DecArrayIndex ( )
virtualslot

◆ DropItem()

void TGo4ParaEdit::DropItem ( const char *  itemname,
TClass *  cl,
int  kind 
)
overridevirtual

Reimplemented from QGo4Widget.

Definition at line 75 of file TGo4ParaEdit.cpp.

References TGo4Access::kndGo4Param, and WorkWithParameter().

◆ EditFitter

void TGo4ParaEdit::EditFitter ( )
virtualslot

◆ ExpandShrinkArray

void TGo4ParaEdit::ExpandShrinkArray ( )
virtualslot

◆ GetFitterFromEditor

void TGo4ParaEdit::GetFitterFromEditor ( )
virtualslot

◆ IncArrayIndex

void TGo4ParaEdit::IncArrayIndex ( )
virtualslot

◆ IsAcceptDrag()

bool TGo4ParaEdit::IsAcceptDrag ( const char *  itemname,
TClass *  cl,
int  kind 
)
overridevirtual

Reimplemented from QGo4Widget.

Definition at line 68 of file TGo4ParaEdit.cpp.

References TGo4Access::kndGo4Param.

◆ linkedObjectRemoved()

void TGo4ParaEdit::linkedObjectRemoved ( const char *  linkname)
overridevirtual

Reimplemented from QGo4Widget.

Definition at line 91 of file TGo4ParaEdit.cpp.

References QGo4Widget::ShootCloseWidget().

◆ linkedObjectUpdated()

void TGo4ParaEdit::linkedObjectUpdated ( const char *  linkname,
TObject *  obj 
)
overridevirtual

Reimplemented from QGo4Widget.

Definition at line 82 of file TGo4ParaEdit.cpp.

References RefreshWidget().

◆ RefreshClicked

void TGo4ParaEdit::RefreshClicked ( )
virtualslot

Definition at line 473 of file TGo4ParaEdit.cpp.

References WorkWithParameter().

Referenced by ApplyClicked(), and TGo4ParaEdit().

◆ RefreshWidget() [1/2]

void TGo4ParaEdit::RefreshWidget ( TGo4Parameter par)
virtual

◆ RefreshWidget() [2/2]

void TGo4ParaEdit::RefreshWidget ( TGo4ParameterStatus parstatus)
virtual

◆ ResetWidget()

void TGo4ParaEdit::ResetWidget ( )
overridevirtual

Reimplemented from QGo4Widget.

Definition at line 147 of file TGo4ParaEdit.cpp.

References fItemName, fItems, QGo4Widget::ResetWidget(), and ShowVisibleItems().

Referenced by WorkWithParameter().

◆ saveFile

void TGo4ParaEdit::saveFile ( )
virtualslot

◆ ShowVisibleItems()

void TGo4ParaEdit::ShowVisibleItems ( )
virtual

◆ TableContextMenu

void TGo4ParaEdit::TableContextMenu ( const QPoint &  pnt)
virtualslot

◆ TableDoubleClick

void TGo4ParaEdit::TableDoubleClick ( int  row,
int  col 
)
virtualslot

◆ WorkWithParameter()

void TGo4ParaEdit::WorkWithParameter ( const char *  itemname,
bool  isrefresh 
)
virtual

Member Data Documentation

◆ fFillingTable

bool TGo4ParaEdit::fFillingTable {false}
protected

Definition at line 69 of file TGo4ParaEdit.h.

Referenced by ChangedTable(), ShowVisibleItems(), and TGo4ParaEdit().

◆ fiCurrentRow

int TGo4ParaEdit::fiCurrentRow {0}
protected

◆ fItemName

QString TGo4ParaEdit::fItemName
protected

◆ fItems

TObjArray* TGo4ParaEdit::fItems {nullptr}
protected

The documentation for this class was generated from the following files: