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

utils_clipboard Class Reference

A static-only class for commonly used functions of the wxWindows clipboard. More...

#include <utils_clipboard.h>

List of all members.


Static Public Methods

bool  get_fullname_array_from_clipboard (wxArrayString &output_arraystring)
  Gets a fullname array of files off the clipboard.

bool  get_text_from_clipboard (wxString &output_string)
  Gets a string off of the clipboard.

bool  set_clipboard_to_text (const wxString &input_string)
  Sets the clipboard to a string.


Detailed Description

A static-only class for commonly used functions of the wxWindows clipboard.

Member Function Documentation

bool utils_clipboard::get_fullname_array_from_clipboard wxArrayString &    output_arraystring [static]
 

Gets a fullname array of files off the clipboard.

Parameters:
output_arraystring  An array in which to place the clipboard's filenames
Returns :
TRUE if successful.
bool utils_clipboard::get_text_from_clipboard wxString &    output_string [static]
 

Gets a string off of the clipboard.

Parameters:
output_string  An string in which to place clipboard's text
Returns :
TRUE if successful.
bool utils_clipboard::set_clipboard_to_text const wxString &    input_string [static]
 

Sets the clipboard to a string.

Parameters:
input_string  A string to place as the clipboard's text
Returns :
TRUE if successful.