lyx_mirror/development/cmake
Bernhard Roider 1a77c867a2 CmdDef.cpp/h: A class that manages command definitions. The definitions are
by default read from lib/commands/default.def 
              A .def file allows to define a command with
              \define "Name" "lfun"
              where Name is the name of the new command and lfun is the code
              to be executed.
              \def_file "FileName"
              allows to include another .def file.
              The implementation of CmdDef is similar to KeyMap, i.e. there is 
              one instance created in the LyX.cpp that reads the .def file, holds 
              a list containing all definitions, and supplies access methods.


LFUN_CALL:    The new lfun is used to execute a command definition, e.g.
              call Name

If a toolbar item has the associated action "call Name" then the image 
lib/images/commands/Name.png is used for the button.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21093 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-20 23:27:03 +00:00
..
boost cmake cosmetics 2007-08-28 18:30:02 +00:00
intl cmake cosmetics 2007-08-28 18:30:02 +00:00
modules rcc: use -name option 2007-10-19 18:45:09 +00:00
src add qrc file to cmake build process 2007-10-18 19:35:38 +00:00
build-debug.bat update cmake build system 2007-09-04 18:41:37 +00:00
build.bat update cmake build system 2007-09-04 18:41:37 +00:00
CMakeLists.txt cmake: update version info. Is there a build system independent way? 2007-10-20 09:34:19 +00:00
config.cpp.cmake rename config.C.cmake to config.cpp.cmake 2007-10-07 11:10:45 +00:00
config.h.cmake remove special handling of Package.cpp[.in] 2007-08-27 21:29:56 +00:00
ConfigureChecks.cmake do not check for Standard C++ features anymore. 2007-08-23 21:18:53 +00:00
Install.cmake CmdDef.cpp/h: A class that manages command definitions. The definitions are 2007-10-20 23:27:03 +00:00
pcheaders.h enable precompile headers only for the Debug and Release build 2006-11-01 14:32:17 +00:00