Mantid
Loading...
Searching...
No Matches
pixmaps.h
Go to the documentation of this file.
1/***************************************************************************
2 File : pixmaps.h
3 Project : QtiPlot
4 --------------------------------------------------------------------
5 Copyright : (C) 2006 by Ion Vasilief, Tilman Hoener zu
6 Siederdissen
7 Email (use @ for *) : ion_vasilief*yahoo.fr, thzs*gmx.net
8 Description : Various pixmaps
9
10 ***************************************************************************/
11
12/***************************************************************************
13 * *
14 * This program is free software; you can redistribute it and/or modify *
15 * it under the terms of the GNU General Public License as published by *
16 * the Free Software Foundation; either version 2 of the License, or *
17 * (at your option) any later version. *
18 * *
19 * This program is distributed in the hope that it will be useful, *
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
22 * GNU General Public License for more details. *
23 * *
24 * You should have received a copy of the GNU General Public License *
25 * along with this program; if not, write to the Free Software *
26 * Foundation, Inc., 51 Franklin Street, Fifth Floor, *
27 * Boston, MA 02110-1301 USA *
28 * *
29 ***************************************************************************/
30
31#pragma once
32
34#include "qpixmap.h"
35
36namespace MantidQt {
37namespace API {
39EXPORT_OPT_MANTIDQT_COMMON QPixmap getQPixmap(const std::string &name);
40} // namespace API
41} // namespace MantidQt
#define EXPORT_OPT_MANTIDQT_COMMON
Definition: DllOption.h:15
EXPORT_OPT_MANTIDQT_COMMON QPixmap getQPixmap(const std::string &name)
Function that returns a QPixmap given a string name.
Definition: pixmaps.cpp:12823
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...