#include <GfxProxy.h>
Inheritance diagram for GfxProxyBase:

Public Member Functions | |
| GfxProxyBase (const char *name, GfxMenu *menu=0) | |
| virtual | ~GfxProxyBase () |
| virtual GfxBase * | Create ()=0 |
| virtual GuiMenu * | MakeMenu (EVD *mp) |
| GfxProxyBase (const char *name, GfxMenu *menu=0) | |
| virtual | ~GfxProxyBase () |
| virtual GfxBase * | Create ()=0 |
| virtual GuiMenu * | MakeMenu (MultiPage *mp) |
Static Public Member Functions | |
| std::list< const char * > | GetRegisteredNames () |
| std::list< const char * > | GetRegisteredNames () |
Static Public Attributes | |
| SigC::Signal1< void, const char * > | gfx_added |
| SigC::Signal1< void, const char * > | gfx_added |
Private Attributes | |
| GfxMenu * | fMenu |
| GfxMenu * | fMenu |
Static Private Attributes | |
| std::list< const char * > | fNames |
| std::list< const char * > | fNames |
|
||||||||||||
|
Definition at line 34 of file EventDisplay/GfxProxy.h. References fMenu, fNames, and gfx_added. 00035 : NamedProxy(name,"Gfx") 00036 ,fMenu(menu) { 00037 00038 fNames.push_back(name); 00039 gfx_added.emit(name); 00040 }
|
|
|
Definition at line 41 of file EventDisplay/GfxProxy.h. 00041 {};
|
|
||||||||||||
|
Definition at line 35 of file Midad/MultiPage/GfxProxy.h. References fMenu, fNames, and gfx_added. 00036 : NamedProxy(name,"Gfx") 00037 ,fMenu(menu) { 00038 00039 fNames.push_back(name); 00040 gfx_added.emit(name); 00041 }
|
|
|
Definition at line 42 of file Midad/MultiPage/GfxProxy.h. 00042 {};
|
|
|
Implemented in GfxProxy< T >, and GfxProxy< T >. |
|
|
Implemented in GfxProxy< T >, and GfxProxy< T >. Referenced by MultiPage::AddGfx(), and EVD::AddGfx(). |
|
|
Definition at line 48 of file Midad/MultiPage/GfxProxy.h. 00048 { return fNames; }
|
|
|
Definition at line 47 of file EventDisplay/GfxProxy.h. Referenced by EVD::BuildGfxMenu(), and MultiPage::BuildMenus(). 00047 { return fNames; }
|
|
|
Definition at line 46 of file Midad/MultiPage/GfxProxy.h. References fMenu, and GfxMenu::MakeMenu().
|
|
|
Definition at line 45 of file EventDisplay/GfxProxy.h. References fMenu, and GfxMenu::MakeMenu(). Referenced by EVD::BuildGfxMenu(), and MultiPage::BuildMenus().
|
|
|
Definition at line 33 of file Midad/MultiPage/GfxProxy.h. |
|
|
Definition at line 32 of file EventDisplay/GfxProxy.h. Referenced by GfxProxyBase(), and MakeMenu(). |
|
|
Definition at line 32 of file Midad/MultiPage/GfxProxy.h. |
|
|
Definition at line 5 of file Midad/MultiPage/GfxProxy.cxx. Referenced by GfxProxyBase(). |
|
|
Definition at line 43 of file Midad/MultiPage/GfxProxy.h. |
|
|
Definition at line 3 of file Midad/MultiPage/GfxProxy.cxx. Referenced by GfxProxyBase(). |
1.3.9.1