QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Tag Class Reference

Creates a tag from the given category, locale and text. More...

Inheritance diagram for Tag:
Table

List of all members.

Public Member Functions

void getTableName ()
void save ()
void Tag (void category, void locale, void text, void stem)
- Public Member Functions inherited from Table
void addProperties (void query)
 Adds the fields from the query record to this object as properties.
void Table ()
void toString ()

Public Attributes

int category
int id
int locale
int stem
int text

Detailed Description

Creates a tag from the given category, locale and text.

Parameters:
categorystring Category name, e.g. 'audience'
localestring Locale name, e.g. 'en'
textstring Text value of tag, e.g. 'architecture'
stemstring Stem of tag, e.g. 'architectur'

Constructor & Destructor Documentation

void Tag::Tag ( void  category,
void  locale,
void  text,
void  stem 
)
inline

Member Function Documentation

void Tag::getTableName ( )
inline
void Tag::save ( )
inline

Member Data Documentation

int Tag::category
int Tag::id
int Tag::locale
int Tag::stem
int Tag::text

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