|
foobar2000 SDK
2015-08-03
|
#include <commandline.h>
Inheritance diagram for commandline_handler:Public Types | |
| enum | result { RESULT_NOT_OURS, RESULT_PROCESSED, RESULT_PROCESSED_EXPECT_FILES } |
Public Types inherited from service_base | |
| typedef service_base | t_interface |
Public Member Functions | |
| FB2K_MAKE_SERVICE_INTERFACE_ENTRYPOINT (commandline_handler) | |
| virtual void | on_file (const char *url) |
| virtual void | on_files_done () |
| virtual result | on_token (const char *token)=0 |
| virtual bool | want_directories () |
Public Member Functions inherited from service_base | |
| template<typename outPtr_t > | |
| bool | cast (outPtr_t &outPtr) |
| virtual int | service_add_ref ()=0 throw () |
| virtual bool | service_query (service_ptr_t< service_base > &p_out, const GUID &p_guid) |
| template<class T > | |
| bool | service_query_t (service_ptr_t< T > &p_out) |
| virtual int | service_release ()=0 throw () |
Additional Inherited Members | |
Protected Member Functions inherited from service_base | |
| service_base () | |
| ~service_base () | |
Definition at line 1 of file commandline.h.
| Enumerator | |
|---|---|
| RESULT_NOT_OURS | |
| RESULT_PROCESSED | |
| RESULT_PROCESSED_EXPECT_FILES | |
Definition at line 4 of file commandline.h.
| commandline_handler::FB2K_MAKE_SERVICE_INTERFACE_ENTRYPOINT | ( | commandline_handler | ) |
|
inlinevirtual |
Reimplemented in commandline_handler_metadb_handle.
Definition at line 11 of file commandline.h.
|
inlinevirtual |
Reimplemented in commandline_handler_metadb_handle.
Definition at line 12 of file commandline.h.
|
pure virtual |
Implemented in commandline_handler_metadb_handle.
|
inlinevirtual |
Reimplemented in commandline_handler_metadb_handle.
Definition at line 13 of file commandline.h.
1.8.11