![]() |
![]() |
#include <FWColorSelect.h>
Public Member Functions | |
ClassDefOverride (FWColorFrame, 0) | |
void | ColorSelected (Color_t) |
void | DrawBorder () override |
FWColorFrame (const TGWindow *p=nullptr, Color_t ci=0) | |
Color_t | GetColor () const |
Bool_t | HandleButton (Event_t *event) override |
void | SetColor (Color_t) |
~FWColorFrame () override | |
Protected Attributes | |
Color_t | fColor |
Definition at line 16 of file FWColorSelect.h.
FWColorFrame::FWColorFrame | ( | const TGWindow * | p = nullptr , |
Color_t | ci = 0 |
||
) |
Definition at line 43 of file FWColorSelect.cc.
References kCFHeight, kCFWidth, and SetColor().
|
inlineoverride |
FWColorFrame::ClassDefOverride | ( | FWColorFrame | , |
0 | |||
) |
Referenced by GetColor(), FWColorSelect::label(), and FWColorRow::SetSelectedIndex().
void FWColorFrame::ColorSelected | ( | Color_t | ci | ) |
Definition at line 66 of file FWColorSelect.cc.
Referenced by GetColor(), and HandleButton().
|
inlineoverride |
|
inline |
Definition at line 29 of file FWColorSelect.h.
References ClassDefOverride(), ColorSelected(), and fColor.
|
override |
Definition at line 50 of file FWColorSelect.cc.
References ColorSelected(), and fColor.
Referenced by ~FWColorFrame().
void FWColorFrame::SetColor | ( | Color_t | ci | ) |
Definition at line 60 of file FWColorSelect.cc.
References fColor.
Referenced by DrawBorder(), and FWColorFrame().
|
protected |
Definition at line 19 of file FWColorSelect.h.
Referenced by GetColor(), HandleButton(), and SetColor().