ICF 3.1.1.10
Technical documentation of ICF Libraries
CProcessedBitmapView.h
Go to the documentation of this file.
1/********************************************************************************
2** This file is part of the ICF Framework. Copyright (C) Witold Gantzke & Kirill Lepskiy
3** ICF Framework may be used under the terms of the LGPL License v. 2.1 by the Free Software Foundation.
4********************************************************************************/
5
6#ifndef iqtipr_CProcessedBitmapView_included
7#define iqtipr_CProcessedBitmapView_included
8
9
10// ICF includes
12#include <iview/CImageShape.h>
13#include <imod/TModelWrap.h>
15#include <iimg/CBitmap.h>
17
18
19// Local includes
20#include <GeneratedFiles/iiprgui/ui_CProcessedBitmapView.h>
21
22
23namespace iiprgui
24{
25
26
28 public QWidget/*,
29 public iview::IShapeStatusInfo*/
30{
31 Q_OBJECT
32public:
33 CProcessedBitmapView(QWidget* parent = nullptr);
34
35 void SetBitmap(const iimg::IBitmap* bitmapPtr);
36 void SetTitle(const QString& title);
37
39 //virtual QString GetInfoText() const;
40 //virtual void SetInfoText(const QString& infoText);
41
42protected Q_SLOTS:
44
45protected:
46 Ui::CProcessedBitmapView m_ui;
47
50
52
54};
55
56
57} // namespace iiprgui
58
59
60#endif // !iqtipr_CProcessedBitmapView_included
Definition of single plane bitmap.
Definition IBitmap.h:24
istdgui::CHierarchicalCommand m_toolBarCommands
void SetBitmap(const iimg::IBitmap *bitmapPtr)
Ui::CProcessedBitmapView m_ui
CProcessedBitmapView(QWidget *parent=nullptr)
imod::TModelWrap< iimg::CBitmap > m_sourceImageModel
void SetTitle(const QString &title)
This model wrapper provides a simple connection between a concrete istd::IChangeable implementation a...
Definition TModelWrap.h:28
Implementation of hierarchical command based on QAction from Qt.
This package contains Qt based implementations of image processing components.

© Witold Gantzke and Kirill Lepskiy