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