summaryrefslogtreecommitdiff
path: root/coreengine/viewdisplayvolume.h
blob: 6fa7f171d51ef4bef4ec8f37234a64b2fef1dcaf (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