1 #ifndef _ONL_MON_UI__H_
2 #define _ONL_MON_UI__H_
6 class TGCompositeFrame;
7 class TGHorizontalFrame;
23 TGMainFrame* m_fr_main;
24 TGCompositeFrame* m_fr_sp_range;
26 TGRadioButton* m_rad_sp_all;
27 TGRadioButton* m_rad_sp_last;
28 TGRadioButton* m_rad_sp_range;
31 TGNumberEntry* m_num_sp;
32 TGNumberEntry* m_num_sp0;
33 TGNumberEntry* m_num_sp1;
34 TGDoubleSlider* m_slider;
void SetAutoCycleFlag(bool value)
void UpdateFullSpillRange()
void ExecAutoCycle()
This function does NOT work at present.
static void * FuncAutoCycle(void *arg)
std::vector< OnlMonClient * > OnlMonClientList_t
void SetCycleInterval(int val)
static void * ExecSpillRangeCheck(void *arg)
Base class for the OnlMon subsystem module.
OnlMonUI(OnlMonClientList_t *list)