UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Attributes | List of all members
hds::TableDoc::HdrItem Class Reference

#include <table_doc.hpp>

Public Member Functions

 HdrItem (const ItemType items_type, const std::string &caption_str=std::string())
 
ItemType type () const
 
void setType (const ItemType items_type)
 
const std::string & caption () const
 
void setCaption (const std::string &caption_str)
 

Protected Attributes

ItemType m_items_type
 
std::string m_caption
 

Detailed Description

Table header item.

Constructor & Destructor Documentation

hds::TableDoc::HdrItem::HdrItem ( const ItemType  items_type,
const std::string &  caption_str = std::string() 
)
inline

Constructor with default type of items in the column and caption provided.

Member Function Documentation

const std::string& hds::TableDoc::HdrItem::caption ( ) const
inline

Get caption.

void hds::TableDoc::HdrItem::setCaption ( const std::string &  caption_str)
inline

Set caption.

void hds::TableDoc::HdrItem::setType ( const ItemType  items_type)
inline

Set default column items type.

ItemType hds::TableDoc::HdrItem::type ( ) const
inline

Get type of items in the column.

Member Data Documentation

ItemType hds::TableDoc::HdrItem::m_items_type
protected

< Type of column items. Caption of header item.


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