MainInstaller

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

addDirectory
void addDirectory(char[] id, Entry entry)
Undocumented in source. Be warned that the author may not have intended to support it.
addSelection
void addSelection(char[] id, CheckButton check)
Undocumented in source. Be warned that the author may not have intended to support it.
getDirectory
char[] getDirectory(char[] id)
Undocumented in source. Be warned that the author may not have intended to support it.
getSelection
bool getSelection(char[] id)
Undocumented in source. Be warned that the author may not have intended to support it.
getSelectionButton
CheckButton getSelectionButton(char[] id)
Undocumented in source. Be warned that the author may not have intended to support it.
nextPanel
void nextPanel()
Undocumented in source. Be warned that the author may not have intended to support it.
prevPanel
void prevPanel()
Undocumented in source. Be warned that the author may not have intended to support it.
setDirectory
void setDirectory(char[] id, char[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
setSelection
void setSelection(char[] id, bool active)
Undocumented in source. Be warned that the author may not have intended to support it.
setSensitive
void setSensitive(char[] id, bool active)
Undocumented in source. Be warned that the author may not have intended to support it.
setUserPanel
void setUserPanel(UserPanel panel)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

backButton
Button backButton;
Undocumented in source.
buttonBox
ButtonBox buttonBox;
Undocumented in source.
currentUserPanel
UserPanel currentUserPanel;
Undocumented in source.
directories
Entry[char[]] directories;
Undocumented in source.
exitButton
Button exitButton;
Undocumented in source.
installButton
Button installButton;
Undocumented in source.
leftBox
VBox leftBox;
Undocumented in source.
mainBox
VBox mainBox;
Undocumented in source.
movingDirection
int movingDirection;
Undocumented in source.
nextButton
Button nextButton;
Undocumented in source.
notebook
Notebook notebook;
Undocumented in source.
selections
CheckButton[char[]] selections;
Undocumented in source.
tasksBox
VBox tasksBox;
Undocumented in source.
tasksList
CheckButton[char[]] tasksList;
Undocumented in source.
topBox
HBox topBox;
Undocumented in source.
userPanels
UserPanel[] userPanels;
Undocumented in source.

Inherited Members

From MainWindow

windowDelete
bool windowDelete(Event event, Widget widget)

Executed when the user tries to close the window

exit
bool exit(int code, bool force)

Allows the application to close and decide if it can exit

From InstallerUI

setUserPanel
void setUserPanel(UserPanel panel)
Undocumented in source.
addSelection
void addSelection(char[] id, CheckButton check)
Undocumented in source.
getSelectionButton
CheckButton getSelectionButton(char[] id)
Undocumented in source.
getSelection
bool getSelection(char[] id)
Undocumented in source.
setSelection
void setSelection(char[] id, bool state)
Undocumented in source.
setSensitive
void setSensitive(char[] id, bool state)
Undocumented in source.
addDirectory
void addDirectory(char[] id, Entry entry)
Undocumented in source.
getDirectory
char[] getDirectory(char[] id)
Undocumented in source.
setDirectory
void setDirectory(char[] id, char[] value)
Undocumented in source.

Meta