| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: translations.pas line 106
type TPOFile = class |
||
protected |
||
|
||
|
||
|
||
FCharSet: string; |
|
|
|
||
FAllEntries: Boolean; |
|
|
|
||
FModified: Boolean; |
|
|
|
||
FPoName: string; |
|
|
function Remove(); |
|
|
function GetCount; |
|
|
procedure SetCharSet(); |
|
|
function GetPoItem(); |
|
|
procedure ReadPOText(); |
|
|
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
function Translate(); |
|
|
property CharSet: string; [r] |
|
|
procedure Report(); |
|
|
procedure CreateHeader; |
|
|
procedure UpdateStrings(); |
|
|
procedure SaveToStrings(); |
|
|
procedure SaveToFile(); |
|
|
procedure UpdateItem(); |
|
|
procedure FillItem(); |
||
procedure UpdateTranslation(); |
|
|
procedure UntagAll; |
|
|
procedure RemoveTaggedItems(); |
|
|
procedure RemoveIdentifier(); |
|
|
procedure RemoveOriginal(); |
|
|
procedure RemoveIdentifiers(); |
|
|
procedure RemoveOriginals(); |
|
|
|
||
property Modified: Boolean; [r] |
|
|
|
||
procedure CleanUp; |
|
|
property PoName: string; [r] |
|
|
property PoRename: string; [w] |
|
|
property Statistics: TTranslationStatistics; [r] |
||
procedure InvalidateStatistics; |
||
function FindPoItem(); |
|
|
function OriginalToItem(); |
|
|
property PoItems []: TPOFileItem; [r] |
|
|
|
||
property Header: TPOFileItem; [r] |
|
|
end; |
|
||
| | | ||
TObject |
| lazarus-ccr.sourceforge.net |