Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WsSiteMap.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 _WsSiteMap_H_
8 #define _WsSiteMap_H_
9 
10 #include <Wt/WContainerWidget>
11 
12 class WsSiteMap : public Wt::WContainerWidget {
13 public :
14  WsSiteMap(Wt::WContainerWidget* parent = 0);
15  ~WsSiteMap();
16 
17 public slots :
18  void doSiteMapClicked();
19 
20 };
21 
22 #endif // ifdef _WsSiteMap_H_
23 
WsSiteMap(Wt::WContainerWidget *parent=0)
Definition: WsSiteMap.cpp:20
void doSiteMapClicked()
Definition: WsSiteMap.cpp:35