#include <BabylonDlg.h>
Inherits CDialog.
|
| enum | { IDD = IDD_BABYLON_DIALOG
} |
| |
|
| int | ValidateStrFile (const char *filename) |
| |
| int | MatchText (BabylonText *text, BabylonLabel *label, BabylonText **match) |
| |
| int | RetranslateText (BabylonText *text, BabylonText *label) |
| |
| void | VerifyDialog (TransDB *db, LangID langid) |
| |
| void | VerifyTranslations (TransDB *db, LangID langid) |
| |
| int | CanProceed (void) |
| |
| int | CanOperate (void) |
| |
| int | SaveMainDB (void) |
| |
| int | UpdateLabel (BabylonLabel *source, BabylonLabel *destination, UPDATEINFO &info, int update=TRUE, int skip=FALSE) |
| |
| int | UpdateDB (TransDB *source, TransDB *destination, int update=TRUE) |
| |
| void | ProgressComplete (void) |
| |
| void | SetProgress (int pos) |
| |
| void | InitProgress (int range) |
| |
| int | SaveLog (void) |
| |
| void | Status (const char *string, int log=TRUE) |
| |
| void | Log (const char *string, LogFormat format=NEW_LINE) |
| |
| | CBabylonDlg (CWnd *pParent=NULL) |
| |
| virtual | ~CBabylonDlg () |
| |
| int | LoadStrFile (TransDB *db, const char *fileaname, void(*cb)(void)=NULL) |
| |
| void | Ready (void) |
| |
Definition at line 66 of file BabylonDlg.h.
◆ anonymous enum
◆ CBabylonDlg()
| CBabylonDlg::CBabylonDlg |
( |
CWnd * | pParent = NULL | ) |
|
◆ ~CBabylonDlg()
| CBabylonDlg::~CBabylonDlg |
( |
| ) |
|
|
virtual |
◆ CanExit()
| BOOL CBabylonDlg::CanExit |
( |
| ) |
|
|
protected |
◆ CanOperate()
| int CBabylonDlg::CanOperate |
( |
void | | ) |
|
◆ CanProceed()
| int CBabylonDlg::CanProceed |
( |
void | | ) |
|
◆ DoDataExchange()
| void CBabylonDlg::DoDataExchange |
( |
CDataExchange * | pDX | ) |
|
|
protectedvirtual |
◆ InitProgress()
| void CBabylonDlg::InitProgress |
( |
int | range | ) |
|
◆ LoadStrFile()
| int CBabylonDlg::LoadStrFile |
( |
TransDB * | db, |
|
|
const char * | fileaname, |
|
|
void(* | cb )(void) = NULL ) |
◆ Log()
◆ MatchText()
◆ OnChanges()
| void CBabylonDlg::OnChanges |
( |
| ) |
|
|
protected |
◆ OnClose()
| void CBabylonDlg::OnClose |
( |
| ) |
|
|
protected |
◆ OnDblclkCombolang()
| void CBabylonDlg::OnDblclkCombolang |
( |
| ) |
|
|
protected |
◆ OnDropFiles()
| void CBabylonDlg::OnDropFiles |
( |
HDROP | hDropInfo | ) |
|
|
protected |
◆ OnErrors()
| void CBabylonDlg::OnErrors |
( |
| ) |
|
|
protected |
◆ OnExport()
| void CBabylonDlg::OnExport |
( |
| ) |
|
|
protected |
◆ OnGenerate()
| void CBabylonDlg::OnGenerate |
( |
| ) |
|
|
protected |
◆ OnImport()
| void CBabylonDlg::OnImport |
( |
| ) |
|
|
protected |
◆ OnInitDialog()
| BOOL CBabylonDlg::OnInitDialog |
( |
| ) |
|
|
protectedvirtual |
◆ OnPaint()
| void CBabylonDlg::OnPaint |
( |
| ) |
|
|
protected |
◆ OnQueryDragIcon()
| HCURSOR CBabylonDlg::OnQueryDragIcon |
( |
| ) |
|
|
protected |
◆ OnReload()
| void CBabylonDlg::OnReload |
( |
| ) |
|
|
protected |
◆ OnReports()
| void CBabylonDlg::OnReports |
( |
| ) |
|
|
protected |
◆ OnReset()
| void CBabylonDlg::OnReset |
( |
| ) |
|
|
protected |
◆ OnSave()
| void CBabylonDlg::OnSave |
( |
| ) |
|
|
protected |
◆ OnSelchangeCombolang()
| void CBabylonDlg::OnSelchangeCombolang |
( |
| ) |
|
|
protected |
◆ OnSent()
| void CBabylonDlg::OnSent |
( |
| ) |
|
|
protected |
◆ OnSysCommand()
| void CBabylonDlg::OnSysCommand |
( |
UINT | nID, |
|
|
LPARAM | lParam ) |
|
protected |
◆ OnTranslations()
| void CBabylonDlg::OnTranslations |
( |
| ) |
|
|
protected |
◆ OnUpdate()
| void CBabylonDlg::OnUpdate |
( |
| ) |
|
|
protected |
◆ OnVerifyDialog()
| void CBabylonDlg::OnVerifyDialog |
( |
| ) |
|
|
protected |
◆ OnViewdbs()
| void CBabylonDlg::OnViewdbs |
( |
| ) |
|
|
protected |
◆ OnWarnings()
| void CBabylonDlg::OnWarnings |
( |
| ) |
|
|
protected |
◆ ProgressComplete()
| void CBabylonDlg::ProgressComplete |
( |
void | | ) |
|
◆ Ready()
| void CBabylonDlg::Ready |
( |
void | | ) |
|
|
inline |
◆ RetranslateText()
◆ SaveLog()
| int CBabylonDlg::SaveLog |
( |
void | | ) |
|
◆ SaveMainDB()
| int CBabylonDlg::SaveMainDB |
( |
void | | ) |
|
◆ SetProgress()
| void CBabylonDlg::SetProgress |
( |
int | pos | ) |
|
◆ Status()
| void CBabylonDlg::Status |
( |
const char * | string, |
|
|
int | log = TRUE ) |
◆ UpdateDB()
◆ UpdateLabel()
◆ ValidateStrFile()
| int CBabylonDlg::ValidateStrFile |
( |
const char * | filename | ) |
|
◆ VerifyDialog()
◆ VerifyTranslations()
| void CBabylonDlg::VerifyTranslations |
( |
TransDB * | db, |
|
|
LangID | langid ) |
◆ CBabylonDlgAutoProxy
◆ m_hIcon
| HICON CBabylonDlg::m_hIcon |
|
protected |
◆ m_pAutoProxy
The documentation for this class was generated from the following files: