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