Download List

Projeto Descrição

ViewKlass is a C++ framework for developing
applications that use the LessTif or OSF/Motif(tm)
user interface toolkits. In particular it provides
classes that support the creation of reusable
components. It also provides classes that
encapsulate some of the more difficult and tedious
aspects of Motif development. These include
classes to handle the creation of windows, dialogs,
and menus. ViewKlass is an open source
implementation of SGI's ViewKit(tm), and should
eventually become source code compatible with a
large subset of of that API.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-03-22 21:08
0.7.2

Esta versão resolve o problema const correcção que foi feita aparente com o uso de 4,2 gcc, que é muito pickier sobre tais coisas. Não há mudanças intencionais em termos de funcionalidade.
This release addresses the const correctness issue that was made apparent by the use of gcc 4.2, which is much pickier about such things. There are no intentional changes in functionality.

2006-12-29 13:47
0.7.1

Esta versão inclui correcções para compilar com o compilador Toolkit MKS, gcc4.x e x86_64. Uma fuga de memória no VkCheckBox foi corrigido. Corrige um problema para a modalidade com VkDialogManager e remover itens de uma VkPrefGroup também estão incluídos.
Tags: Minor bugfixes
This release includes fixes to build with the MKS
Toolkit compiler, gcc4.x, and x86_64. A memory
leak in VkCheckBox was fixed. Fixes for a modality
problem with VkDialogManager and removing items
from a VkPrefGroup are also included.

2004-01-03 22:03
0.7.0

Os problemas de construção Linux/gcc3.x e Solaris/gcc2.95 foram corrigidos. Uma queda potencial no VkFileSelectionDialog foi corrigido. A classe VkPixmap foi implementado. Posicionamento de diálogo agora se comporta corretamente. VkMenuUndoManager agora maneja supressão de suas ações. As implementações de VkCheckBox, VkRadioGroup e VkPromptDialog foram concluídas. VkApp Um método para copiar a árvore widget foi adicionado. * Todas as instâncias de diálogo são alocados usando novo (). VkResource agora lida com todos os tipos de dados corretamente. O código de teste foi atualizado. Lots of small fixes, tweaks, e arrumado-ups foram feitos.
Tags: Major feature enhancements
Build problems with Linux/gcc3.x and
Solaris/gcc2.95 have been fixed. A potential crash
in VkFileSelectionDialog has been fixed. The
VkPixmap class has been implemented. Dialog
positioning now behaves correctly.
VkMenuUndoManager now correctly handles deletion
of its actions. The implementations of VkCheckBox,
VkRadioGroup, and VkPromptDialog were completed.
A VkApp method to dump the widget tree was added.
All the *Dialog instances are now allocated using
new(). VkResource now handles all data types
correctly. The test code has been updated. Lots of
small fixes, tweaks, and tidy-ups were made.

2002-07-13 19:28
0.6.0

Foram implementadas ações que podem ser desfeitas, que completa as classes de menu. VkGetResource foi fixado para retornar o resultado correto em "todos os casos". As novas classes VkMenuActionWidget, VkMenuActionObject e VkCompletionField foram implementadas. Os testes foram adicionados para a nova funcionalidade.
Tags: Major feature enhancements
Undoable actions were implemented, which completes the menu
classes. VkGetResource was fixed to return the correct result in "all"
cases. The new classes VkMenuActionWidget, VkMenuActionObject, and
VkCompletionField were implemented. Tests were added for the new
functionality.

2002-01-23 16:00
0.5.2

As aulas VkAlignmentGroup e VkTrace foram adicionados. O método className () foi feito em linha em todas as classes. O método installDestroyHandler90 foi adicionado em todas as classes que precisava. 'instâncias theXyzDialog' são criados sob demanda em vez de serem objetos estáticos. Uma possível falha no processo de destruição VkComponent foi corrigido.
Tags: Major feature enhancements
The classes VkAlignmentGroup and VkTrace were added. The className() method was made inline in all classes. The installDestroyHandler90 method was added to all classes that needed it. 'theXyzDialog' instances are now created on demand instead of being static objects. A possible crash in the VkComponent destructor was fixed.

Project Resources