⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Wt
All Projects
Wt
Overview
Activity
Roadmap
Issues
Wiki
Forums
Download (431 Bytes)
Bug #3255
» treetestwidget.h
Vitaly Volochay
, 06/03/2014 06:59 PM
#ifndef TREETESTWIDGET_H
#define TREETESTWIDGET_H
#include
<Wt/WContainerWidget>
#include
<Wt/WTreeView>
#include
<Wt/WPushButton>
class
TreeModel
;
class
TreeTestWidget
:
public
Wt
::
WContainerWidget
{
public:
TreeTestWidget
(
WContainerWidget
*
parent
=
0
);
private:
void
onRemoveButtonClicked
();
void
fillModelWithData
();
Wt
::
WTreeView
*
tree
;
TreeModel
*
model
;
Wt
::
WPushButton
*
removeButton
;
};
#endif // TREETESTWIDGET_H
« Previous
1
2
3
4
5
6
Next »
(4-4/6)
Loading...