Home
last modified time | relevance | path

Searched refs:FoodChoice (Results 1 – 9 of 9) sorted by relevance

/dports/misc/nut/nut-20.1/fltk/
H A DFoodChoice.cc27 static FoodChoice *fcobj[10];
30 void sync_food_buttons(int foodno, FoodChoice *fc) in sync_food_buttons()
45 FoodChoice *who_we_are = (FoodChoice *) who; in search_cb()
105 FoodChoice::FoodChoice (int x, int y, int w, int h, Fl_Color widgetcolor, bool sheader) : Fl_Group … in FoodChoice() function in FoodChoice
145 void FoodChoice::search_focus(void) in search_focus()
158 void FoodChoice::search(void) in search()
214 void FoodChoice::food_present(int foodno) in food_present()
233 void FoodChoice::modify_food_button(int foodno) in modify_food_button()
239 void FoodChoice::modify_food_button_non_recursive(int foodno) in modify_food_button_non_recursive()
244 void FoodChoice::reindex_foodbuttons(int foodnum) in reindex_foodbuttons()
[all …]
H A DFoodChoice.h30 class FoodChoice : public Fl_Group
33 FoodChoice(int x, int y, int w, int h, Fl_Color widgetcolor, bool specialheader);
H A DRecordMeals.h33 class FoodChoice; variable
58 FoodChoice *fc;
H A DViewFoods.h32 class FoodChoice; variable
53 FoodChoice *fc;
H A DAddRecipe.h44 FoodChoice *fc;
H A DAddRecipe.cc100 fc = new FoodChoice(x, y, w, h, widgetcolor, 1); in AddRecipe()
H A DViewFoods.cc63 fc = new FoodChoice(x, y, w, h, widgetcolor, 0); in ViewFoods()
H A DRecordMeals.cc172 fc = new FoodChoice(x, y, w, h, widgetcolor, 1); in RecordMeals()
/dports/devel/py-pydantic/pydantic-1.8.2/tests/
H A Dtest_schema.py396 class FoodChoice(str, Enum): class
402 foods: List[FoodChoice] = Field(examples=[['spam', 'egg']])