Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

image_dialog Class Reference

A dialog for a "img" tag for the HTML editor. More...

#include <image_dialog.h>

Inheritance diagram for image_dialog:

wxDialog List of all members.

Public Methods

  image_dialog (wxWindow *parent)
  Constructor.

  ~image_dialog ()
  Destructor.

void  transfer_to (wxString &starting_text, wxString &ending_text)
  Gets the tag strings generated by the dialog, ready to insert by parent.


Detailed Description

A dialog for a "img" tag for the HTML editor.

Constructor & Destructor Documentation

image_dialog::image_dialog wxWindow *    parent
 

Constructor.

Parameters:
parent  The parent window.

Member Function Documentation

void image_dialog::transfer_to wxString &    starting_text,
wxString &    ending_text
 

Gets the tag strings generated by the dialog, ready to insert by parent.

Parameters:
starting_text  The text to place at the start of parent's selected text.
ending_text  The text to place at the end of parent's selected text.