#include "TH1.h"
#include "TClassMenuItem.h"
#include "TList.h"
Go to the source code of this file.
Functions | |
void | poptest1 (int a=5, int b=56) |
void | poptest2 (int a, int b, TObject *c) |
void | poptest2bis (TObject *c) |
int | poptest3 () |
void | poptest4 (char *ch) |
void | customContextMenu () |
void | poptest4 (const char *ch) |
void customContextMenu | ( | ) |
Definition at line 15 of file customContextMenu.C.
References TH2::FillRandom(), TClass::GetMenuList(), h, h2, TClassMenuItem::kPopupSeparator, TClassMenuItem::kPopupUserFunction, l, and n.
void poptest1 | ( | int | a = 5 , |
|
int | b = 56 | |||
) |
Definition at line 58 of file customContextMenu.C.
void poptest2 | ( | int | a, | |
int | b, | |||
TObject * | c | |||
) |
void poptest2bis | ( | TObject * | c | ) |
int poptest3 | ( | ) |
Definition at line 79 of file customContextMenu.C.
void poptest4 | ( | const char * | ch | ) |
Definition at line 85 of file customContextMenu.C.
void poptest4 | ( | char * | ch | ) |