summaryrefslogtreecommitdiff
path: root/coreengine/viewdisplayvolume.h
blob: b65b3fd7669973309d1d0bac09f26fdbd7b62ae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __VIEWDISPLAYVOLUME_H
#define __VIEWDISPLAYVOLUME_H

#include "view.h"

class cViewVolume : public cView {
private:
    cVeVolume *veVolume;
    void SetViewElements(void);
    void SetViewElementObjects(void);
    void ClearVariables(void);
public:
    cViewVolume(void);
    virtual ~cViewVolume(void);
    void SetVolume(int current, int total, bool mute);
    void Flush(void);
};

#endif //__VIEWDISPLAYVOLUME_H