aboutsummaryrefslogtreecommitdiffstats
path: root/AvailableMetersListBox.h
blob: be6da95b6555217896365786cef3865f0bc79140 (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
/* Do not edit this file. It was automatically genarated. */

#ifndef HEADER_AvailableMetersListBox
#define HEADER_AvailableMetersListBox

#include "Settings.h"
#include "Header.h"
#include "ScreenManager.h"

#include "ListBox.h"

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


typedef struct AvailableMetersListBox_ {
   ListBox super;

   Settings* settings;
   ListBox* leftBox;
   ListBox* rightBox;
   ScreenManager* scr;
} AvailableMetersListBox;


AvailableMetersListBox* AvailableMetersListBox_new(Settings* settings, ListBox* leftMeters, ListBox* rightMeters, ScreenManager* scr);

void AvailableMetersListBox_delete(Object* object);


HandlerResult AvailableMetersListBox_EventHandler(ListBox* super, int ch);

#endif

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