TQCanvasMenu(QWidget* parent = 0, TCanvas* canvas = 0) | |
TQCanvasMenu(QWidget* parent, QWidget* tabWin, TCanvas* canvas) | |
virtual | ~TQCanvasMenu() |
static TClass* | Class() |
char* | CreateArgumentTitle(TMethodArg* argument) |
char* | CreateDialogTitle(TObject* object, TMethod* method) |
void | Dialog(TObject* obj, TMethod* method) |
void | Execute(int id) |
virtual TClass* | IsA() const |
void | Popup(TObject* obj, double x, double y, QMouseEvent* e) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
TQCanvasMenu(const TQCanvasMenu& c) | |
TQCanvasMenu& | operator=(const TQCanvasMenu&) |
TObject* | fCurrObj | current selected object |
TQRootDialog* | fDialog | the TQRootDialog which is used to prompt for |
TList | fMethods | list of Root metheds associated with the selected object |
double | fMousePosX | mouse position in user coordinate |
double | fMousePosY | mouse position in user coordinate |
QWidget* | fParent | |
QPopupMenu* | fPopup | Qt popup menu |
QWidget* | fTabWin | parents widgets |
TCanvas* | fc | pointer to the ROOT canvas |
Create title for dialog box retrieving argument values.
Create string describing argument (for use in dialog box).
Create dialog object with OK and Cancel buttons. This dialog
prompts for the arguments of "method".