51 std::ifstream
g(
path);
62 TGVerticalFrame* vf =
new TGVerticalFrame(
this);
63 AddFrame(vf,
new TGLayoutHints(kLHintsNormal, 2, 2, 4, 4));
67 std::sort(kv->begin(), kv->end(),
68 [](
const std::pair<std::string, FWConfiguration>& lhs,
const std::pair<std::string, FWConfiguration>& rhs) ->
bool {
69 return nmm.btnName(lhs.first) < nmm.btnName(rhs.first); } );
72 if ( it->second.keyValues()) {
74 TGCheckButton* cb =
new TGCheckButton(vf, nb.c_str());
std::vector< std::pair< std::string, FWConfiguration > > KeyValues
void to(FWConfiguration &) const
const KeyValues * keyValues() const
FWConfigurationManager * m_cfgMng
std::vector< TGCheckButton * > m_entries
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
void swap(FWConfiguration &)
CmsShowMainFrame * getMainFrame() const
static FWGUIManager * getGUIManager()
FWConfiguration m_origConfig