Home | Recent | Stats | Search | Mirrors | Contact | Info | Disclaimer | Config | Admin |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Total files: 3909 Full index file. Download Recent index file. Download
 Amigans.net  OpenAmiga  Aminet  UtilityBase  IntuitionBase  AmigaBounty
Support the site
|
[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] OO library brings object class style and easier programming to plain C language and AmigaOS. OO library makes also possible to create GUI's using GUIML (Graphical User Interface Markup Language). * Requirements: knob.gadget, radiobuttonX.gadget, picflow.gadget, drawer.gadget (included in the package); avcodec2.library, avformat2.library, avutil2.library, swresample2.library, swscale2.library for Video class and can be found from Emotion video player package Permission granted to redistribute oo.library in binary form in software packages made for AmigaOS and using the oo.library. Note: New releases of the library should be compatible with software using the older versions but recompiling your projects using the oo.library is recommended still. Drawing graphics to a window: Add a Space gadget to your window layout and use the Space gadget object to create a Graphics object. Use the Graphics object to draw into the Space gadget's rastport (which is the windows rastport). Graphics class takes care of rastport's and double buffering. Included examples: Drawerview, GUIfromGUIMLfile, KeyValuePairs, SamplePlayer, SimpleAudio, SimpleDOS, SimpleGUI, SimpleHTTP, SimpleServer, SimpleVideo, SimpleSpaceShooter, SimpleTalk. Some highlights: * OO Window class adds new choices to a window popup menu (the popup gadget in a window title bar), when enabled: - Full screen mode: A custom screen is opened and the window is moved there and resized to fill up the screen below the screen title bar - Half screen mode: The window is resized to fill horizontally half of the screen area and moved either left side or right side of the screen (a modern feature to see two documents side by side, for example) - Public screens, which are defined in Screen prefs and marked as auto open/close but not opened yet, are listed for screen jumping as well as already open public screens Version history: - 1.5 (6th January 2019): - *** Fixed string printing functions in Tools class - Added DateTime class - Added new features to AInput class (updated Tool class also) - Added RequestFont function to Graphics class - Added command line args handling functions to DOS class - Added more functions to different classes - Some other improvements and fixes - Some of the examples modified a bit and all of them recompiled - 1.4 (24th November 2018): - *** Fixed very important bug, wrong amount of memory was allocated for the Video object *** - *** Fixed handling of nested GUI layouts in GUIML parser *** - Added Virtual gadget class to Tool class - Added GetFile gadget to Tool class - Added GoHalfScreen() to Window class - Added GetNodeUserData() to ListBrowserGadget class - Added EnableHalfScreenMenu() to Window class - Added half screen menu item to window popup menu (if it's enabled, see above) - Added GetWindowLeft() and GetWindowTop() to Window class - Added GetBitMap() to BitMap class - Added GetFrame() to Video class - Implemented two new objects and related methods to Video class - Added 3 methods to handle AppWindow or drag&drop window and zone handling - Removed unnecessary code from some examples - Added new examples |
Copyright (c) 2004-2019 by Björn Hagström All Rights Reserved Amiga OS and its logos are registered trademarks of Hyperion Entertainment |