#include <TransDB.h>
Inherits DBAttribs.
Public Member Functions | |
| Translation (void) | |
| ~Translation () | |
| void | SetDB (TransDB *new_db) |
| Translation * | Clone (void) |
| void | SetLangID (LangID new_id) |
| TransDB * | DB (void) |
| void | ClearChanges (void) |
| void | ClearProcessed (void) |
| void | ClearMatched (void) |
| int | Clear (void) |
| void | Set (OLECHAR *string) |
| void | Set (char *string) |
| OLECHAR * | Get (void) |
| int | Len (void) |
| char * | GetSB (void) |
| void | SetComment (OLECHAR *string) |
| void | SetComment (char *string) |
| OLECHAR * | Comment (void) |
| char * | CommentSB (void) |
| int | Revision (void) |
| void | SetRevision (int new_rev) |
| LangID | GetLangID (void) |
| char * | Language (void) |
| void | AddToTree (CTreeCtrl *tc, HTREEITEM parent, int changes=FALSE) |
| int | TooLong (int maxlen) |
| int | ValidateFormat (BabylonText *text) |
| int | IsSent (void) |
| void | Sent (int val) |
Public Member Functions inherited from DBAttribs | |
| DBAttribs (void) | |
| void | SetParent (DBAttribs *new_parent) |
| int | IsChanged (void) |
| void | Changed (void) |
| void | NotChanged (void) |
| char | ChangedSymbol (void) |
| int | IsProcessed (void) |
| void | Processed (void) |
| void | NotProcessed (void) |
| void * | Matched (void) |
| void | Match (void *new_match) |
| void | NotMatched (void) |
Public Attributes | |
| CWaveInfo | WaveInfo |
| Translation::Translation | ( | void | ) |
Definition at line 1364 of file TransDB.cpp.
| Translation::~Translation | ( | ) |
Definition at line 1373 of file TransDB.cpp.
| void Translation::AddToTree | ( | CTreeCtrl * | tc, |
| HTREEITEM | parent, | ||
| int | changes = FALSE ) |
Definition at line 1406 of file TransDB.cpp.
| Translation * Translation::Clone | ( | void | ) |
Definition at line 1394 of file TransDB.cpp.
| int Translation::IsSent | ( | void | ) |
Definition at line 1379 of file TransDB.cpp.
| void Translation::Sent | ( | int | val | ) |
Definition at line 1384 of file TransDB.cpp.
| void Translation::SetDB | ( | TransDB * | new_db | ) |
Definition at line 1389 of file TransDB.cpp.
| int Translation::TooLong | ( | int | maxlen | ) |
Definition at line 1428 of file TransDB.cpp.
| int Translation::ValidateFormat | ( | BabylonText * | text | ) |
Definition at line 1434 of file TransDB.cpp.