Public Member Functions | |
QGPlotListEntryFrame (TGWindow *p=0, UInt_t w=10, UInt_t h=10) | |
Constructor. | |
virtual | ~QGPlotListEntryFrame () |
Destructor. | |
void | DeletePlot () |
Delete associated plot. | |
void | HandleDeleteButton () |
Handle delete button. | |
void | HandleDrawButton () |
Handle draw button. | |
void | HandleEditButton () |
Handle edit button. | |
void | SetPlot (QGPlot *plot) |
Set plot that this entry represents. | |
Private Attributes | |
TGPictureButton * | fDeleteButton |
Delete button. | |
TGPictureButton * | fDrawButton |
Draw button. | |
TGPictureButton * | fEditButton |
Edit button. | |
TRootEmbeddedCanvas * | fEmbeddedCanvas |
Embedded canvas for style preview. | |
TGTextEntry * | fNameBox |
Box for plot name. | |
QGPlot * | fPlot |
Plot represented by this entry. |