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

email_dialog Class Reference

A dialog for a "a href='mailto:'" tag for the HTML editor. More...

#include <email_dialog.h>

Inheritance diagram for email_dialog:

wxDialog List of all members.

Public Methods

  email_dialog (wxWindow *parent)
  Constructor.

  ~email_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 "a href='mailto:'" tag for the HTML editor.

Constructor & Destructor Documentation

email_dialog::email_dialog wxWindow *    parent
 

Constructor.

Parameters:
parent  The parent window.

Member Function Documentation

void email_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.