Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WsBanners.h
Go to the documentation of this file.
1 /*
2 * Copyright (C) 2006-Today Guy Deleeuw
3 *
4 * See the LICENSE file for terms of use.
5 */
6 
7 #ifndef WsBanners_H__
8 #define WsBanners_H__ 1
9 
10 #include <Wt/WContainerWidget>
11 
12 #include <WsModule/WsModule.h>
13 
20 class WsBanners : public Wt::WContainerWidget, public WsOptions {
21 public :
22  WsBanners(Wt::WContainerWidget* parent = 0);
23  void load();
24 
25 public slots :
26  void doPathChanged(std::string newPath);
27 };
28 
29 #endif // ifndef WsBanners_H__
30 
void load()
Definition: WsBanners.cpp:33
WsBanners(Wt::WContainerWidget *parent=0)
Definition: WsBanners.cpp:27
void doPathChanged(std::string newPath)
Definition: WsBanners.cpp:42