Difference between revisions of "User:Pdefilippis/Project Page"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 2: Line 2:
 
Welcome on the Aqua porting of OpenOffice.org project. This project is part of Google's Summer of Code 2006. Here you will find information updated regularly about the evolution of this project.  
 
Welcome on the Aqua porting of OpenOffice.org project. This project is part of Google's Summer of Code 2006. Here you will find information updated regularly about the evolution of this project.  
  
== VCL Structure Documentation ==
+
== VCL ==
  
The goal of this page is to give a clear explanation of the VCL module of OpenOffice.org with an emphasis on Mac OS X's Aqua porting part.
+
VCL is the Visual Class Library module of OpenOffice.org. It's goal is to link the graphical interface and the underlying management of the program together. VCL therefore handles all of the user interaction mechanisms with OOo such as the mouse and the keyboard.
  
 
  [[Image:VCL_Tree.jpg]]
 
  [[Image:VCL_Tree.jpg]]
 
'''VCL Definition'''
 
 
VCL is the Visual Class Library module of OpenOffice.org. It is responsible for linking the graphical interface to the underlying management of the program. VCL therefore handles all of the user interaction mechanisms with OOo such as the mouse and the keyboard.
 

Revision as of 14:58, 7 June 2006

Mac OS X's Aqua Porting of OpenOffice.org Wiki

Welcome on the Aqua porting of OpenOffice.org project. This project is part of Google's Summer of Code 2006. Here you will find information updated regularly about the evolution of this project.

VCL

VCL is the Visual Class Library module of OpenOffice.org. It's goal is to link the graphical interface and the underlying management of the program together. VCL therefore handles all of the user interaction mechanisms with OOo such as the mouse and the keyboard.

VCL Tree.jpg
Personal tools