From c9bb66d595927bd14871c10b216ed05ffb5e3b12 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 27 Jul 2012 02:32:32 +0300 Subject: Add support for images in npc menu. --- src/gui/widgets/extendedlistmodel.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/gui/widgets/extendedlistmodel.h (limited to 'src/gui/widgets/extendedlistmodel.h') diff --git a/src/gui/widgets/extendedlistmodel.h b/src/gui/widgets/extendedlistmodel.h new file mode 100644 index 000000000..48b75dc95 --- /dev/null +++ b/src/gui/widgets/extendedlistmodel.h @@ -0,0 +1,34 @@ +/* + * The ManaPlus Client + * Copyright (C) 2012 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef EXTENDEDLISTMODEL_H +#define EXTENDEDLISTMODEL_H + +#include "resources/image.h" + +#include + +class ExtendedListModel : public gcn::ListModel +{ + public: + virtual const Image *getImageAt(int i) = 0; +}; + +#endif -- cgit v1.2.3-60-g2f50