SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GUIUserIO Class Reference

Some OS-dependant functions to ease cliboard manipulation. More...

#include <GUIUserIO.h>

Static Public Member Functions

static void copyToClipboard (const FXApp &app, const std::string &text)
 Copies the given text to clipboard.

Static Public Attributes

static std::string clipped = ""

Detailed Description

Some OS-dependant functions to ease cliboard manipulation.

This helper contains only one function by now. It is used to store a text snipplet permanently within Windows-clipboard. This method is necessary, because FOX only implements the Linux/UNIX-text copying scheme where a marked text is copied. This does not work as soon as the widget with the marked text is destroyed or when the selection is lost. Because this scheme differs very much from the way the clipboard is handled in windows, is is implemented "from scratch" herein.

Definition at line 53 of file GUIUserIO.h.

Member Function Documentation

void GUIUserIO::copyToClipboard ( const FXApp &  app,
const std::string &  text 
)
static

Copies the given text to clipboard.

This method is only implemented for MS Windows.

Parameters
[in]appThe application to use
[in]textThe text to copy

Definition at line 49 of file GUIUserIO.cpp.

References clipped.

Referenced by GUIGLObjectPopupMenu::onCmdCopyCursorGeoPosition(), GUIGLObjectPopupMenu::onCmdCopyCursorPosition(), GUIGLObjectPopupMenu::onCmdCopyName(), and GUIGLObjectPopupMenu::onCmdCopyTypedName().

Field Documentation

std::string GUIUserIO::clipped = ""
static

Definition at line 64 of file GUIUserIO.h.

Referenced by copyToClipboard(), and GUIApplicationWindow::onClipboardRequest().


The documentation for this class was generated from the following files: