Go to the source code of this file.
Functions | |
| void | PhoneUI (void) |
| void | startWebcamSettings (void) |
| void | PhoneCallback (void *data, QString &selection) |
| void | runMenu (QString which_menu) |
| void | initKeys (void) |
| QString | GetMySipIp () |
| void | addMyselfToDirectory () |
| int | mythplugin_init (const char *libversion) |
| Initializes the plugin. | |
| int | mythplugin_run (void) |
| Runs the plugin. | |
| int | mythplugin_config (void) |
| Plug-in config handler, does nothing. | |
| void | mythplugin_destroy (void) |
Variables | |
| SipContainer * | sipStack |
| void PhoneUI | ( | void | ) |
Definition at line 41 of file mythplugins/mythphone/mythphone/main.cpp.
Referenced by mythplugin_run().
| void startWebcamSettings | ( | void | ) |
Definition at line 57 of file mythplugins/mythphone/mythphone/main.cpp.
Referenced by PhoneCallback().
| void PhoneCallback | ( | void * | data, | |
| QString & | selection | |||
| ) |
| void runMenu | ( | QString | which_menu | ) |
Definition at line 88 of file mythplugins/mythphone/mythphone/main.cpp.
| void initKeys | ( | void | ) |
Definition at line 112 of file mythplugins/mythphone/mythphone/main.cpp.
| QString GetMySipIp | ( | ) |
Definition at line 140 of file mythplugins/mythphone/mythphone/main.cpp.
Referenced by addMyselfToDirectory().
| void addMyselfToDirectory | ( | ) |
Definition at line 161 of file mythplugins/mythphone/mythphone/main.cpp.
Referenced by mythplugin_init().
| int mythplugin_init | ( | const char * | libversion | ) |
Initializes the plugin.
| libversion | The mythtv library version. |
Definition at line 231 of file mythplugins/mythphone/mythphone/main.cpp.
| int mythplugin_run | ( | void | ) |
Runs the plugin.
Definition at line 280 of file mythplugins/mythphone/mythphone/main.cpp.
| int mythplugin_config | ( | void | ) |
Plug-in config handler, does nothing.
Definition at line 287 of file mythplugins/mythphone/mythphone/main.cpp.
| void mythplugin_destroy | ( | void | ) |
Definition at line 297 of file mythplugins/mythphone/mythphone/main.cpp.
Definition at line 38 of file mythplugins/mythphone/mythphone/main.cpp.
Referenced by PhoneUIBox::AnswerCall(), PhoneUIBox::changeVolume(), PhoneUIBox::HangUp(), PhoneUIBox::imSendReply(), PhoneUIBox::LoopbackButtonPushed(), PhoneUIBox::PhoneUIBox(), PhoneUIBox::PlaceCall(), PhoneUIBox::ProcessSipNotification(), PhoneUIBox::ProcessSipStateChange(), and PhoneUIBox::~PhoneUIBox().
1.5.5