#include <TdkShowInsertImageDialogEvent.h>
Inheritance diagram for TdkShowInsertImageDialogEvent:
Public Member Functions | |
TdkShowInsertImageDialogEvent (int width, int height) | |
virtual | ~TdkShowInsertImageDialogEvent () |
virtual std::string | name () |
virtual std::string | title () |
virtual void | setFile (std::string file) |
virtual std::string | getFile () |
virtual void | setWidth (int width) |
virtual int | getWidth () |
virtual void | setHeight (int height) |
virtual int | getHeight () |
Protected Attributes | |
int | width_ |
int | height_ |
std::string | file_ |
TdkShowInsertImageDialogEvent::TdkShowInsertImageDialogEvent | ( | int | width, | |
int | height | |||
) | [inline] |
virtual TdkShowInsertImageDialogEvent::~TdkShowInsertImageDialogEvent | ( | ) | [inline, virtual] |
std::string TdkShowInsertImageDialogEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
std::string TdkShowInsertImageDialogEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
void TdkShowInsertImageDialogEvent::setFile | ( | std::string | file | ) | [inline, virtual] |
std::string TdkShowInsertImageDialogEvent::getFile | ( | ) | [inline, virtual] |
void TdkShowInsertImageDialogEvent::setWidth | ( | int | width | ) | [inline, virtual] |
int TdkShowInsertImageDialogEvent::getWidth | ( | ) | [inline, virtual] |
void TdkShowInsertImageDialogEvent::setHeight | ( | int | height | ) | [inline, virtual] |
int TdkShowInsertImageDialogEvent::getHeight | ( | ) | [inline, virtual] |
int TdkShowInsertImageDialogEvent::width_ [protected] |
int TdkShowInsertImageDialogEvent::height_ [protected] |
std::string TdkShowInsertImageDialogEvent::file_ [protected] |