Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WsLatestNews2.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 __WsLatestNews2__H_
13 #define __WsLatestNews2__H_
14 
15 #include <Wt/WContainerWidget>
16 #include <Wt/WTableView>
17 
18 #include <Main/WsApplication.h>
19 #include <WsModule/WsModule.h>
20 
21 
22 class WsLatestNews2 : public Wt::WContainerWidget, public WsOptions {
23 public :
24  WsLatestNews2(Wt::WContainerWidget* parent = 0);
26  void load();
27  void setTable();
28 
29 public slots:
31 
32 private :
33  Wt::WTableView* m_pTableView;
34 };
35 
36 #endif
37 
void onViewSelectionChanged()
WsLatestNews2(Wt::WContainerWidget *parent=0)
Wt::WTableView * m_pTableView
Definition: WsLatestNews2.h:33