MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
mh5listgroup.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2004 Ocean Blue Software Ltd
4  * Copyright © 2000 Koninklijke Philips Electronics N.V
5  *
6  * This file is part of a DTVKit Software Component
7  * You are permitted to copy, modify or distribute this file subject to the terms
8  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
9  *
10  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
11  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
12  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
13  *
14  * If you or your organisation is not a member of DTVKit then you have access
15  * to this source code outside of the terms of the licence agreement
16  * and you are expected to delete this and any associated files immediately.
17  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
18  *******************************************************************************/
33 #ifndef _MH5LISTGROUP_H_
34 #define _MH5LISTGROUP_H_
35 
36 /*---includes for this file--------------------------------------------------*/
37 #include "mh5tokengroup.h"
38 
39 /*---Constant and macro definitions for public use---------------------------*/
40 
41 /*---Enumerations for public use---------------------------------------------*/
42 
43 /*---Global type defs for public use-----------------------------------------*/
45 {
48 };
49 
50 typedef struct sMHEG5PosList MHEG5PosList;
51 
53 {
57  MHEG5Int visibleIndex; /* Internal flag */
59 };
60 
62 
63 typedef struct sMHEG5ListGroup
64 {
65  /* Base class */
67 
68  /* Exchanged attributes */
72 
73  /* Internal attributes */
77 
78  /* Engine data */
84 
85 /*---Global variable declarations for public use-----------------------------*/
86 
87 /*---Global Function prototypes for public use-------------------------------*/
88 
100 void MHEG5listGroupInit(MHEG5ListGroup *listGroup);
101 
102 
110 void MHEG5listGroupFree(MHEG5ListGroup *listGroup);
111 
112 
121 
122 
128 void MHEG5listGroupPrepare(MHEG5ListGroup *listGroup);
129 
130 
136 void MHEG5listGroupActivate(MHEG5ListGroup *listGroup);
137 
138 
145 
146 
152 void MHEG5listGroupDestruct(MHEG5ListGroup *listGroup);
153 
154 
155 /*
156  Actions
157  */
165 
166 
174 
175 
183 
184 
192 
193 
201 
202 
210 
211 
219 
220 
228 
229 
237 
238 
246 
247 
255 
256 
264 
265 
273 
274 
275 /*
276  Debug
277  */
278 #ifdef MH5PRINTOUT
279 void MHEG5listGroupPrint(MHEG5ListGroup *listGroup, char *out);
280 #endif
281 
282 #endif /*_MH5LISTGROUP_H_*/
void MHEG5listGroupAddPosition(MHEG5ListGroup *listGroup, MHEG5Int x, MHEG5Int y)
Adds a new cell position to the ListGroup.
Definition: mh5listgroup.c:264
MH5GroupRef groupRef
Definition: mh5listgroup.h:55
MHEG5PosList * originalPositions
Definition: mh5listgroup.h:69
MHEG5Int firstItem
Definition: mh5listgroup.h:76
MHEG5Int id
Definition: mh5listgroup.h:54
MHEG5Bool itemSelectionStatus
Definition: mh5listgroup.h:56
Definition: mh5tokengroup.h:58
Definition: mh5listgroup.h:44
MHEG5ErrorCode MHEG5getListItem(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup GetListItem elementary action.
Definition: mh5listgroup.c:1212
MHEG5ErrorCode MHEG5getFirstItem(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup GetFirstItem elementary action.
Definition: mh5listgroup.c:1822
MHEG5ItemList * itemList
Definition: mh5listgroup.h:75
MHEG5Int itemCount
Definition: mh5listgroup.h:80
MHEG5ErrorCode MHEG5getListSize(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup GetListSize elementary action.
Definition: mh5listgroup.c:1865
Definition: mh5listgroup.h:63
MHEG5ErrorCode MHEG5setFirstItem(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup SetFirstItem elementary action.
Definition: mh5listgroup.c:1759
MHEG5ErrorCode MHEG5deselectItem(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup DeselectItem elementary action.
Definition: mh5listgroup.c:1558
void MHEG5listGroupActivate(MHEG5ListGroup *listGroup)
Implementation of the ListGroup Activation behaviour.
Definition: mh5listgroup.c:420
MHEG5Bool multipleSelection
Definition: mh5listgroup.h:71
MHEG5ErrorCode MHEG5addItem(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup AddItem elementary action.
Definition: mh5listgroup.c:1126
void MHEG5listGroupDeactivate(MHEG5ListGroup *listGroup)
Implementation of the ListGroup Deactivation behaviour.
Definition: mh5listgroup.c:459
void MHEG5listGroupDestruct(MHEG5ListGroup *listGroup)
Implementation of the ListGroup Destruction behaviour.
Definition: mh5listgroup.c:401
long MHEG5Int
Definition: mh5base.h:69
void MHEG5listGroupFree(MHEG5ListGroup *listGroup)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5listgroup.c:235
Definition: mh5base.h:93
MHEG5ErrorCode MHEG5getCellItem(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup GetCellItem elementary action.
Definition: mh5listgroup.c:1304
MHEG5ErrorCode MHEG5delItem(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup DelItem elementary action.
Definition: mh5listgroup.c:1169
void MHEG5listGroupInit(MHEG5ListGroup *listGroup)
<Function description>="">
Implement the MHEG5 Tokengroup Class 29 TokenGroup Class. Defines a group of Visible objects for navi...
Definition: mh5base.h:165
MHEG5Int visibleIndex
Definition: mh5listgroup.h:57
MHEG5Int positionCount
Definition: mh5listgroup.h:79
MHEG5IntPair position
Definition: mh5listgroup.h:46
short MHEG5Bool
Definition: mh5base.h:67
MHEG5ErrorCode
Definition: mh5base.h:218
MHEG5Bool lastItemVisible
Definition: mh5listgroup.h:82
struct sMHEG5PosList * next
Definition: mh5listgroup.h:47
Definition: mh5base.h:72
MHEG5ErrorCode MHEG5selectItem(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup SelectItem elementary action.
Definition: mh5listgroup.c:1503
struct sMHEG5ItemList * next
Definition: mh5listgroup.h:58
struct sMHEG5ListGroup MHEG5ListGroup
void MHEG5listGroupPrepare(MHEG5ListGroup *listGroup)
Implementation of the ListGroup Preparation behaviour.
Definition: mh5listgroup.c:301
Definition: mh5root.h:43
MHEG5ErrorCode MHEG5scrollItems(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup ScrollItems elementary action.
Definition: mh5listgroup.c:1695
Definition: mh5listgroup.h:52
MHEG5ErrorCode MHEG5getItemStatus(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup GetItemStatus elementary action.
Definition: mh5listgroup.c:1412
MHEG5Bool firstItemVisible
Definition: mh5listgroup.h:81
MHEG5ErrorCode MHEG5setCellPosition(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup SetCellPosition elementary action.
Definition: mh5listgroup.c:1908
MHEG5PosList * positions
Definition: mh5listgroup.h:74
MHEG5ErrorCode MHEG5toggleItem(MHEG5Root *target, MHEG5GList *params)
Implementation of the ListGroup ToggleItem elementary action.
Definition: mh5listgroup.c:1613
MHEG5Bool wrapAround
Definition: mh5listgroup.h:70
MHEG5TokenGroup tokenGroup
Definition: mh5listgroup.h:66