|
| | eServiceReferenceFS () |
| |
| | eServiceReferenceFS (int type, int flags) |
| |
| | eServiceReferenceFS (int type, int flags, int data0) |
| |
| | eServiceReferenceFS (int type, int flags, int data0, int data1) |
| |
| | eServiceReferenceFS (int type, int flags, int data0, int data1, int data2) |
| |
| | eServiceReferenceFS (int type, int flags, int data0, int data1, int data2, int data3) |
| |
| | eServiceReferenceFS (int type, int flags, int data0, int data1, int data2, int data3, int data4) |
| |
| | eServiceReferenceFS (int type, int flags, const std::string &path) |
| |
| int | getSortKey () const |
| |
| std::string | getPath () const |
| |
| void | setPath (const std::string &n) |
| |
| void | setAlternativeUrl (const std::string &n) |
| |
| unsigned int | getUnsignedData (unsigned int num) const |
| |
| int | getData (unsigned int num) const |
| |
| void | setUnsignedData (unsigned int num, unsigned int val) |
| |
| void | setData (unsigned int num, int val) |
| |
| std::string | getName () const |
| |
| void | setName (const std::string &n) |
| |
| int | getChannelNum () const |
| |
| void | setChannelNum (const int n) |
| |
| | eServiceReference () |
| |
| | eServiceReference (int type, int flags) |
| |
| | eServiceReference (int type, int flags, int data0) |
| |
| | eServiceReference (int type, int flags, int data0, int data1) |
| |
| | eServiceReference (int type, int flags, int data0, int data1, int data2) |
| |
| | eServiceReference (int type, int flags, int data0, int data1, int data2, int data3) |
| |
| | eServiceReference (int type, int flags, int data0, int data1, int data2, int data3, int data4) |
| |
| | eServiceReference (int type, int flags, const std::string &path) |
| |
| | eServiceReference (const std::string &string) |
| |
| std::string | toString () const |
| |
| std::string | toCompareString () const |
| |
| | operator bool () const |
| |
| bool | operator== (const eServiceReference &c) const |
| |
| bool | operator!= (const eServiceReference &c) const |
| |
| bool | operator< (const eServiceReference &c) const |
| |
| int | valid () const |
| |