NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
numeredroptarget.cpp File Reference
Include dependency graph for numeredroptarget.cpp:

Go to the source code of this file.

Macros

#define wxUSE_DRAG_AND_DROP   1
 

Functions

std::string replacePathSeparator (const std::string &)
 This function replaces the Windows style path sparators to UNIX style. More...
 

Macro Definition Documentation

◆ wxUSE_DRAG_AND_DROP

#define wxUSE_DRAG_AND_DROP   1

Definition at line 29 of file numeredroptarget.cpp.

Function Documentation

◆ replacePathSeparator()

std::string replacePathSeparator ( const std::string &  __sPath)

This function replaces the Windows style path sparators to UNIX style.

Parameters
__sPathconst std::string&
Returns
std::string

Definition at line 1548 of file stringtools.cpp.

Referenced by NumeReDropTarget::OnData().