#ifndef ROOT_TAttLineEditor
#define ROOT_TAttLineEditor
#ifndef ROOT_TGedFrame
#include "TGedFrame.h"
#endif
class TGLineStyleComboBox;
class TGLineWidthComboBox;
class TGColorSelect;
class TAttLine;
class TAttLineEditor : public TGedFrame {
protected:
TAttLine *fAttLine;
TGLineStyleComboBox *fStyleCombo;
TGLineWidthComboBox *fWidthCombo;
TGColorSelect *fColorSelect;
virtual void ConnectSignals2Slots();
public:
TAttLineEditor(const TGWindow *p = 0,
Int_t width = 140, Int_t height = 30,
UInt_t options = kChildFrame,
Pixel_t back = GetDefaultFrameBackground());
virtual ~TAttLineEditor();
virtual void SetModel(TObject* obj);
virtual void DoLineColor(Pixel_t color);
virtual void DoLineStyle(Int_t style);
virtual void DoLineWidth(Int_t width);
ClassDef(TAttLineEditor,0)
};
#endif
Last change: Wed Jun 25 08:34:55 2008
Last generated: 2008-06-25 08:34
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.