MCPcopy Create free account

hub / github.com/XapaJIaMnu/translateLocally / types & classes

Types & classes56 in github.com/XapaJIaMnu/translateLocally

↓ 3 callersClassTranslation
* Wrapper around a translation response from the bergamot service. Hides that * interface from the rest of the Qt code, and provides utility function
src/Translation.h:29
↓ 1 callersClassCommandLineIface
src/cli/CommandLineIface.h:15
↓ 1 callersClassModelMeta
* @Brief outside info about a model that it cannot know about itself in a * shipped json file like where did we get it from, when did we get it, etc.
src/inventory/ModelManager.h:33
↓ 1 callersClassSettings
* Settings: * Class that houses all the invidividual settings. Also responsible * for providing the QSettings instance used by individidual settings
src/settings/Settings.h:28
↓ 1 callersClassTimer
Little helper class top measure runtime of async function calls and dump all of those to a CSV.
scripts/native_client.py:15
↓ 1 callersClassTranslateLocally
TranslateLocally wrapper around Client that translates our defined messages into functions with arguments.
scripts/native_client.py:94
EnumAction
src/mainwindow.h:32
ClassAddNewRepoDialog
src/settings/NewRepoDialog.h:4
ClassAlignmentHighlighter
src/AlignmentHighlighter.h:7
ClassAlignmentWorker
src/AlignmentWorker.h:9
EnumAppType
src/cli/CLIParsing.h:10
ClassAsyncService
src/cli/NativeMsgIface.h:21
ClassClient
asyncio based native messaging client. Main interface is just calling `request()` with the right parameters and awaiting the future it returns.
scripts/native_client.py:35
ClassColorWell
src/ColorWell.h:8
EnumColumn
src/settings/RepositoryTableModel.h:32
EnumColumn
src/inventory/ModelManager.h:311
ClassDirectModelInstance
* Internal structure to cache a loaded direct model (i.e. no pivoting) */
src/cli/NativeMsgIface.h:251
EnumDirection
src/Translation.h:59
ClassDownloadRequest
* Request to download a model to the user's machine so it can be used. * * Request: * { * "id": int, * "command": "DownloadModel", * "data
src/cli/NativeMsgIface.h:233
ClassFilterTableView
* QTableView with search field that pops up when you press ctrl + f. */
src/FilterTableView.h:11
ClassListRequest
* List of available models. * * Request: * { * "id": int, * "command": "ListModels", * "data": { * OPTIONAL * "includeRemote":
src/cli/NativeMsgIface.h:194
EnumLocation
src/inventory/ModelManager.h:19
ClassMainWindow
src/mainwindow.h:16
ClassMalformedRequest
* Internal structure to handle a request that is missing a required field. */
src/cli/NativeMsgIface.h:242
EnumManifestVariant
src/cli/NativeMsgManager.cpp:37
ClassMarianInterface
src/MarianInterface.h:18
ClassMarianInterface
src/mainwindow.h:13
ClassModel
src/inventory/ModelManager.h:42
ClassModelDescription
src/MarianInterface.cpp:48
ClassModelDescription
src/MarianInterface.h:13
ClassModelManager
src/inventory/ModelManager.h:210
ClassModelPair
src/inventory/ModelManager.h:203
ClassNativeMsgIface
src/cli/NativeMsgIface.h:271
ClassNativeMsgManager
src/cli/NativeMsgManager.h:6
ClassNetwork
src/Network.h:10
ClassPivotModelInstance
* Internal structure to cache a loaded indirect model (i.e. needs to pivot) */
src/cli/NativeMsgIface.h:259
ClassQFile
src/Network.h:8
ClassQFrame
src/FilterTableView.h:4
ClassQLineEdit
src/FilterTableView.h:5
ClassQPushButton
src/FilterTableView.h:6
ClassRepository
src/types.h:14
ClassRepositoryTableModel
src/settings/RepositoryTableModel.h:7
ClassRequest
* Incoming requests all extend Request which contains the client supplied message * id. This id is used in any reply to this request. See parseJsonIn
src/cli/NativeMsgIface.h:70
ClassResponse
src/Translation.h:9
ClassResponse
src/cli/NativeMsgIface.h:23
ClassSetting
* Setting: * Type-independent base class for each setting. Separate from the * templated Setting<T> class because Q_OBJECT + templates does not work
src/settings/Settings.h:37
ClassSettingImpl
src/settings/Settings.h:58
ClassTranslationInput
src/MarianInterface.cpp:43
ClassTranslationInput
src/MarianInterface.h:14
ClassTranslationModel
src/cli/NativeMsgIface.h:22
ClassTranslationRequest
* Request: * { * "id": int * "command": "Translate", * "data": { * EIHER * "src": str BCP-47 language code, * "trg": str B
src/cli/NativeMsgIface.h:108
ClassTranslatorSettingsDialog
src/settings/TranslatorSettingsDialog.h:12
ClassWordAlignment
* Word alignment information, with information about a span in the translation * output as answer to querying which parts 'belong' to a span in the
src/Translation.h:18
Classarchive
src/inventory/ModelManager.cpp:554
ClassmarianSettings
src/types.h:8
Classoverloaded
src/cli/NativeMsgIface.cpp:30