mainwindow

Undocumented in source.

Members

Functions

WinMain
int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
mainImpl
int mainImpl(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
onAbout
void onAbout(Button t)
Undocumented in source. Be warned that the author may not have intended to support it.
onExport
void onExport(Button t)
Undocumented in source. Be warned that the author may not have intended to support it.
onGeneralParamsChanged
void onGeneralParamsChanged(Adjustment changed)
Undocumented in source. Be warned that the author may not have intended to support it.
onNoiseAdded
void onNoiseAdded(Button b)
Undocumented in source. Be warned that the author may not have intended to support it.
onNoiseParamsChanged
void onNoiseParamsChanged(Adjustment changed)
Undocumented in source. Be warned that the author may not have intended to support it.
onNoiseRemoved
void onNoiseRemoved(Button b)
Undocumented in source. Be warned that the author may not have intended to support it.
onNoiseStrengthChange
void onNoiseStrengthChange(Adjustment changed)
Undocumented in source. Be warned that the author may not have intended to support it.
onNoiseStrengthSelected
void onNoiseStrengthSelected(ComboBoxText changed)
Undocumented in source. Be warned that the author may not have intended to support it.
onProfileChange
void onProfileChange(Adjustment changed)
Undocumented in source. Be warned that the author may not have intended to support it.
onProfileSelected
void onProfileSelected(ComboBoxText changed)
Undocumented in source. Be warned that the author may not have intended to support it.
onShowPreview
void onShowPreview(ToggleButton t)
Undocumented in source. Be warned that the author may not have intended to support it.
onWindowClose
void onWindowClose(Widget )
Undocumented in source. Be warned that the author may not have intended to support it.
updateNoiseInterface
void updateNoiseInterface()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin GtkAttributes
Undocumented in source.

Variables

adjusting
bool adjusting;
Undocumented in source.
b
Builder b;
Undocumented in source.
currentNoise
int currentNoise;
Undocumented in source.
layerHeight
Adjustment layerHeight;
Undocumented in source.
mainWindow
Window mainWindow;
Undocumented in source.
maxDiameter
Adjustment maxDiameter;
Undocumented in source.
minDiameter
Adjustment minDiameter;
Undocumented in source.
noiseAmplitude
Adjustment noiseAmplitude;
Undocumented in source.
noiseList
TreeView noiseList;
Undocumented in source.
noiseListStore
ListStore noiseListStore;
Undocumented in source.
noiseParamsGroup
Grid noiseParamsGroup;
Undocumented in source.
noiseRandomSeed
Adjustment noiseRandomSeed;
Undocumented in source.
noiseRemove
Button noiseRemove;
Undocumented in source.
noiseRotation
Adjustment noiseRotation;
Undocumented in source.
noiseStrength
ComboBoxText noiseStrength;
Undocumented in source.
noiseStrengthGroup
Frame noiseStrengthGroup;
Undocumented in source.
noiseXScale
Adjustment noiseXScale;
Undocumented in source.
noiseZScale
Adjustment noiseZScale;
Undocumented in source.
renderTimeout
Timeout renderTimeout;
Undocumented in source.
resolution
Adjustment resolution;
Undocumented in source.
showPreview
CheckButton showPreview;
Undocumented in source.
t
int t;
Undocumented in source.
vaseHeight
Adjustment vaseHeight;
Undocumented in source.
vaseProfile
ComboBoxText vaseProfile;
Undocumented in source.

Mixed In Members

From mixin GtkAttributes

ui
_ui ui(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
_ui
struct _ui
Undocumented in source.
event
struct event(T)
Undocumented in source.

Meta