Gromacs  2018.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions
gmx::CompositeHelpTopic< HelpText > Class Template Reference

#include <gromacs/onlinehelp/helptopic.h>

+ Inheritance diagram for gmx::CompositeHelpTopic< HelpText >:
+ Collaboration diagram for gmx::CompositeHelpTopic< HelpText >:

Description

template<class HelpText>
class gmx::CompositeHelpTopic< HelpText >

Template for simple implementation of AbstractCompositeHelpTopic.

Template Parameters
HelpTextStruct that defines the data for the topic.

Used similarly to SimpleHelpTopic. HelpText should satisfy the same criteria as for SimpleHelpTopic.

See Also
SimpleHelpTopic

Public Member Functions

virtual const char * name () const
 Returns the name of the topic. More...
 
virtual const char * title () const
 Returns a title for the topic. More...
 
- Public Member Functions inherited from gmx::AbstractCompositeHelpTopic
virtual bool hasSubTopics () const
 Returns whether the topic has any subtopics.
 
virtual const IHelpTopicfindSubTopic (const char *name) const
 Finds a subtopic by name. More...
 
virtual void writeHelp (const HelpWriterContext &context) const
 Prints the help text for this topic. More...
 
void addSubTopic (HelpTopicPointer topic)
 Adds a given topic as a subtopic of this topic. More...
 
template<class Topic >
void registerSubTopic ()
 Registers a subtopic of a certain type to this topic. More...
 

Protected Member Functions

virtual std::string helpText () const
 Returns the help text for this topic. More...
 
- Protected Member Functions inherited from gmx::AbstractCompositeHelpTopic
bool writeSubTopicList (const HelpWriterContext &context, const std::string &title) const
 Writes the list of subtopics. More...
 

Member Function Documentation

template<class HelpText>
virtual std::string gmx::CompositeHelpTopic< HelpText >::helpText ( ) const
inlineprotectedvirtual

Returns the help text for this topic.

writeHelp() calls this method to obtain the actual text to format for the topic. Markup substitution etc. is done automatically by writeHelp().

Implements gmx::AbstractCompositeHelpTopic.

template<class HelpText>
virtual const char* gmx::CompositeHelpTopic< HelpText >::name ( ) const
inlinevirtual

Returns the name of the topic.

This should be a single lowercase word, used to identify the topic. It is not used for the root of the help topic tree.

Implements gmx::AbstractCompositeHelpTopic.

template<class HelpText>
virtual const char* gmx::CompositeHelpTopic< HelpText >::title ( ) const
inlinevirtual

Returns a title for the topic.

May return NULL, in which case the topic is omitted from normal subtopic lists and no title is printed by the methods provided in helptopic.h.

Implements gmx::AbstractCompositeHelpTopic.


The documentation for this class was generated from the following file: