Wt examples  4.0.0
FileItem.C
Go to the documentation of this file.
1 // This may look like C code, but it's really -*- C++ -*-
2 /*
3  * Copyright (C) 2009 Emweb bvba, Kessel-Lo, Belgium.
4  *
5  * See the LICENSE file for terms of use.
6  */
7 
8 #include "FileItem.h"
9 
10 const Wt::ItemDataRole FileItem::ContentsRole = ItemDataRole::User;
11 const Wt::ItemDataRole FileItem::FilePathRole = ItemDataRole::User + 1;
12 const Wt::ItemDataRole FileItem::FileNameRole = ItemDataRole::User + 2;
static const Wt::ItemDataRole FileNameRole
Definition: FileItem.h:35
static const Wt::ItemDataRole ContentsRole
Definition: FileItem.h:33
static const Wt::ItemDataRole FilePathRole
Definition: FileItem.h:34

Generated on Mon Sep 4 2017 for the C++ Web Toolkit (Wt) by doxygen 1.8.11