NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include "numeredroptarget.hpp"
#include "NumeReWindow.h"
#include "editor/editor.h"
#include "terminal/terminal.hpp"
#include "compositions/filetree.hpp"
#include "DirTraverser.hpp"
#include "../common/vcsmanager.hpp"
#include "../common/filerevisions.hpp"
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... | |
#define wxUSE_DRAG_AND_DROP 1 |
Definition at line 29 of file numeredroptarget.cpp.
std::string replacePathSeparator | ( | const std::string & | __sPath | ) |
This function replaces the Windows style path sparators to UNIX style.
__sPath | const std::string& |
Definition at line 1548 of file stringtools.cpp.
Referenced by NumeReDropTarget::OnData().