Guiliani  Version 2.6 revision 7293 (documentation build 12)
GUISoundResourceException.h
1/*
2* Copyright (C) TES Electronic Solutions GmbH,
3* All Rights Reserved.
4* Contact: info@guiliani.de
5*
6* This file is part of the Guiliani HMI framework
7* for the development of graphical user interfaces on embedded systems.
8*/
9
10#ifndef __GUISOUNDRESOURCEEXCEPTION_H__
11#define __GUISOUNDRESOURCEEXCEPTION_H__
12
13#include "GUIResourceException.h"
14#include "GUISoundResource.h"
15
21{
22public:
23
28 CGUISoundResourceException(const eC_String& kResourcePath,
29 const SoundResource_t eSndID);
30
34
39
45
50 virtual eC_String Report() const;
51
52 private:
54 SoundResource_t m_eSndID;
55
56};
57#endif //__GUISOUNDRESOURCEEXCEPTION_H__
Helper Macros in Guiliani
SoundResource_t
List of sound resource ids.
Definition: GUISoundResource.h:48
This is the exception class handling resources.
Definition: GUIResourceException.h:20
This is an exception class for handling the sound resources.
Definition: GUISoundResourceException.h:21
CGUISoundResourceException(const eC_String &kResourcePath, const SoundResource_t eSndID)
virtual eC_String Report() const
CGUISoundResourceException(const CGUISoundResourceException &kSource)
CGUISoundResourceException & operator=(const CGUISoundResourceException &kSource)