Guiliani  Version 2.5 revision 7293 (documentation build 13)
GUIBiDiHelper.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 __GUIBIDIHELPER_H__
11#define __GUIBIDIHELPER_H__
12
13#include "eC_Types.h"
14#include "eC_String.h"
15
20{
21public:
29 static void SetActive(const eC_Bool& bActive);
30
34 static eC_Bool IsActive();
35
41 static eC_Bool IsBiDi(const eC_String& kInputString);
42
43private:
44 static eC_Bool ms_bActive;
45};
46
47#endif
Definition: GUIBiDiHelper.h:20
static void SetActive(const eC_Bool &bActive)
static eC_Bool IsBiDi(const eC_String &kInputString)
static eC_Bool IsActive()