Wt examples
3.3.0
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
build
buildd
witty-3.3.0
examples
treeview-dragdrop
FolderView.h
Go to the documentation of this file.
1
// This may look like C code, but it's really -*- C++ -*-
2
/*
3
* Copyright (C) 2008 Emweb bvba, Kessel-Lo, Belgium.
4
*
5
* See the LICENSE file for terms of use.
6
*/
7
#ifndef FOLDER_VIEW_H_
8
#define FOLDER_VIEW_H_
9
10
#include <Wt/WTreeView>
11
16
19
class
FolderView
:
public
Wt::WTreeView
20
{
21
public
:
26
static
const
char
*
FileSelectionMimeType
;
27
30
FolderView
(
Wt::WContainerWidget
*
parent
= 0);
31
32
protected
:
35
virtual
void
dropEvent
(
const
Wt::WDropEvent
&event,
36
const
Wt::WModelIndex
&target);
37
};
38
41
#endif // FOLDER_VIEW_H_
Generated on Fri May 31 2013 for
the C++ Web Toolkit (Wt)
by
1.8.3.1