NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
DDE::Server Class Reference

This class implements the DDE server for the first (main) NumeRe instance. More...

#include <ipc.hpp>

Inheritance diagram for DDE::Server:
Collaboration diagram for DDE::Server:

Public Member Functions

 Server (NumeReWindow *frame)
 
virtual wxConnectionBase * OnAcceptConnection (const wxString &topic) override
 Creates a new DDEConnection, if the topic equals DDE_TOPIC. More...
 

Private Attributes

NumeReWindowm_Frame
 

Detailed Description

This class implements the DDE server for the first (main) NumeRe instance.

Definition at line 37 of file ipc.hpp.

Constructor & Destructor Documentation

◆ Server()

DDE::Server::Server ( NumeReWindow frame)
inline

Definition at line 40 of file ipc.hpp.

Member Function Documentation

◆ OnAcceptConnection()

wxConnectionBase * DDE::Server::OnAcceptConnection ( const wxString &  topic)
overridevirtual

Creates a new DDEConnection, if the topic equals DDE_TOPIC.

Parameters
topicconst wxString&
Returns
wxConnectionBase*

Definition at line 34 of file ipc.cpp.

References DDE_TOPIC, and m_Frame.

Member Data Documentation

◆ m_Frame

NumeReWindow* DDE::Server::m_Frame
private

Definition at line 44 of file ipc.hpp.

Referenced by OnAcceptConnection().


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