/* * Project: MoleCuilder * Description: creates and alters molecular systems * Copyright (C) 2010 University of Bonn. All rights reserved. * Please see the LICENSE file or "Copyright notice" in builder.cpp for details. */ /** * \file textmenu.dox * * Created on: Oct 31, 2011 * Author: heber */ /** * \page userinterfaces-textmenu Text Menu Interface * * The textmenu mimicks the graphical interface in having the very same menu * with actions at the same positions. Only visual output can only be obtained * by saving the world at intervals and inspecting the outcome. This is a sort * of lowman's way to a graphical interface but can be done via a remote * machine if its filesystem is mountable. * * \note The textmenu interface is the least maintained part of the user * interfaces, so be cautious in using it. However, it also has the smallest * impact in terms of code lines. In effect it may work just as well as the * others. * * * \date 2011-10-31 * */