MWAWField Struct Reference

a field More...

#include <libmwaw_internal.hxx>

List of all members.

Public Types

enum  Type {
  None, PageCount, PageNumber, Date,
  Time, Title, Link, Database
}
 Defines some basic type for field. More...

Public Member Functions

 MWAWField (Type type)
 basic constructor

Public Attributes

Type m_type
 the type
std::string m_DTFormat
 the date/time format using strftime format if defined
libmwaw::NumberingType m_numberingType
 the number type ( for number field )
std::string m_data
 the database/link field ( if defined )

Detailed Description

a field


Member Enumeration Documentation

Defines some basic type for field.

Enumerator:
None 
PageCount 
PageNumber 
Date 
Time 
Title 
Link 
Database 

Constructor & Destructor Documentation

MWAWField::MWAWField ( Type  type) [inline]

basic constructor


Member Data Documentation

std::string MWAWField::m_data

the database/link field ( if defined )

Referenced by MWAWGraphicListener::insertField(), and MWAWContentListener::insertField().


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