|
HbbTv
17.9.0
Open source HBBTV engine
|
Search results object. More...
#include <string.h>#include <stdio.h>#include "techtype.h"#include "hbbtv_js.h"#include "hbbtv_sif_os.h"#include "object.h"#include "debug.h"#include "hbbtv_string.h"#include "collection.h"#include "metadata_search.h"#include "programme.h"Functions | |
| U32BIT | HBBTV_JSSearchResults_getOffset (void *obj) |
| readonly Integer offset, Section 7.12.4.1 More... | |
| U32BIT | HBBTV_JSSearchResults_getTotalSize (void *obj) |
| readonly Integer totalSize, Section 7.12.4.1 More... | |
| BOOLEAN | HBBTV_JSSearchResults_getResults (void *obj, U32BIT offset, U32BIT count) |
| Boolean getResults( Integer offset, Integer count ), Section 7.12.4.2. More... | |
| void | HBBTV_JSSearchResults_abort (void *obj) |
| void abort( ), Section 7.12.4.2 More... | |
| void * | HBBTV_SrchResultsCreate (void *metadata_search) |
| SearchResults implements a collection, this function returns a collection object. More... | |
Variables | |
| void * | JS_SEARCH_RESULTS_CLASS = &s_vtab |
Search results object.
| void HBBTV_JSSearchResults_abort | ( | void * | obj | ) |
void abort( ), Section 7.12.4.2
| U32BIT HBBTV_JSSearchResults_getOffset | ( | void * | obj | ) |
readonly Integer offset, Section 7.12.4.1
| BOOLEAN HBBTV_JSSearchResults_getResults | ( | void * | obj, |
| U32BIT | offset, | ||
| U32BIT | count | ||
| ) |
Boolean getResults( Integer offset, Integer count ), Section 7.12.4.2.
| U32BIT HBBTV_JSSearchResults_getTotalSize | ( | void * | obj | ) |
readonly Integer totalSize, Section 7.12.4.1
| void* HBBTV_SrchResultsCreate | ( | void * | metadata_search | ) |
SearchResults implements a collection, this function returns a collection object.
1.8.6