Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WsAnchor.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 WsAnchor_H__
8 #define WsAnchor_H__ 1
9 
10 #include <Wt/WContainerWidget>
11 
12 #include <WsModule/WsModule.h>
13 
14 using namespace Wt;
15 
22 class WsAnchor : public Wt::WContainerWidget, public WsOptions {
23 public :
25  WsAnchor(Wt::WContainerWidget* parent = 0);
26  ~WsAnchor();
27  virtual void load();
28 };
29 
30 #endif // ifndef WsAnchor_H__
31