On Fri, 2011-11-25 at 00:31 +0000, Greg wrote:
> How modular is the LibO code base? In other words, do we have separate
> *       document model (Model)
> *       page renderer | slide renderer |  drawing renderer &c. (View)
> *       bunch of action modules (one for each user action), that can
> be rendered 
> as menu/context items, toolbar items, or API calls (Controller) 

At the framework level this sort of model view separation is enforced,
and each menu item, icon, context menu item etc is represented
internally as a "command", which is mapped to an event ID.

Also these commands are what you see in the list of actions in the key
bindings page.

I suppose that answers your question.

Kohei

-- 
Kohei Yoshida, LibreOffice hacker, Calc


-- 
Unsubscribe instructions: E-mail to [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/design/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to