#include "CheezyPage.h"#include <Midad/Base/Mint.h>#include <Midad/Base/Jint.h>#include <Midad/Base/PageProxy.h>#include <Midad/Base/PageDisplay.h>#include <Midad/Base/RegistryGui.h>#include <Midad/Gui/GuiBox.h>#include <Midad/Gui/GuiMenu.h>#include <Midad/Gui/GuiButton.h>#include <Midad/Gui/GuiMainWindow.h>#include <DataUtil/GetCandidate.h>#include <DataUtil/CDL2STL.h>#include <RerootExodus/CheezyDisplay.h>#include <MinosObjectMap/MomNavigator.h>#include <Plex/PlexStripEndId.h>#include <CandData/CandRecord.h>#include <CandDigit/CandDigitHandle.h>#include <CandDigit/CandDigitListHandle.h>#include <Record/RecMinos.h>#include <Record/RecMinosHdr.h>#include <TCanvas.h>#include <MessageService/MsgService.h>#include <sigc++/sigc++.h>#include <sigc++/class_slot.h>#include <cassert>Go to the source code of this file.
Functions | |
| CVSID ("$Id: CheezyPage.cxx,v 1.5 2004/08/26 22:01:32 avva Exp $") | |
| void | apply_reg_gui (CheezyPage *cp, RegistryGui *rg) |
Variables | |
| PageProxy< CheezyPage > | gsCheezyPageProxy ("Cheezy") |
|
||||||||||||
|
Definition at line 239 of file CheezyPage.cxx. References CheezyPage::Configure(), RegistryGui::GetRegistry(), and CheezyPage::Update(). 00240 {
00241 cp->Configure(rg->GetRegistry());
00242 cp->Update();
00243 }
|
|
||||||||||||
|
|
|
|
|
1.3.9.1