|
|
Rss::Blocks 0.2
a codeblocks plugin that shows rss feeds
|
Rss::Blocks const's. More...
Classes | |
| class | RssBlocksPlugin |
| Rss::Blocks plugin class. More... | |
| class | RssBlocksCfgDlg |
| Rss::Blocks config panel. More... | |
| class | rsswindow |
| Rss::Blocks window. More... | |
Functions | |
| PluginRegistrant< RssBlocksPlugin > | reg (_T("rssblocks")) |
| EVT_KEY_DOWN (rsswindow::OnKey) rsswindow | |
| Constructor. | |
Variables | |
| F | __pad0__ |
| const wxString | rss_namespace = wxT("rssblocks") |
| const wxString | url = wxT("url") |
| const wxString | channeltp = wxT("channeltp") |
| const wxString | itemtp = wxT("itemtp") |
| const wxString | updatetime = wxT("updatetime") |
| const wxString | savetmp = wxT("savetmp") |
| const wxString | lasttmp = wxT("lasttmp") |
| const wxString | url_def = wxT("http://agender.sourceforge.net/rss.xml") |
| const wxString | channeltp_def = wxT("default.rbc") |
| const wxString | itemtp_def = wxT("default.rbi") |
| const unsigned | updatetime_def = 10 |
| const bool | savetmp_def = true |
Rss::Blocks const's.
This are the paths to config settings and the default values
| rssblocks::EVT_KEY_DOWN | ( | rsswindow::OnKey | ) |
Constructor.
Creates an object
| parent | the parent for this window |
| id | the id for this window |
| PluginRegistrant<RssBlocksPlugin> rssblocks::reg | ( | _T("rssblocks") | ) |
| const wxString rssblocks::channeltp = wxT("channeltp") |
| const wxString rssblocks::channeltp_def = wxT("default.rbc") |
| const wxString rssblocks::itemtp = wxT("itemtp") |
| const wxString rssblocks::itemtp_def = wxT("default.rbi") |
| const wxString rssblocks::lasttmp = wxT("lasttmp") |
| const wxString rssblocks::rss_namespace = wxT("rssblocks") |
| const wxString rssblocks::savetmp = wxT("savetmp") |
| const bool rssblocks::savetmp_def = true |
| const wxString rssblocks::updatetime = wxT("updatetime") |
| const unsigned rssblocks::updatetime_def = 10 |
| const wxString rssblocks::url = wxT("url") |
| const wxString rssblocks::url_def = wxT("http://agender.sourceforge.net/rss.xml") |