Public Member Functions | |
| QGPlotEditButtonsFrame (QGPlotEditWindow *p, UInt_t w=100, UInt_t h=100) | |
| Constructor. | |
| virtual | ~QGPlotEditButtonsFrame () |
| Destructor. | |
| void | FillWindowDropDownBox () |
| Fill drop down box with names of canvas windows. | |
| std::string | GetCanvasWindowName () |
| Get name of selected canvas window. | |
| TGComboBox * | GetWindowDropDownBox () |
| Get pointer to the window drop down box. | |
| void | HandleDeleteButton () |
| Handle delete button. | |
| void | HandleDrawButton () |
| Handle draw button. | |
| void | HandleDuplicateButton () |
| Handle duplicate button. | |
| void | HandleEraseButton () |
| Handle erase button. | |
| void | HandleNameButton () |
| Handle name button. | |
| void | HandleNameEntryBox () |
| Handle name entry box. | |
| void | ShowDefaultDisplay () |
| Show default display. | |
Private Attributes | |
| TGPictureButton * | fDrawButton |
| Draw button. | |
| TGHorizontalFrame * | fDrawEraseFrame |
| Horizontal frame for Draw/Erase buttons. | |
| TGPictureButton * | fDeleteButton |
| Delete button. | |
| TGPictureButton * | fDuplicateButton |
| Duplicate button. | |
| TGPictureButton * | fEraseButton |
| Erase button. | |
| TGPictureButton * | fNameButton |
| Name button. | |
| TGHorizontalFrame * | fNameDeleteDuplicateFrame |
| Horizontal frame for Name/Delete/Duplicate buttons. | |
| TGTextEntry * | fNameEntryBox |
| Name entry box. | |
| QGPlotEditWindow * | fPlotEditWindow |
| Pointer to parent plot edit window. | |
| TGComboBox * | fWindowDropDownBox |
| Drop down box for selection canvas window. | |
| TGHorizontalFrame * | fWindowFrame |
| Horizontal frame for selecting canvas window. | |
| TGLabel * | fWindowLabel |
| Window label. | |
1.5.6