WSF
src
wizard
lib
source
gui
ReplaceTextRequest.hpp
Go to the documentation of this file.
1
// ****************************************************************************
2
// CUI
3
//
4
// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5
//
6
// Copyright 2003-2015 The Boeing Company. All rights reserved.
7
//
8
// The use, dissemination or disclosure of data in this file is subject to
9
// limitation or restriction. See accompanying README and LICENSE for details.
10
// ****************************************************************************
11
#ifndef VIREPLACETEXTREQUEST_HPP
12
#define VIREPLACETEXTREQUEST_HPP
13
14
#include "
FindTextRequest.hpp
"
15
16
namespace
wizard
17
{
18
class
ReplaceTextRequest
:
public
FindTextRequest
19
{
20
public
:
21
ReplaceTextRequest
()
22
:
FindTextRequest
()
23
{
24
}
25
26
std::string
mReplaceText
;
27
};
28
}
// namespace wizard
29
30
#endif
FindTextRequest.hpp
wizard::FindTextRequest::FindTextRequest
FindTextRequest()
Definition
FindTextRequest.hpp:27
wizard::ReplaceTextRequest::mReplaceText
std::string mReplaceText
Definition
ReplaceTextRequest.hpp:26
wizard::ReplaceTextRequest::ReplaceTextRequest
ReplaceTextRequest()
Definition
ReplaceTextRequest.hpp:21
wizard
Definition
Runner.hpp:22
Copyrights Multiple, All Rights Reserved