WSF
FindTextRequest.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 FINDTEXTREQUEST_HPP
12#define FINDTEXTREQUEST_HPP
13
14namespace wizard
15{
16class TextSource;
17
39} // namespace wizard
40
41#endif
wizard::TextSource * mSourcePtr
The single source file to search if non-null.
Definition FindTextRequest.hpp:34
std::string mText
Definition FindTextRequest.hpp:36
FindTextRequest()
Definition FindTextRequest.hpp:27
SearchLocation mSearchLocation
Definition FindTextRequest.hpp:35
SearchLocation
Definition FindTextRequest.hpp:22
@ cDIRECTORIES
Definition FindTextRequest.hpp:25
@ cPROJECT
Definition FindTextRequest.hpp:24
@ cACTIVE_FILE
Definition FindTextRequest.hpp:23
bool mCaseSensitive
Definition FindTextRequest.hpp:37
Definition TextSource.hpp:48
Definition Runner.hpp:22
Copyrights Multiple, All Rights Reserved