#include "GfxCfg.h"#include <Midad/Gui/GuiMainWindow.h>#include <Midad/Gui/GuiButton.h>#include <Midad/Gui/GuiBox.h>#include <Midad/Base/RegistryGui.h>Go to the source code of this file.
Functions | |
| void | apply_reg_gui (GfxCfg *cfg, RegistryGui *rg) |
|
||||||||||||
|
Definition at line 34 of file EventDisplay/GfxCfg.cxx. References CfgConfigurable::GetConfig(), RegistryGui::GetRegistry(), and CfgConfigurable::Update(). Referenced by GfxCfg::GuiConfig(). 00035 {
00036 // cerr << "apply_reg_gui\n";
00037 cfg->GetConfig() = rg->GetRegistry();
00038 cfg->Update();
00039 }
|
1.3.9.1