Internal structure: use to store a numbering, a variable or a version. More...
Public Member Functions | |
| Variable (NisusWrtStruct::VariableType type=NisusWrtStruct::V_None) | |
| Constructor. | |
| bool | isDate () const |
| returns true if this is a date | |
| std::string | getDateFormat () const |
| returns the date format | |
Public Attributes | |
| int | m_type |
| the main type | |
| NisusWrtStruct::VariableType | m_containerType |
| the container type | |
| long | m_fieldType |
| the variable type | |
| int | m_refId |
| the reference id | |
| libmwaw::NumberingType | m_numberingType |
| the numbering type | |
| int | m_startNumber |
| the start number | |
| int | m_increment |
| the increment | |
| std::string | m_prefix |
| the prefix | |
| std::string | m_suffix |
| the suffix | |
| int | m_dateFormat |
| the date format | |
| std::string | m_sample |
| a sample used in a dialog ? | |
| std::string | m_extra |
| some extra debuging information | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Variable const &num) |
| operator<< | |
Internal structure: use to store a numbering, a variable or a version.
| NisusWrtParserInternal::Variable::Variable | ( | NisusWrtStruct::VariableType | type = NisusWrtStruct::V_None | ) | [inline] |
Constructor.
| std::string NisusWrtParserInternal::Variable::getDateFormat | ( | ) | const [inline] |
returns the date format
Referenced by NisusWrtParser::readVariable().
| bool NisusWrtParserInternal::Variable::isDate | ( | ) | const [inline] |
returns true if this is a date
Referenced by getDateFormat().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Variable const & | num | ||
| ) | [friend] |
operator<<
the container type
Referenced by NisusWrtParserInternal::operator<<(), and NisusWrtParser::readVariable().
the date format
Referenced by getDateFormat(), NisusWrtParserInternal::operator<<(), and NisusWrtParser::readVariable().
| std::string NisusWrtParserInternal::Variable::m_extra |
some extra debuging information
Referenced by NisusWrtParserInternal::operator<<().
the variable type
Referenced by isDate(), NisusWrtParserInternal::operator<<(), and NisusWrtParser::readVariable().
the increment
Referenced by NisusWrtParser::getReferenceData(), NisusWrtParserInternal::operator<<(), and NisusWrtParser::readVariable().
the numbering type
Referenced by NisusWrtParserInternal::operator<<(), and NisusWrtParser::readVariable().
| std::string NisusWrtParserInternal::Variable::m_prefix |
the prefix
Referenced by NisusWrtParser::getReferenceData(), NisusWrtParserInternal::operator<<(), and NisusWrtParser::readVariable().
the reference id
Referenced by NisusWrtParser::getReferenceData(), NisusWrtParserInternal::operator<<(), and NisusWrtParser::readVariable().
| std::string NisusWrtParserInternal::Variable::m_sample |
a sample used in a dialog ?
Referenced by NisusWrtParserInternal::operator<<(), and NisusWrtParser::readVariable().
the start number
Referenced by NisusWrtParserInternal::operator<<(), and NisusWrtParser::readVariable().
| std::string NisusWrtParserInternal::Variable::m_suffix |
the suffix
Referenced by NisusWrtParser::getReferenceData(), NisusWrtParserInternal::operator<<(), and NisusWrtParser::readVariable().
the main type
Referenced by NisusWrtParser::getReferenceData(), NisusWrtParserInternal::operator<<(), and NisusWrtParser::readVariable().