aboutsummaryrefslogtreecommitdiffstats
path: root/CategoriesListBox.h
blob: df1a387a81ebd39215657148a0699f60216a3b62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* Do not edit this file. It was automatically genarated. */

#ifndef HEADER_CategoriesListBox
#define HEADER_CategoriesListBox

#include "AvailableMetersListBox.h"
#include "MetersListBox.h"
#include "DisplayOptionsListBox.h"

#include "ListBox.h"

#include "debug.h"
#include <assert.h>


typedef struct CategoriesListBox_ {
   ListBox super;

   Settings* settings;
   ScreenManager* scr;
} CategoriesListBox;




CategoriesListBox* CategoriesListBox_new(Settings* settings, ScreenManager* scr);

void CategoriesListBox_delete(Object* object);

HandlerResult CategoriesListBox_eventHandler(ListBox* super, int ch);

void CategoriesListBox_makeMetersPage(CategoriesListBox* this);

void CategoriesListBox_makeProcessListPage(CategoriesListBox* this);

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy