3 #ifndef OBJECT_WINDOW_H
4 #define OBJECT_WINDOW_H
17 class ObjectWindow
: public BWindow
{
19 ObjectWindow(BRect frame
, const char* name
);
20 virtual ~ObjectWindow();
22 virtual bool QuitRequested();
24 virtual void MessageReceived(BMessage
* message
);
27 void _UpdateControls() const;
28 void _UpdateColorControls() const;
29 rgb_color
_GetColor() const;
31 ObjectView
* fObjectView
;
39 BMenuField
* fDrawingModeMF
;
41 BColorControl
* fColorControl
;
42 BTextControl
* fAlphaTC
;
50 #endif // OBJECT_WINDOW_H