WSF
Vi.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 VI_HPP
13#define VI_HPP
14
15namespace Vi
16{
18{
19 // Text mode is active by default until a change
22 // While switching to text mode, both text and object representations are read-only
24};
25}
26
27#endif
Definition Vi.hpp:16
EditMode
Definition Vi.hpp:18
@ cEDIT_MODE_TEXT
Definition Vi.hpp:20
@ cEDIT_MODE_VISUAL
Definition Vi.hpp:21
@ cEDIT_MODE_SWITCHING_TO_TEXT
Definition Vi.hpp:23
Copyrights Multiple, All Rights Reserved