Reference
This graph shows all objects and their relationships. Click on a box to jump to the object reference.
- Object PassoloApp
PassoloApp is the root object. All other SDL Passolo objects are created through method calls of PassoloApp. PassoloApp is the only Passolo object that fires events. Event Handlers can be implemented to handle these events. - Object PslAppStatus
This object displays a status text in the lower left of the application window. The display can also contain a progress bar and an abort hint. - Object PslCloudBundle
- Object PslGlossaries
This object contains a list of glossaries. - Object PslGlossary
This object represents a glossary used in SDL Passolo either globally or for a specific project. - Object PslGroupShareBundle
- Object HistoryItem
This object represents a single entry in the history list of a string. - Object HistoryItems
This object represents an collection of history items of a string. - Object PslLanguage
PslLanguage represents a language in SDL Passolo. - Object PslLanguages
PslLanguages contains the list of target languages used in a project. - Object PslOutputWnd
This object accesses the messages, check or find page in the SDL Passolo output window. - Object PslProject
PslProject represents a project in SDL Passolo with its source string lists, translation lists, languages and glossaries. - Object PslProjects
PslProjects is the container that contains all the SDL Passolo projects currently loaded into Passolo. - Object PslProperties
PslProperties is a container for custom properties that are included in a PslSourceString or a PslTransString. - Object PslResData
PslResData is the interface object to exchange data between SDL Passolo and the event handler OnProcessUserFile. In OnProcessUserFile the handling of other file formats like data bases or java property files can be implemented. - Object PslResource
This object represents a resource like a menu or a dialog. - Object PslResourceEditor
This object represents a currently opened resource editor. - Object PslSourceDisplay
PslSourceDisplay represents the display of one or more source lists in the SDL Passolo string window. - Object PslSourceList
PslSourceList represents a source string list. It offers methods to perform operations on the list and attributes to access each resource string. - Object PslSourceLists
PslSourceLists contains all source files/source string lists of a project. - Object PslSourceString
This object contains the data of an entry in the source string list. - Object PslStatistics
Use PslTransList.GetStatistics to get statistical information about a translation list. - Object PslStringCounter
This object contains counter information in terms of strings, words, letters and characters. Words are separated by white-spaces and punctuation characters. Characters contains the number of letter plus white-spaces and punctuation characters. - Object PslTask
This object represents a single task as displayed in the task page of output window. - Object PslTasks
This object represents a single task as displayed in the task page of output window. - Object PslTransBundle
This object is returned from PslProject.PrepareTransBundle to collect the files, glossaries and macros that are added to a translation bundle. It can also be used to collect files for an export in another format. - Object PslTransDisplay
PslTransDisplay represents the display of one or more translation lists in a SDL Passolo string window. - Object PslTranslation
This object contains a translation consisting of a source and a target text. - Object PslTranslations
This object is used to keep a collection of translation for a given source string. If you implement the event handler PassoloApp.OnAutoTranslate you can add translations for the source string which will be used by Passolo during automatic translation. - Object PslTransList
PslTransList represents a translation list. It offers methods to perform operations on the translation list and attributes to access each resource string. - Object PslTransLists
Contains all translation lists of a project. New translation lists are created automatically by inserting new source file lists or new languages. - Object PslTransString
This object contains the data of an entry in the translation list. - Object PslUserFile
This object represents a single user file that is embedded to the project. - Object PslUserFiles
This object represents a single task as displayed in the task page of output window.