AddImage Class Reference

A widget to add images. More...

#include <addimage.h>

List of all members.

Public Slots

void exit ()

Signals

void addedImage (const QString &html)

Public Member Functions

 AddImage (QWidget *parent)
 ~AddImage ()

Detailed Description

A widget to add images.

This widget provides a gui to select an image form the file system and get an HTML image tag with height and width.

Author:
Manuel Unglaub

Constructor & Destructor Documentation

AddImage::AddImage ( QWidget *  parent  ) 

The constructor.

Constructs the AddImage which is a child of parent.

Parameters:
parent The parent of this AddImage.
AddImage::~AddImage (  ) 

The destructor.

Destroys the object.


Member Function Documentation

void AddImage::addedImage ( const QString &  html  )  [signal]

This signal is emited after the user successfully selected an image and clicked the ok button.

Parameters:
html Containing the HTML image tag, possible with height and width.
void AddImage::exit (  )  [slot]

Connect to this slot to destroy this object.


The documentation for this class was generated from the following files:
Generated on Fri May 14 19:12:51 2010 for Silence by  doxygen 1.6.3