#include <cwindowtool.h>
Inherits CWindowToolGUI.

Public Member Functions | |
| CWindowEyedropGUI (MWindow *mwindow, CWindowTool *thread) | |
| ~CWindowEyedropGUI () | |
| void | create_objects () |
| void | update () |
Data Fields | |
| BC_Title * | red |
| BC_Title * | green |
| BC_Title * | blue |
| BC_SubWindow * | sample |
Definition at line 217 of file cwindowtool.h.
| CWindowEyedropGUI::CWindowEyedropGUI | ( | MWindow * | mwindow, | |
| CWindowTool * | thread | |||
| ) |
Definition at line 439 of file cwindowtool.C.
| CWindowEyedropGUI::~CWindowEyedropGUI | ( | ) |
Definition at line 448 of file cwindowtool.C.
| void CWindowEyedropGUI::create_objects | ( | ) | [virtual] |
Reimplemented from CWindowToolGUI.
Definition at line 452 of file cwindowtool.C.
References BC_WindowBase::add_subwindow(), BC_WindowBase::BC_SubWindow, BC_WindowBase::BC_Title, blue, BC_WindowBase::get_h(), BC_WindowBase::get_y(), green, red, sample, update(), BC_WindowBase::x, and BC_WindowBase::y.

| void CWindowEyedropGUI::update | ( | ) | [virtual] |
Reimplemented from CWindowToolGUI.
Definition at line 474 of file cwindowtool.C.
References BLACK, LocalSession::blue, blue, CLIP, BC_WindowBase::draw_box(), BC_WindowBase::draw_rectangle(), MWindow::edl, BC_WindowBase::flash(), BC_WindowBase::get_h(), BC_WindowBase::get_w(), LocalSession::green, green, EDL::local_session, CWindowToolGUI::mwindow, LocalSession::red, red, sample, BC_WindowBase::set_color(), and BC_Title::update().
Referenced by create_objects().

1.5.5