#include <RemoteXMLRequest.hxx>
Inherits simgear::HTTP::MemoryRequest.
Definition at line 28 of file RemoteXMLRequest.hxx.
◆ RemoteXMLRequest()
RemoteXMLRequest::RemoteXMLRequest |
( |
const std::string & | url, |
|
|
SGPropertyNode * | targetNode ) |
|
inline |
◆ onDone()
virtual void RemoteXMLRequest::onDone |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ onFail()
virtual void RemoteXMLRequest::onFail |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ setCompletionProp()
void RemoteXMLRequest::setCompletionProp |
( |
SGPropertyNode_ptr | p | ) |
|
|
inline |
◆ setFailedProp()
void RemoteXMLRequest::setFailedProp |
( |
SGPropertyNode_ptr | p | ) |
|
|
inline |
◆ setStatusProp()
void RemoteXMLRequest::setStatusProp |
( |
SGPropertyNode_ptr | p | ) |
|
|
inline |
◆ _complete
SGPropertyNode_ptr RemoteXMLRequest::_complete |
◆ _failed
SGPropertyNode_ptr RemoteXMLRequest::_failed |
◆ _status
SGPropertyNode_ptr RemoteXMLRequest::_status |
◆ _target
SGPropertyNode_ptr RemoteXMLRequest::_target |
The documentation for this class was generated from the following file: