#include <fsFDMCmdLineParser.h>
Public Member Functions | |
| BOOL | is_ForceSilentSpecified () |
| void | Parse () |
| fsFDMCmdLineParser () | |
| virtual | ~fsFDMCmdLineParser () |
Protected Member Functions | |
| void | AddTorrentFile (LPCSTR pszFile) |
Protected Attributes | |
| BOOL | m_bAnotherFDMStarted |
| fsCommandLineParser | m_parser |
| BOOL | m_bForceSilent |
Definition at line 14 of file fsFDMCmdLineParser.h.
| fsFDMCmdLineParser::fsFDMCmdLineParser | ( | ) |
Definition at line 16 of file fsFDMCmdLineParser.cpp.
References FALSE, m_bAnotherFDMStarted, and m_bForceSilent.
| fsFDMCmdLineParser::~fsFDMCmdLineParser | ( | ) | [virtual] |
Definition at line 22 of file fsFDMCmdLineParser.cpp.
| BOOL fsFDMCmdLineParser::is_ForceSilentSpecified | ( | ) |
Definition at line 111 of file fsFDMCmdLineParser.cpp.
References m_bForceSilent.
Referenced by CFdmApp::InitInstance().
| void fsFDMCmdLineParser::Parse | ( | ) |
Definition at line 27 of file fsFDMCmdLineParser.cpp.
References _App, _pszAppMutex, AddTorrentFile(), CFdmApp::_inc_UrlToAdd::bForceSilent, fsAppSettings::Bittorrent_Enable(), BOOL, CLSID_WGUrlReceiver, fsURL::Crack(), FALSE, fsCommandLineParser::Get_Parameter(), fsCommandLineParser::Get_ParameterCount(), fsCommandLineParser::Get_ParameterValue(), GetLastError(), IID_IWGUrlReceiver, IR_SUCCESS, L_CONFIRMATION, L_ENABLEBTISREQ, LS, m_bAnotherFDMStarted, m_bForceSilent, m_parser, CFdmApp::m_vUrlsToAdd, NULL, fsCommandLineParser::Parse(), CFdmApp::_inc_UrlToAdd::strUrl, and TRUE.
Referenced by CFdmApp::InitInstance().
| void fsFDMCmdLineParser::AddTorrentFile | ( | LPCSTR | pszFile | ) | [protected] |
Definition at line 116 of file fsFDMCmdLineParser.cpp.
References CFdmApp::_inc_UrlToAdd::bForceSilent, CLSID_FdmTorrentFilesRcvr, IID_IFdmTorrentFilesRcvr, m_bAnotherFDMStarted, m_bForceSilent, NULL, and CFdmApp::_inc_UrlToAdd::strUrl.
Referenced by Parse().
BOOL fsFDMCmdLineParser::m_bAnotherFDMStarted [protected] |
Definition at line 25 of file fsFDMCmdLineParser.h.
Referenced by AddTorrentFile(), fsFDMCmdLineParser(), and Parse().
fsCommandLineParser fsFDMCmdLineParser::m_parser [protected] |
BOOL fsFDMCmdLineParser::m_bForceSilent [protected] |
Definition at line 27 of file fsFDMCmdLineParser.h.
Referenced by AddTorrentFile(), fsFDMCmdLineParser(), is_ForceSilentSpecified(), and Parse().
1.5.6