ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <AtSidebarFrames.h>
Public Member Functions | |
virtual void | FillFrame ()=0 |
void | UsePictureButtons (bool val=true) |
Use text only buttons instead of picture buttons. More... | |
Protected Member Functions | |
AtSidebarFrame (const TGWindow *p=nullptr, UInt_t w=1, UInt_t h=1, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground()) | |
Protected Attributes | |
bool | kUsePictureButtons {false} |
Option to disable picture buttons since they break some machines. More... | |
Base class something that can be added to the sidebar. It is a frame that will be added to the sidebar in the order in which they are added to the AtEventSidebar.
Definition at line 30 of file AtSidebarFrames.h.
|
inlineprotected |
Definition at line 36 of file AtSidebarFrames.h.
|
pure virtual |
Called at the end of the Init stage. Is what will create all of the components in the sidebar frame.
Implemented in AtSidebarBranchControl, AtSidebarEventControl, AtSidebarPadControl, AtSidebarRunInfo, AtSidebarAddon, AtSidebarInfoMacro, AtSidebarPSA, AtSidebarPSADeconv, AtSidebarPSATBAvg, and AtSidebarPSAIterDeconv.
|
inline |
Use text only buttons instead of picture buttons.
Definition at line 50 of file AtSidebarFrames.h.
|
protected |
Option to disable picture buttons since they break some machines.
Definition at line 33 of file AtSidebarFrames.h.