libready-set-0.14 Reference Manual
Packages
libready-set-0.14
ReadySet
libready-set-0.14
Description:
Content:
Namespaces:
ReadySet
Interfaces:
ApplyAfter
ExistingUser
HasFilesToCopy
HasStringRepr
HasWidgetRepr
Welcome
-
Mark step as welcome step. If this step is first step, welcome page will not be shown.
Classes:
ApplyErrorData
-
Data that handles
StepAddin.apply
error data.
BasePage
-
Base class for all pages that will be build via
ReadySet.StepAddin.build_pages
.
Context
ContextObject
-
Object that
ReadySet.Context
understand and which can be registered.
ContextVarInfo
-
Information about context value. Needs for registration and used in
ReadySet.ExtensionBase.get_context_vars
.
ExtensionBase
InstallerAddin
-
Install logic. Calls on finish page in the application. You can control progress indicator via `progress_data`.
InstallerStep
ProgressData
-
Class for handling progress data for continius operation in
InstallerAddin.install
and
StepAddin.apply
.
StatusPage
-
Similar to
Adw.StatusPage
, but without
Gtk.ScrolledWindow
and
Adw.Clamp
.
StepAddin
-
Base class for plugin that provides `step`.
Enums:
ContextType
-
Value type stored in context.
ReadySet.ContextType.OBJECT
allows to store only
ReadySet.ContextObject
.
ExistingUserStatus
-
Status of method
ReadySet.ExistingUser.get_existing_user
LayoutMode
Mode
Error domains:
ApplyError
-
Can hold either json string or something else.
Delegates:
public
delegate
Value
ContextGetterFunc
()
Function that uses as getter in
Context
value.
public
delegate
void
ContextSetterFunc
(
Value
new_value)
Function that uses as setter in
Context
value.
Methods:
public
string
get_current_lang
()
public
void
set_current_lang
(
string
new_lang)