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 Whitespace cleanup 2007-05-28 22:27:45 +00:00
alert.cpp
alert.h
Application.cpp The BufferView/WorkArea/LyXView reorg a.k.a Multiple WorkAreas: 2007-08-21 07:33:46 +00:00
Application.h Why would boost::array<Bullet, 4> be better than Bullet[4]? 2007-09-15 23:04:28 +00:00
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 Whitespace cleanup 2007-05-28 22:27:45 +00:00
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 The BufferView/WorkArea/LyXView reorg a.k.a Multiple WorkAreas: 2007-08-21 07:33:46 +00:00
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 Whitespace cleanup 2007-05-28 22:27:45 +00:00
Painter.cpp Cleanup the TEXT_TO_INSET_OFFSET mess. This correction is done now once in InsetText. Various other cleanup resulting from this change. In particular, pave the way to the removal of Dimension Inset::dim_ member by registering the inset dimension in RowPainter::paintInset() instead of InsetXXX::draw(). 2007-09-17 21:45:14 +00:00
Painter.h
pch.h One more second.. 2007-09-19 21:28:11 +00:00
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