lyx_mirror/src/frontends
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
..
qt4 CmdDef.cpp/h: A class that manages command definitions. The definitions are 2007-10-20 23:27:03 +00:00
tests shuffle stuff arond 2007-10-07 09:59:28 +00:00
Alert_pimpl.h
alert.cpp
alert.h
Application.cpp
Application.h
ButtonPolicy.cpp move stuff around. probably not the final destination... 2007-10-07 21:14:24 +00:00
ButtonPolicy.h move stuff around. probably not the final destination... 2007-10-07 21:14:24 +00:00
Clipboard.h
Delegates.h Remove unneeded changed() and closing() delegates. 2007-10-02 19:42:14 +00:00
Dialog.cpp finally merge Dialog and Controller 2007-10-09 21:21:01 +00:00
Dialog.h finally merge Dialog and Controller 2007-10-09 21:21:01 +00:00
Dialogs.cpp finally merge Dialog and Controller 2007-10-09 21:21:01 +00:00
Dialogs.h mere two functions 2007-10-02 21:01:25 +00:00
FileDialog.h
FontLoader.h
FontMetrics.h
frontend_helpers.cpp cosmetics 2007-10-20 17:35:27 +00:00
frontend_helpers.h move stuff around. probably not the final destination... 2007-10-07 21:14:24 +00:00
Gui.h
KeyModifier.h cosmetics 2007-10-02 21:51:54 +00:00
KeySymbol.h cosmetics 2007-10-02 21:51:54 +00:00
LyXView.cpp mainly cosmetics 2007-10-20 10:03:45 +00:00
LyXView.h Remove unneeded changed() and closing() delegates. 2007-10-02 19:42:14 +00:00
Makefile.am delete controllers dir 2007-10-07 21:38:06 +00:00
mouse_state.h
NoGuiFontLoader.h
NoGuiFontMetrics.h
Painter.cpp
Painter.h
pch.h
Selection.h
WorkArea.cpp Don't restart the blinking cursor inside WorkArea because some shortcuts can delete the current WorkArea. 2007-10-11 12:31:48 +00:00
WorkArea.h cosmetics 2007-10-02 21:51:54 +00:00
WorkAreaManager.cpp Fix some crashes on exit and on windows switch. 2007-10-03 07:12:28 +00:00
WorkAreaManager.h Fix some issues with buffer closing. 2007-10-02 14:39:48 +00:00