krita
KisCustomImageWidget Class Reference
#include <kis_custom_image_widget.h>
Detailed Description
The 'Custom Document' widget in the Krita startup widget.This class embeds the image size and colorspace to allow the user to select the image properties for a new empty image document.
Definition at line 33 of file kis_custom_image_widget.h.
Signals | |
void | documentSelected () |
Public Member Functions | |
KisCustomImageWidget (QWidget *parent, KisDoc *doc, Q_INT32 defWidth, Q_INT32 defHeight, double resolution, QString defColorSpaceName, QString imageName) |
Constructor & Destructor Documentation
KisCustomImageWidget::KisCustomImageWidget | ( | QWidget * | parent, | |
KisDoc * | doc, | |||
Q_INT32 | defWidth, | |||
Q_INT32 | defHeight, | |||
double | resolution, | |||
QString | defColorSpaceName, | |||
QString | imageName | |||
) |
Constructor.
Please note that this class is being used/created by KisDoc.
- Parameters:
-
parent the parent widget doc the document that wants to be altered
Definition at line 42 of file kis_custom_image_widget.cc.
Member Function Documentation
void KisCustomImageWidget::documentSelected | ( | ) | [signal] |
this signal is emitted (as defined by KoDocument) the moment the document is 'ready'
The documentation for this class was generated from the following files: