12 #ifndef DtForwarderConfig_H_
13 #define DtForwarderConfig_H_
15 #include <QtCore/QString>
43 virtual bool rtiForwarderConsoleVisible();
44 virtual void setRtiForwarderConsoleVisible(
bool val);
62 MAKRti::DtEnvValueSP myRtiForwarderConsoleVisible;
67 static const bool theDefaultRtiForwarderConsoleVisible;
79 return config.
print( ostr );
82 #endif // DtForwarderConfig_H_
int columnIndex
Definition: forwarderConfig.h:22
virtual std::ostream & print(std::ostream &ostr) const
Prints the configuration to the given output stream.
Stores the Forwarder configuration information and handles saving and loading this information from a...
Definition: forwarderConfig.h:29
bool columnEnabled
Definition: forwarderConfig.h:23
std::ostream & operator<<(std::ostream &ostr, const DtAssistantConfig &config)
Definition: assistantConfig.h:85
std::vector< DtNCVTreeInfo > myNCVTreeInfo
the vector of tree information
Definition: forwarderConfig.h:73
DtBaseConfig & operator=(const DtBaseConfig &)
Stores the base configuration information and handles saving and loading this information from an XML...
Definition: baseConfig.h:25
Structure to hold NCV Tree information.
Definition: forwarderConfig.h:20
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:122
static const MAKRti::DtString theRtiForwarderConsoleVisibleString
Default configuration parameter values.
Definition: forwarderConfig.h:69
virtual void setDefaultConfig()=0
Sets the default configuration.