WSF
src
wizard
lib
source
editor
TextSourceView.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
12
#ifndef TEXTSOURCEVIEW_HPP
13
#define TEXTSOURCEVIEW_HPP
14
15
#include "
Editor.hpp
"
16
#include "
TextSource.hpp
"
17
18
namespace
wizard
19
{
20
class
Editor
;
21
22
class
TextSourceView
23
{
24
public
:
25
TextSourceView
(
Editor
* aEditorPtr,
TextSource
* aSourcePtr);
26
wizard::Editor
*
mEditorPtr
;
27
TextSource
*
mSourcePtr
;
28
};
29
}
// namespace wizard
30
31
#endif
Editor.hpp
TextSource.hpp
wizard::Editor
Definition
Editor.hpp:57
wizard::TextSourceView::mSourcePtr
TextSource * mSourcePtr
Definition
TextSourceView.hpp:27
wizard::TextSourceView::TextSourceView
TextSourceView(Editor *aEditorPtr, TextSource *aSourcePtr)
Definition
TextSourceView.cpp:14
wizard::TextSourceView::mEditorPtr
wizard::Editor * mEditorPtr
Definition
TextSourceView.hpp:26
wizard::TextSource
Definition
TextSource.hpp:48
wizard
Definition
Runner.hpp:22
Copyrights Multiple, All Rights Reserved