#include <VisFramework/VisFrameworkBase/interface/VisAppMode.h>
Public Member Functions | |
VisAppMode (IgState *state, lat::Callback notify) |
Definition at line 16 of file VisAppMode.h.
VisAppMode::VisAppMode | ( | IgState * | state, | |
lat::Callback | notify | |||
) |
Definition at line 15 of file VisAppMode.cc.
00016 : VisActiveConfigurable<std::string> (state, notify, "normal", "VisAppMode") 00017 { 00018 }