Method | Description | |
---|---|---|
ClearCombo ( Gtk combo ) : void | ||
Execute ( string command, string arguments, bool noErrors = true ) : void | ||
ExecuteAndReturnOutput ( string command, string arguments ) : string | ||
ExecuteAndReturnOutputAsList ( string command, string arguments ) : List |
||
ExecuteInShell ( string command ) : void | ||
FillComboBox ( Gtk combo, List |
Fills the combo box.
|
|
FillComboBox ( Gtk combo, |
Fills the combo box.
|
|
FillComboBoxEntry ( Gtk combo, string>.Dictionary |
||
FillComboBoxEntry ( Gtk combo, List |
Fills the combo box entry.
|
|
HuamReadableDuration ( decimal miliSeconds ) : string |
Returns duration (decimal) in miliseconds as string like "hh:mm:ss"
|
|
HumanReadableSize ( long sizeInBytes ) : string |
Returns size (long) as string like "2 GB"
|
|
IsInt ( this s ) : bool | ||
IsNumeric ( this s ) : bool | ||
ParseDecimalValueFromValue ( string value, string>.Dictionary |
||
SetAvailability ( Gtk widget, bool editable = false ) : void | ||
ToDecimal ( this s ) : decimal |
public static ClearCombo ( Gtk combo ) : void | ||
combo | Gtk | |
return | void |
public static Execute ( string command, string arguments, bool noErrors = true ) : void | ||
command | string | |
arguments | string | |
noErrors | bool | |
return | void |
public static ExecuteAndReturnOutput ( string command, string arguments ) : string | ||
command | string | |
arguments | string | |
return | string |
public static ExecuteAndReturnOutputAsList ( string command, string arguments ) : List |
||
command | string | |
arguments | string | |
return | List |
public static ExecuteInShell ( string command ) : void | ||
command | string | |
return | void |
public static FillComboBox ( Gtk combo, List |
||
combo | Gtk | /// Combo. /// |
items | List |
/// Items. /// |
editable | bool | /// Editable. /// |
currentValue | string | /// Current value. /// |
return | void |
public static FillComboBox ( Gtk combo, |
||
combo | Gtk | /// Combo. /// |
enumType | ||
editable | bool | /// Editable. /// |
currentValue | int | /// Current value. /// |
return | void |
public static FillComboBoxEntry ( Gtk combo, string>.Dictionary |
||
combo | Gtk | |
items | string>.Dictionary | |
currentValue | decimal | |
editable | bool | |
return | void |
public static FillComboBoxEntry ( Gtk combo, List |
||
combo | Gtk | /// Combo. /// |
items | List |
/// Items. /// |
currentValue | string | /// Current value. /// |
isDecimal | bool | |
editable | bool | /// Editable. /// |
return | void |
public static HuamReadableDuration ( decimal miliSeconds ) : string | ||
miliSeconds | decimal | |
return | string |
public static HumanReadableSize ( long sizeInBytes ) : string | ||
sizeInBytes | long | |
return | string |
public static ParseDecimalValueFromValue ( string value, string>.Dictionary |
||
value | string | |
dict | string>.Dictionary | |
return | decimal |
public static SetAvailability ( Gtk widget, bool editable = false ) : void | ||
widget | Gtk | |
editable | bool | |
return | void |