Seafood/mainwindow.h
changeset 14 a16afe3df8c9
parent 10 79eeacfd15ff
equal deleted inserted replaced
13:92f7e918c7b5 14:a16afe3df8c9
    26     enum ListIndex {EBestList =0, EOkList, EWorstList};
    26     enum ListIndex {EBestList =0, EOkList, EWorstList};
    27 
    27 
    28     void createMenus();
    28     void createMenus();
    29 
    29 
    30 public slots:
    30 public slots:
       
    31     QString currentlySelectedItem();
    31     void displayVersion();
    32     void displayVersion();
    32     void displayPath();
       
    33     void displayEcoDetails();
    33     void displayEcoDetails();
    34     void displayList();
    34     void displayList();
    35     void displayNutrition();
    35     void displayNutrition();
    36     void setCurrentList(int l);
    36     void setCurrentList(int l);
    37 
    37