Audio (101) Datatype (15) Demo (56) Development (248) Document (63) Driver (19) Emulation (62) Game (531) Graphics (229) Library (22) Network (63) Office (22) Utility (265) Video (18)
Total files: 1714
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Name: MUIPlus.Aros
Description: C++ wrapper classes for ZUNE/MUI 3.8
Version: 1.0
Author: Piotr Hoppe
Submitter: tygrysekHD
Email: tygrysekhd()gmail.com
Category: development/libraty
License: MIT
MUIPlus.Aros based on MUIPlus created by Nicholas Allen.
Allows the use of ZUNE through C++ classes.
This has only been tested with the GCC compiler although it has been
written so that it should compile with other compilers.
Features:
* Supports all attributes and methods of ZUNE
* Support for NList, NListview, and HTMLtext custom classes
* Template classes supplied for List, Listview, NList, NListview
* Methods and attributes can be inlined for efficiency or linked with a
link library for faster compilation.
* Ability to convert to and from BOOPSI objects
* Extra support for List classes including AddHead, AddTail, InsertTop,
InsertBottom, Length.
* Numeric classes have coercion to ints and longs
* Lists can be treated like arrays
* Strings and Texts have coercion to char *
* Includes documentation in guide format
* Is completely free!
|