Choco OS
V.0.16.9.0
Join to the chocolate world
|
FILE__DESCRIPTION More...
#include <oc_screenman.h>
#include <oc_screens_cfg.c>
#include <oc_driverman.h>
#include <oc_module.h>
#include <oc_list.h>
#include <oc_string.h>
Go to the source code of this file.
Functions | |
static | oC_List (oC_Screen_t) |
returns screens list More... | |
oC_ErrorCode_t | oC_ScreenMan_TurnOn (void) |
turns on the screen manager module More... | |
oC_ErrorCode_t | oC_ScreenMan_TurnOff (void) |
turns off screen manager More... | |
void | oC_ScreenMan_ConfigureAll (void) |
configures all screens More... | |
void | oC_ScreenMan_UnconfigureAll (void) |
unconfigures all screens More... | |
oC_Screen_t | oC_ScreenMan_GetDefaultScreen (void) |
returns default screen More... | |
oC_Screen_t | oC_ScreenMan_GetScreen (const char *Name) |
returns selected screen More... | |
oC_ErrorCode_t | oC_ScreenMan_AddScreen (oC_Screen_t Screen) |
adds screen to the screens list More... | |
oC_ErrorCode_t | oC_ScreenMan_RemoveScreen (oC_Screen_t Screen) |
removes screen from the screens list More... | |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Definition in file oc_screenman.c.