qcpix/tsrc/orbitsearch/uicontrols.h
changeset 15 cf5c74390b98
parent 2 6c1a2771f4b7
equal deleted inserted replaced
10:afe194b6b1cd 15:cf5c74390b98
    31 //i.e., STAR_SEARCH over-rides NO_STAR_SEARCH which overrides 
    31 //i.e., STAR_SEARCH over-rides NO_STAR_SEARCH which overrides 
    32 //ESCAPE_SPECIAL_CHARS.
    32 //ESCAPE_SPECIAL_CHARS.
    33 #define STAR_SEARCH 0
    33 #define STAR_SEARCH 0
    34 
    34 
    35 //Vanilla search. Send search string to engine "as-is". 
    35 //Vanilla search. Send search string to engine "as-is". 
    36 #define NO_STAR_SEARCH 0
    36 #define NO_STAR_SEARCH 1
    37 
    37 
    38 //Enable the prefix_search macro to enable Prefix query feature. This will add $prefix to the query 
    38 //Enable the prefix_search macro to enable Prefix query feature. This will add $prefix to the query 
    39 //string.
    39 //string.
    40 
    40 
    41 #define PREFIX_SEARCH 1
    41 #define PREFIX_SEARCH 0
    42 
    42 
    43 //If you dont want to see results, define this flag.
    43 //If you dont want to see results, define this flag.
    44 #define DONT_SHOW_RESULTS 0
    44 #define DONT_SHOW_RESULTS 0
    45 
    45 
    46 //************************************************************
    46 //************************************************************
    47 
    47 
    48 #define ORBIT_SEARCH_CONTROLS   \
    48 #define ORBIT_SEARCH_CONTROLS   \
    49     HbLineEdit* searchBox;      \
    49     HbLineEdit* searchBox;      \
    50     HbPushButton* searchButton; \
    50     HbPushButton* searchButton; \
       
    51     HbLineEdit* indexBox;      \
       
    52     HbLineEdit* countBox;      \
       
    53     HbPushButton* getdocbutton;      \
    51     HbTextEdit* resultsBox;
    54     HbTextEdit* resultsBox;
    52 
    55 
    53 #endif /* UICONTROLS_H_ */
    56 #endif /* UICONTROLS_H_ */