2002-05-01 19:55:07 +04:00
|
|
|
# data file for the Fltk User Interface Designer (fluid)
|
2016-01-30 03:56:42 +03:00
|
|
|
version 1.0400
|
2021-12-19 03:09:13 +03:00
|
|
|
i18n_type 1
|
|
|
|
i18n_include {<libintl.h>}
|
|
|
|
i18n_conditional FLTK_GETTEXT_FOUND
|
|
|
|
i18n_function gettext
|
|
|
|
i18n_static_function gettext_noop
|
2015-07-09 05:09:33 +03:00
|
|
|
header_name {.h}
|
2002-06-27 08:29:39 +04:00
|
|
|
code_name {.cxx}
|
2010-11-12 14:55:10 +03:00
|
|
|
decl {\#include <FL/Fl_Preferences.H>} {public local
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2006-04-04 16:24:36 +04:00
|
|
|
|
2010-11-12 14:55:10 +03:00
|
|
|
decl {\#include <stdio.h>} {public local
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2006-04-04 16:24:36 +04:00
|
|
|
|
2010-11-12 14:55:10 +03:00
|
|
|
decl {\#include <stdlib.h>} {private local
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2006-04-04 16:24:36 +04:00
|
|
|
|
2010-11-12 14:55:10 +03:00
|
|
|
decl {\#include <FL/filename.H>} {private local
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2006-04-04 16:24:36 +04:00
|
|
|
|
2010-11-12 14:55:10 +03:00
|
|
|
decl {\#include <FL/fl_ask.H>} {private local
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2006-04-04 16:24:36 +04:00
|
|
|
|
2010-12-21 01:19:24 +03:00
|
|
|
decl {void readPrefs();} {public local
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2006-04-04 16:24:36 +04:00
|
|
|
|
2010-12-21 01:19:24 +03:00
|
|
|
decl {void writePrefs();} {public local
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2006-04-04 16:24:36 +04:00
|
|
|
|
2012-01-18 19:15:04 +04:00
|
|
|
decl {const char *project = "fltk.org";} {private local
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2012-01-18 19:15:04 +04:00
|
|
|
|
|
|
|
decl {const char *application = "test/preferences";} {private local
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2012-01-18 19:15:04 +04:00
|
|
|
|
2010-12-21 01:19:24 +03:00
|
|
|
Function {closeWindowCB( Fl_Widget*, void* )} {open private return_type void
|
2006-04-04 16:24:36 +04:00
|
|
|
} {
|
2010-12-21 01:19:24 +03:00
|
|
|
code {Fl::delete_widget(myWindow);} {}
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2006-04-04 16:24:36 +04:00
|
|
|
|
2010-12-21 01:19:24 +03:00
|
|
|
Function {saveAndCloseWindowCB( Fl_Widget*, void* )} {open private return_type void
|
2002-05-01 19:55:07 +04:00
|
|
|
} {
|
2010-12-21 01:19:24 +03:00
|
|
|
code {writePrefs();
|
|
|
|
Fl::delete_widget(myWindow);} {}
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2006-04-04 16:24:36 +04:00
|
|
|
|
2010-12-21 01:19:24 +03:00
|
|
|
Function {} {open return_type int
|
2006-04-04 16:24:36 +04:00
|
|
|
} {
|
|
|
|
Fl_Window myWindow {
|
2010-12-21 01:19:24 +03:00
|
|
|
label {My Preferences}
|
|
|
|
callback closeWindowCB open
|
2021-12-19 03:09:13 +03:00
|
|
|
xywh {585 277 298 311} type Double visible
|
2002-05-01 19:55:07 +04:00
|
|
|
} {
|
2010-12-21 01:19:24 +03:00
|
|
|
Fl_Button {} {
|
|
|
|
label Cancel
|
|
|
|
callback closeWindowCB
|
|
|
|
xywh {210 275 75 25}
|
|
|
|
}
|
|
|
|
Fl_Button {} {
|
|
|
|
label OK
|
|
|
|
callback saveAndCloseWindowCB
|
|
|
|
xywh {125 275 75 25}
|
|
|
|
}
|
2006-04-04 16:24:36 +04:00
|
|
|
Fl_Group {} {
|
2010-12-21 01:19:24 +03:00
|
|
|
label {Get Up:} open
|
|
|
|
xywh {20 30 115 225} box ENGRAVED_FRAME align 5
|
2002-05-01 19:55:07 +04:00
|
|
|
} {
|
2010-12-21 01:19:24 +03:00
|
|
|
Fl_Input wAlarm {
|
2021-12-19 03:09:13 +03:00
|
|
|
label {Alarm at:}
|
2010-12-21 01:19:24 +03:00
|
|
|
xywh {25 55 45 20} align 5
|
|
|
|
}
|
|
|
|
Fl_Choice wAmPm {open
|
|
|
|
xywh {75 55 55 20} down_box BORDER_BOX
|
2006-04-04 16:24:36 +04:00
|
|
|
} {
|
|
|
|
MenuItem {} {
|
2010-12-21 01:19:24 +03:00
|
|
|
label {a.m.}
|
|
|
|
xywh {0 0 100 20}
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
|
|
|
MenuItem {} {
|
2021-12-19 03:09:13 +03:00
|
|
|
label {p.m.} selected
|
2010-12-21 01:19:24 +03:00
|
|
|
xywh {0 0 100 20}
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
2010-12-12 22:52:26 +03:00
|
|
|
}
|
2010-12-21 01:19:24 +03:00
|
|
|
Fl_Choice wWear {
|
|
|
|
label {Wear:} open
|
|
|
|
xywh {25 100 105 20} down_box BORDER_BOX align 5
|
2010-12-12 22:52:26 +03:00
|
|
|
} {
|
2006-04-04 16:24:36 +04:00
|
|
|
MenuItem {} {
|
2010-12-21 01:19:24 +03:00
|
|
|
label shoes
|
|
|
|
xywh {0 0 100 20}
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
|
|
|
MenuItem {} {
|
2010-12-21 01:19:24 +03:00
|
|
|
label sandals
|
|
|
|
xywh {0 0 100 20}
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
|
|
|
MenuItem {} {
|
2010-12-21 01:19:24 +03:00
|
|
|
label {flip flops}
|
|
|
|
xywh {0 0 100 20}
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
2010-12-21 01:19:24 +03:00
|
|
|
MenuItem {} {
|
|
|
|
label {bare foot}
|
|
|
|
xywh {0 0 100 20}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {open
|
|
|
|
xywh {35 120 98 60}
|
|
|
|
} {
|
|
|
|
Fl_Round_Button wLeft {
|
|
|
|
label {left side}
|
|
|
|
xywh {35 120 95 25} type Radio down_box ROUND_DOWN_BOX
|
|
|
|
}
|
|
|
|
Fl_Round_Button wRight {
|
|
|
|
label {right side}
|
|
|
|
xywh {35 140 95 25} type Radio down_box ROUND_DOWN_BOX
|
|
|
|
}
|
|
|
|
Fl_Box {} {
|
|
|
|
label {of the bed}
|
|
|
|
xywh {38 160 95 20}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Check_Button wShower {
|
|
|
|
label shower
|
|
|
|
xywh {25 180 105 25} down_box DOWN_BOX
|
|
|
|
}
|
|
|
|
Fl_Check_Button wShave {
|
|
|
|
label shave
|
|
|
|
xywh {25 200 105 25} down_box DOWN_BOX
|
|
|
|
}
|
|
|
|
Fl_Check_Button wBrush {
|
|
|
|
label {brush teeth}
|
|
|
|
xywh {25 220 105 25} down_box DOWN_BOX
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
Fl_Group {} {
|
2010-12-21 01:19:24 +03:00
|
|
|
label {Breakfast::} open
|
|
|
|
xywh {160 30 115 225} box ENGRAVED_FRAME align 5
|
2006-04-04 16:24:36 +04:00
|
|
|
} {
|
2010-12-21 01:19:24 +03:00
|
|
|
Fl_Choice wDrink {
|
|
|
|
label {Drink:} open
|
|
|
|
xywh {165 50 105 20} down_box BORDER_BOX align 5
|
2006-04-04 16:24:36 +04:00
|
|
|
} {
|
|
|
|
MenuItem {} {
|
2010-12-21 01:19:24 +03:00
|
|
|
label coffee
|
|
|
|
xywh {10 10 100 20}
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
|
|
|
MenuItem {} {
|
2010-12-21 01:19:24 +03:00
|
|
|
label tea
|
|
|
|
xywh {10 10 100 20}
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
|
|
|
MenuItem {} {
|
2010-12-21 01:19:24 +03:00
|
|
|
label juice
|
|
|
|
xywh {10 10 100 20}
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
|
|
|
}
|
2010-12-21 01:19:24 +03:00
|
|
|
Fl_Check_Button wMilk {
|
|
|
|
label {with milk}
|
|
|
|
xywh {170 70 100 25} down_box DOWN_BOX
|
|
|
|
}
|
|
|
|
Fl_Choice wBread {
|
|
|
|
label {Bread:} open
|
|
|
|
xywh {165 110 105 20} down_box BORDER_BOX align 5
|
2006-04-04 16:24:36 +04:00
|
|
|
} {
|
|
|
|
MenuItem {} {
|
2010-12-21 01:19:24 +03:00
|
|
|
label wheat
|
|
|
|
xywh {0 0 100 20}
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
|
|
|
MenuItem {} {
|
2010-12-21 01:19:24 +03:00
|
|
|
label white
|
|
|
|
xywh {0 0 100 20}
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
|
|
|
MenuItem {} {
|
2010-12-21 01:19:24 +03:00
|
|
|
label rye
|
|
|
|
xywh {0 0 100 20}
|
|
|
|
}
|
|
|
|
MenuItem {} {
|
|
|
|
label {sour doh}
|
|
|
|
xywh {0 0 100 20}
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
|
|
|
}
|
2010-12-21 01:19:24 +03:00
|
|
|
Fl_Check_Button wButter {
|
|
|
|
label {with butter}
|
|
|
|
xywh {170 130 100 25} down_box DOWN_BOX
|
2006-04-04 16:24:36 +04:00
|
|
|
}
|
2010-12-21 01:19:24 +03:00
|
|
|
Fl_Input wEggs {
|
|
|
|
label eggs
|
|
|
|
xywh {165 163 30 20} type Int align 8
|
|
|
|
}
|
|
|
|
Fl_Value_Slider wMinutes {
|
|
|
|
label {min.}
|
|
|
|
xywh {175 185 70 20} type Horizontal align 8 minimum 2 maximum 6 value 3.1
|
|
|
|
}
|
|
|
|
Fl_Input wPaper {
|
|
|
|
label {Newspaper:}
|
|
|
|
xywh {165 225 105 20} align 5
|
2002-05-01 19:55:07 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2010-12-21 01:19:24 +03:00
|
|
|
code {readPrefs();} {}
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2010-12-21 01:19:24 +03:00
|
|
|
|
|
|
|
Function {readPrefs()} {open return_type void
|
|
|
|
} {
|
|
|
|
code {int boolValue;
|
|
|
|
int intValue;
|
|
|
|
char buffer[80];
|
|
|
|
double doubleValue;
|
|
|
|
|
2012-01-18 19:15:04 +04:00
|
|
|
Fl_Preferences app( Fl_Preferences::USER, project, application );
|
2010-12-21 01:19:24 +03:00
|
|
|
|
|
|
|
char path[ FL_PATH_MAX ];
|
|
|
|
app.getUserdataPath( path, sizeof(path) );
|
|
|
|
|
|
|
|
Fl_Preferences bed( app, "Bed" );
|
|
|
|
bed.get( "alarm", buffer, "8:00", 79 );
|
|
|
|
wAlarm->value( buffer );
|
|
|
|
|
|
|
|
bed.get( "ampm", intValue, 0 );
|
|
|
|
wAmPm->value( intValue );
|
|
|
|
|
|
|
|
bed.get( "wear", intValue, 1 );
|
|
|
|
wWear->value( intValue );
|
|
|
|
|
|
|
|
int side;
|
|
|
|
bed.get( "side", side, 2 );
|
|
|
|
if ( side == 1 ) wLeft->value( 1 );
|
|
|
|
if ( side == 2 ) wRight->value( 1 );
|
|
|
|
|
|
|
|
int tasks;
|
|
|
|
bed.get( "taskFlags", tasks, 0x05 );
|
|
|
|
if ( tasks & 0x01 ) wShower->value( 1 );
|
|
|
|
if ( tasks & 0x02 ) wShave->value( 1 );
|
|
|
|
if ( tasks & 0x04 ) wBrush->value( 1 );
|
|
|
|
|
|
|
|
Fl_Preferences eat( app, "Breakfast" );
|
|
|
|
|
|
|
|
eat.get( "drink", intValue, 1 );
|
|
|
|
wDrink->value( intValue );
|
|
|
|
|
|
|
|
eat.get( "wMilk", boolValue, 0 );
|
|
|
|
wMilk->value( boolValue );
|
|
|
|
|
|
|
|
eat.get( "bread", intValue, 0 );
|
|
|
|
wBread->value( intValue );
|
|
|
|
|
|
|
|
eat.get( "wButter", boolValue, 1 );
|
|
|
|
wButter->value( boolValue );
|
|
|
|
|
|
|
|
eat.get( "nEggs", intValue, 2 );
|
|
|
|
sprintf( buffer, "%d", intValue );
|
|
|
|
wEggs->value( buffer );
|
|
|
|
|
|
|
|
eat.get( "minutes", doubleValue, 3.2 );
|
|
|
|
wMinutes->value( doubleValue );
|
|
|
|
|
|
|
|
char *flexBuffer;
|
|
|
|
eat.get( "newspaper", flexBuffer, "NY Tymes" );
|
|
|
|
wPaper->value( flexBuffer );
|
|
|
|
if ( flexBuffer ) free( flexBuffer );
|
|
|
|
|
|
|
|
eat.get( "foo", buffer, "bar", 80 );
|
|
|
|
|
|
|
|
/** sample code only:
|
|
|
|
Fl_Preferences prev( app, "PreviousStarts" );
|
|
|
|
{
|
|
|
|
int i, n;
|
|
|
|
prev.get( "n", n, 0 );
|
|
|
|
for ( i=0; i<n; i++ )
|
|
|
|
prev.get( Fl_Preferences::Name( i ), flexBuffer, "" );
|
|
|
|
}
|
|
|
|
|
|
|
|
unsigned int hex;
|
|
|
|
eat.get( "binFoo", (void*)&hex, 0, 0, sizeof( unsigned int ) );
|
|
|
|
void *data;
|
|
|
|
eat.get( "binFoo2", data, 0, 0 );
|
2021-12-17 21:37:34 +03:00
|
|
|
**/} {}
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|
2010-12-21 01:19:24 +03:00
|
|
|
|
|
|
|
Function {writePrefs()} {open return_type void
|
|
|
|
} {
|
2012-01-18 19:15:04 +04:00
|
|
|
code {Fl_Preferences app( Fl_Preferences::USER, project, application );
|
2010-12-21 01:19:24 +03:00
|
|
|
|
|
|
|
Fl_Preferences bed( app, "Bed" );
|
|
|
|
|
|
|
|
bed.set( "alarm", wAlarm->value() );
|
|
|
|
bed.set( "ampm", wAmPm->value() );
|
|
|
|
|
|
|
|
bed.set( "wear", wWear->value() );
|
|
|
|
|
|
|
|
int side = 0;
|
|
|
|
if ( wLeft->value() ) side = 1;
|
|
|
|
if ( wRight->value() ) side = 2;
|
|
|
|
bed.set( "side", side );
|
|
|
|
|
|
|
|
int tasks = 0;
|
|
|
|
if ( wShower->value() ) tasks |= 0x01;
|
|
|
|
if ( wShave->value() ) tasks |= 0x02;
|
|
|
|
if ( wBrush->value() ) tasks |= 0x04;
|
|
|
|
bed.set( "taskFlags", tasks );
|
|
|
|
|
|
|
|
Fl_Preferences eat( app, "Breakfast" );
|
|
|
|
|
|
|
|
eat.set( "drink", wDrink->value() );
|
|
|
|
eat.set( "wMilk", wMilk->value() );
|
|
|
|
eat.set( "bread", wBread->value() );
|
|
|
|
eat.set( "wButter", wButter->value() );
|
|
|
|
|
|
|
|
eat.set( "nEggs", wEggs->value() );
|
|
|
|
eat.set( "minutes", wMinutes->value() );
|
|
|
|
|
|
|
|
eat.set( "newspaper", wPaper->value() );
|
|
|
|
|
|
|
|
eat.set( "foo", "bar\\nfly\\rBackslash: \\\\ and bell: \\007 and delete: \\177\\n" );
|
|
|
|
|
|
|
|
eat.set( Fl_Preferences::Name( 3 ), "Test3" );
|
|
|
|
|
|
|
|
/* sample: create a sub-sub-group */
|
|
|
|
Fl_Preferences eatMore( eat, "More" );
|
|
|
|
|
|
|
|
eatMore.set( "more", "stuff" );
|
|
|
|
|
|
|
|
/* all the following searches should return 1 */
|
|
|
|
int sum = 0;
|
|
|
|
sum += app.groupExists( "Breakfast" ); /* find 'eat' relative to 'app' */
|
|
|
|
sum += app.groupExists( "Breakfast/More" ); /* find 'eat.eatMore' relative to 'app' */
|
|
|
|
sum += app.groupExists( "./Breakfast/More" ); /* find 'eat.eatMore' relative to Preferences */
|
|
|
|
sum += eat.groupExists( "More" ); /* find 'eatMore' relative to 'eat' */
|
|
|
|
sum += eat.groupExists( "./Breakfast/More" ); /* find 'eat.eatMore' relative to Preferences */
|
|
|
|
sum += eat.groupExists( "." ); /* find myself ('eat') */
|
|
|
|
sum += eat.groupExists( "./" ); /* find the topmost group ('app') */
|
|
|
|
if ( sum != 7 )
|
|
|
|
fl_message( "Assertion failed:\\nNot all group entries were found!" );
|
|
|
|
|
|
|
|
/* sample code only: */
|
2019-12-31 20:32:30 +03:00
|
|
|
//unsigned int hex = 0x2387efcd;
|
|
|
|
//eat.set( "binFoo", (void*)&hex, sizeof( unsigned int ) );
|
|
|
|
//eat.set( "binFoo2", (void*)&bed, 256 );} {}
|
2015-07-09 05:09:33 +03:00
|
|
|
}
|