Inheritance diagram for QtBackend:
This class handles the functions which move data from the Qt frontend to the translation backend functions on various events generated by the user. Data are passed by this class from Qt controls to the backend.
Definition at line 32 of file QtBackend.php.
Public Member Functions | |
__construct () | |
SyncToString () |
QtBackend::__construct | ( | ) |
Create a QtBackend for the GUI operations.
Reimplemented from TranslationBackend.
Definition at line 39 of file QtBackend.php.
References __construct().
QtBackend::SyncToString | ( | ) |
Function to sync all controls to the current string
Definition at line 49 of file QtBackend.php.
References TranslationBackend::FindProjectPath(), TranslationBackend::LoadProjectStrings(), and TranslationBackend::LocateString().