libelemental 2.0.2
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Elemental::Category Class Reference

A category of properties of the chemical elements. More...

#include <element.hh>

Public Member Functions

 Category (const Message &name, PropertyBase *properties[]) throw ()
 
ustring get_name () const throw ()
 Returns the translated name of the category.
 
void make_header (EntriesView &view) const throw ()
 Adds the category name to an EntriesView.
 

Public Attributes

std::list< PropertyBase * > properties
 The properties in the category.
 

Protected Attributes

Message name
 The untranslated name of the category.
 

Detailed Description

A category of properties of the chemical elements.

Member Function Documentation

◆ make_header()

void Elemental::Category::make_header ( EntriesView view) const
throw (
)

Adds the category name to an EntriesView.

Parameters
viewThe EntriesView to be populated.

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