#include <TransDB.h>
Inherits DBAttribs.
Public Member Functions | |
| BabylonLabel (void) | |
| ~BabylonLabel () | |
| int | Clear (void) |
| void | ClearChanges (void) |
| void | ClearProcessed (void) |
| void | ClearMatched (void) |
| int | AllMatched (void) |
| void | Remove (void) |
| void | AddText (BabylonText *new_text) |
| void | RemoveText (BabylonText *new_text) |
| BabylonText * | FirstText (ListSearch &sh) |
| BabylonText * | NextText (ListSearch &sh) |
| BabylonText * | FindText (OLECHAR *find_text) |
| void | SetDB (TransDB *new_db) |
| BabylonLabel * | Clone (void) |
| int | NumStrings (void) |
| void | SetMaxLen (int max) |
| int | MaxLen (void) |
| void | SetLineNumber (int line) |
| int | LineNumber (void) |
| TransDB * | DB (void) |
| void | LockName (void) |
| void | SetName (OLECHAR *string) |
| void | SetName (char *string) |
| void | SetComment (OLECHAR *string) |
| void | SetComment (char *string) |
| void | SetContext (OLECHAR *string) |
| void | SetContext (char *string) |
| void | SetSpeaker (char *string) |
| void | SetSpeaker (OLECHAR *string) |
| void | SetListener (char *string) |
| void | SetListener (OLECHAR *string) |
| OLECHAR * | Name (void) |
| OLECHAR * | Comment (void) |
| OLECHAR * | Context (void) |
| OLECHAR * | Speaker (void) |
| OLECHAR * | Listener (void) |
| char * | NameSB (void) |
| char * | CommentSB (void) |
| char * | ContextSB (void) |
| char * | SpeakerSB (void) |
| char * | ListenerSB (void) |
| void | AddToTree (CTreeCtrl *tc, HTREEITEM parent, int changes=FALSE) |
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) |
| BabylonLabel::BabylonLabel | ( | void | ) |
Definition at line 553 of file TransDB.cpp.
| BabylonLabel::~BabylonLabel | ( | ) |
Definition at line 565 of file TransDB.cpp.
| void BabylonLabel::AddText | ( | BabylonText * | new_text | ) |
Definition at line 598 of file TransDB.cpp.
| void BabylonLabel::AddToTree | ( | CTreeCtrl * | tc, |
| HTREEITEM | parent, | ||
| int | changes = FALSE ) |
Definition at line 817 of file TransDB.cpp.
| int BabylonLabel::AllMatched | ( | void | ) |
Definition at line 779 of file TransDB.cpp.
| int BabylonLabel::Clear | ( | void | ) |
Definition at line 612 of file TransDB.cpp.
| void BabylonLabel::ClearChanges | ( | void | ) |
Definition at line 725 of file TransDB.cpp.
| void BabylonLabel::ClearMatched | ( | void | ) |
Definition at line 761 of file TransDB.cpp.
| void BabylonLabel::ClearProcessed | ( | void | ) |
Definition at line 743 of file TransDB.cpp.
| BabylonLabel * BabylonLabel::Clone | ( | void | ) |
Definition at line 636 of file TransDB.cpp.
| BabylonText * BabylonLabel::FindText | ( | OLECHAR * | find_text | ) |
Definition at line 686 of file TransDB.cpp.
| BabylonText * BabylonLabel::FirstText | ( | ListSearch & | sh | ) |
Definition at line 661 of file TransDB.cpp.
| BabylonText * BabylonLabel::NextText | ( | ListSearch & | sh | ) |
Definition at line 673 of file TransDB.cpp.
| void BabylonLabel::Remove | ( | void | ) |
Definition at line 575 of file TransDB.cpp.
| void BabylonLabel::RemoveText | ( | BabylonText * | new_text | ) |
Definition at line 583 of file TransDB.cpp.
| void BabylonLabel::SetDB | ( | TransDB * | new_db | ) |
Definition at line 706 of file TransDB.cpp.