35 #ifndef ANATOMIST_WINDOW_QWINFACTORY_H
36 #define ANATOMIST_WINDOW_QWINFACTORY_H
55 PixList(
const QPixmap & s,
const QPixmap & l,
const QPixmap & a )
68 Descrip(
const QString & b,
const QString & l )
Specialized AWindowFactory storing Qt specific information about windows (QPixmaps,...
static const std::map< int, Descrip > & description()
static const Descrip & description(int type)
static const PixList & pixmaps(int type)
static void loadDefaultPixmaps(int type)
static void setPixmaps(int type, const PixList &pix)
static void setDescription(const std::string &type, const Descrip &des)
static void loadDefaultPixmaps(const std::string &type)
static std::map< int, PixList > _pixmaps
static const Descrip & description(const std::string &type)
static const std::map< int, PixList > & pixmaps()
static std::map< int, Descrip > _description
static const PixList & pixmaps(const std::string &type)
static void setDescription(int type, const Descrip &des)
static void setPixmaps(const std::string &type, const PixList &pix)
Window creator: (string) type -> new window.
static const std::map< std::string, int > & typeID()
QString brief
Brief description - short, in a few words.
Descrip(const QString &b, const QString &l)
QString longer
Longer description - a few lines max.
QPixmap plarge
Large pixmap (control window toolbar)
PixList(const QPixmap &s, const QPixmap &l, const QPixmap &a)
QPixmap pactive
Active large pixmap (control window toolbar)
QPixmap psmall
Small pixmap (windows list in control window)