#include <aflibFileItem.h>
Public Member Functions | |
aflibFileItem () | |
aflibFileItem (const string &mod_format, const string &mod_dscr, const string &mod_ext, const string &mod_magic, const string &mod_name, const string &mod_value1, const string &mod_value2, const string &mod_value3) | |
~aflibFileItem () | |
bool | operator== (const vector< unsigned char > &array) const |
void | setFormat (const string &mod_format) |
const string & | getFormat () const |
void | setDescription (const string &mod_dscr) |
const string & | getDescription () const |
void | setExtension (const string &mod_ext) |
const list< string > & | getExtensions () const |
void | setMagic (const string &mod_magic) |
const list< string > & | getMagic () const |
void | setName (const string &mod_name) |
const string & | getName () const |
void | setValue1 (const string &mod_value1) |
const string & | getValue1 () const |
void | setValue2 (const string &mod_value2) |
const string & | getValue2 () const |
void | setValue3 (const string &mod_value3) |
const string & | getValue3 () const |
aflibFileItem::aflibFileItem | ( | ) |
aflibFileItem::aflibFileItem | ( | const string & | mod_format, | |
const string & | mod_dscr, | |||
const string & | mod_ext, | |||
const string & | mod_magic, | |||
const string & | mod_name, | |||
const string & | mod_value1, | |||
const string & | mod_value2, | |||
const string & | mod_value3 | |||
) |
aflibFileItem::~aflibFileItem | ( | ) |
bool aflibFileItem::operator== | ( | const vector< unsigned char > & | array | ) | const |
void aflibFileItem::setFormat | ( | const string & | mod_format | ) |
const string & aflibFileItem::getFormat | ( | ) | const |
void aflibFileItem::setDescription | ( | const string & | mod_dscr | ) |
const string & aflibFileItem::getDescription | ( | ) | const |
void aflibFileItem::setExtension | ( | const string & | mod_ext | ) |
const list< string > & aflibFileItem::getExtensions | ( | ) | const |
void aflibFileItem::setMagic | ( | const string & | mod_magic | ) |
const list< string > & aflibFileItem::getMagic | ( | ) | const |
void aflibFileItem::setName | ( | const string & | mod_name | ) |
const string & aflibFileItem::getName | ( | ) | const |
void aflibFileItem::setValue1 | ( | const string & | mod_value1 | ) |
const string & aflibFileItem::getValue1 | ( | ) | const |
void aflibFileItem::setValue2 | ( | const string & | mod_value2 | ) |
const string & aflibFileItem::getValue2 | ( | ) | const |
void aflibFileItem::setValue3 | ( | const string & | mod_value3 | ) |
const string & aflibFileItem::getValue3 | ( | ) | const |