Bluetooth® Sample Application Programmer's Reference: ui_prompt.c File Reference

Bluetooth

Bluetooth® Sample Application Programmer's Reference
ui_prompt.c File Reference
#include "sdk_tplus.h" #include <GL_GraphicLib.h>
#include "Utilities.h"
#include "ui_userinterface.h"
#include "ui_prompt.h"
#include "ui_message.h"

Functions

static _UI_Prompt_t_UI_PromptGet (int promptID)
 
void UI_PromptDisplay (UI_PromptIdx_t id)
 

Macros

#define _UI_PROMPT_OPTION_CANCEL_BUTTON_ENABLED   1
 
#define _UI_PROMPT_OPTION_CANCEL_BUTTON_DISABLED   0
 
#define _UI_PROMPT_OPTION_ENTER_BUTTON_ENABLED   1
 
#define _UI_PROMPT_OPTION_ENTER_BUTTON_DISABLED   0
 
#define _UI_PROMPT_OPTION_ICON_ERROR   GL_ICON_ERROR
 
#define _UI_PROMPT_OPTION_ICON_WARNING   GL_ICON_WARNING
 
#define _UI_PROMPT_OPTION_ICON_INFORMATION   GL_ICON_INFORMATION
 
#define _UI_PROMPT_OPTION_ICON_QUESTION   GL_ICON_QUESTION
 
#define _UI_PROMPT_OPTION_ICON_NONE   GL_ICON_NONE
 

Variables

const _UI_Prompt_t uiPromptList []
 

Detailed Description

Contains definitions of APIs specific to prompt messages.


INGENICO Technical Software Department

Copyright (c) 2012, Ingenico. 28-32 boulevard de Grenelle 75015 Paris, France. All rights reserved.

This source program is the property of INGENICO Company and may not be copied in any form or by any means, whether in part or in whole, except under license expressly granted by INGENICO company

All copies of this program, whether in part or in whole, and whether modified or not, must display this and all other

embedded copyright and ownership notices in full.

Project : Bluetooth� Sample Module : UI - User Interface Unit

Date
02/14/2013

Function Documentation

static _UI_Prompt_t * _UI_PromptGet ( int  promptID)
static

Macro Definition Documentation

#define _UI_PROMPT_OPTION_CANCEL_BUTTON_ENABLED   1
#define _UI_PROMPT_OPTION_CANCEL_BUTTON_DISABLED   0
#define _UI_PROMPT_OPTION_ENTER_BUTTON_ENABLED   1
#define _UI_PROMPT_OPTION_ENTER_BUTTON_DISABLED   0
#define _UI_PROMPT_OPTION_ICON_ERROR   GL_ICON_ERROR
#define _UI_PROMPT_OPTION_ICON_WARNING   GL_ICON_WARNING
#define _UI_PROMPT_OPTION_ICON_INFORMATION   GL_ICON_INFORMATION
#define _UI_PROMPT_OPTION_ICON_QUESTION   GL_ICON_QUESTION
#define _UI_PROMPT_OPTION_ICON_NONE   GL_ICON_NONE

Variable Documentation

const _UI_Prompt_t uiPromptList[]

Ingenico