Last change
on this file since 0f3042 was 35a889, checked in by Frederik Heber <heber@…>, 14 years ago |
DOCUFIX: Prefixes all three userinterface labels with userinterfaces-.
|
-
Property mode
set to
100644
|
File size:
1006 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * Project: MoleCuilder
|
---|
3 | * Description: creates and alters molecular systems
|
---|
4 | * Copyright (C) 2010 University of Bonn. All rights reserved.
|
---|
5 | * Please see the LICENSE file or "Copyright notice" in builder.cpp for details.
|
---|
6 | */
|
---|
7 |
|
---|
8 | /**
|
---|
9 | * \file textmenu.dox
|
---|
10 | *
|
---|
11 | * Created on: Oct 31, 2011
|
---|
12 | * Author: heber
|
---|
13 | */
|
---|
14 |
|
---|
15 | /**
|
---|
16 | * \page userinterfaces-textmenu Text Menu Interface
|
---|
17 | *
|
---|
18 | * The textmenu mimicks the graphical interface in having the very same menu
|
---|
19 | * with actions at the same positions. Only visual output can only be obtained
|
---|
20 | * by saving the world at intervals and inspecting the outcome. This is a sort
|
---|
21 | * of lowman's way to a graphical interface but can be done via a remote
|
---|
22 | * machine if its filesystem is mountable.
|
---|
23 | *
|
---|
24 | * \note The textmenu interface is the least maintained part of the user
|
---|
25 | * interfaces, so be cautious in using it. However, it also has the smallest
|
---|
26 | * impact in terms of code lines. In effect it may work just as well as the
|
---|
27 | * others.
|
---|
28 | *
|
---|
29 | *
|
---|
30 | * \date 2011-10-31
|
---|
31 | *
|
---|
32 | */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.