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