Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WsRSS.h
Go to the documentation of this file.
1 /*
2  *
3  * Filename: WsModLatestNews2.h
4  *
5  * Description: WsLatestNews with a Wt WTable Wittyshare plugin
6  *
7  * Created: 05/01/2013 13:37:00
8  *
9  * Author: Guy Deleeuw : guy.deleeuw@gmail.com
10  *
11  */
12 #ifndef __WsRSS__H_
13 #define __WsRSS__H_
14 
15 #include <Wt/WContainerWidget>
16 
17 #include <Main/WsApplication.h>
18 #include <WsModule/WsModule.h>
19 
20 
21 class WsRSS : public Wt::WContainerWidget, public WsOptions {
22 public :
23  WsRSS(Wt::WContainerWidget* parent = 0);
24  ~WsRSS();
25  void load();
26 
27 public slots:
28  void buildRSS();
29 };
30 
31 #endif
32 
void buildRSS()
Definition: WsRSS.cpp:55
WsRSS(Wt::WContainerWidget *parent=0)
Definition: WsRSS.cpp:41
Definition: WsRSS.h:21
~WsRSS()
Definition: WsRSS.cpp:47
void load()
Definition: WsRSS.cpp:50