1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2018 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. module:: wx.lib.ogl
.. currentmodule:: wx.lib.ogl
.. highlight:: python
.. _wx.lib.ogl:
==========================================================================================================================================
|phoenix_title| **wx.lib.ogl**
==========================================================================================================================================
The Object Graphics Library provides for simple drawing and manipulation
of 2D objects.
|module_summary| Modules Summary
================================
================================================================================ ================================================================================
:mod:`~wx.lib.ogl.basic` The basic shapes for OGL
:mod:`~wx.lib.ogl.bmpshape` The :class:`~lib.ogl.bmpshape.BitmapShape` class.
:mod:`~wx.lib.ogl.canvas` The :class:`~lib.ogl.canvas.ShapeCanvas` class.
:mod:`~wx.lib.ogl.composit` The :class:`~lib.ogl.composit.CompositeShape` class.
:mod:`~wx.lib.ogl.diagram` The :class:`~lib.ogl.diagram.Diagram` class.
:mod:`~wx.lib.ogl.divided` The :class:`~lib.ogl.divided.DividedShape` class.
:mod:`~wx.lib.ogl.drawn` The class :class:`~lib.ogl.drawn.DrawnShape`.
:mod:`~wx.lib.ogl.lines` The :class:`~lib.ogl.lines.LineShape` class may have arrowheads at the
:mod:`~wx.lib.ogl.oglmisc` Miscellaneous support functions for OGL.
================================================================================ ================================================================================
|
.. toctree::
:maxdepth: 1
:hidden:
wx.lib.ogl.basic
wx.lib.ogl.bmpshape
wx.lib.ogl.canvas
wx.lib.ogl.composit
wx.lib.ogl.diagram
wx.lib.ogl.divided
wx.lib.ogl.drawn
wx.lib.ogl.lines
wx.lib.ogl.oglmisc
|