Метод | Описание | |
---|---|---|
EvaluateForEveryLine ( String conditionExpr ) : List |
XXX: Wrong documentation = Selects preview lines in Gtk.TreeView based on a condtion like "episode=3 and contains(sub1, 'Bye')".
|
|
ExportData ( |
||
ExportTextFile ( List |
||
GenerateFullUpdateList ( ) : List |
||
GetActiveCards ( ) : List |
||
GetAudioFileName ( |
||
GetCardClone ( int index ) : CardInfo | ||
GetLength ( ) : int | ||
GetSnapshotFileName ( |
||
IsIndexInRange ( int index ) : bool | ||
MergeLines ( List |
||
PreviewListModel ( List |
||
RegexReplace ( List |
||
SetCard ( int index, CardInfo cardInfo ) : List |
||
UpdateCardActivation ( IEnumerable |
Метод | Описание | |
---|---|---|
finalizeChangeList ( List |
public EvaluateForEveryLine ( String conditionExpr ) : List |
||
conditionExpr | String | Condition expr. |
Результат | List |
public ExportData ( |
||
settings | ||
progressInfo | ||
Результат | void |
public ExportTextFile ( List |
||
cardInfoList | List |
|
settings | ||
progressInfo | ||
Результат | void |
public GetAudioFileName ( |
||
settings | ||
cardInfo | CardInfo | |
Результат | String |
public GetCardClone ( int index ) : CardInfo | ||
index | int | |
Результат | CardInfo |
public GetSnapshotFileName ( |
||
settings | ||
cardInfo | CardInfo | |
Результат | String |
public IsIndexInRange ( int index ) : bool | ||
index | int | |
Результат | bool |
public MergeLines ( List |
||
selectedIndices | List |
|
mergeMode | MergeMode | |
Результат | List |
public PreviewListModel ( List |
||
cardInfos | List |
|
Результат | System |
public RegexReplace ( List |
||
indices | List |
|
inSub1 | bool | |
inSub2 | bool | |
pattern | string | |
replaceTo | string | |
Результат | List |
public SetCard ( int index, CardInfo cardInfo ) : List |
||
index | int | |
cardInfo | CardInfo | |
Результат | List |
public UpdateCardActivation ( IEnumerable |
||
items | IEnumerable |
|
mode | BinaryChangeMode | |
Результат | List |