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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
.. 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
.. currentmodule:: wx.py.crust
.. highlight:: python
.. _wx.py.crust.CrustFrame:
==========================================================================================================================================
|phoenix_title| **wx.py.crust.CrustFrame**
==========================================================================================================================================
Frame containing all the PyCrust components.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html
<div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
<img id="toggleBlock-trigger" src="_static/images/closed.png"/>
Inheritance diagram for class <strong>CrustFrame</strong>:
</div>
<div id="toggleBlock-summary" style="display:block;"></div>
<div id="toggleBlock-content" style="display:none;">
<p class="graphviz">
<center><img src="_static/images/inheritance/wx.py.crust.CrustFrame_inheritance.png" alt="Inheritance diagram of CrustFrame" usemap="#dummy" class="inheritance"/></center>
</div>
<script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
<map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.py.frame.Frame.html" title="wx.py.frame.Frame" alt="" coords="233,547,373,576"/> <area shape="rect" id="node6" href="wx.py.crust.CrustFrame.html" title="wx.py.crust.CrustFrame" alt="" coords="121,624,289,653"/> <area shape="rect" id="node2" href="wx.Frame.html" title="wx.Frame" alt="" coords="263,469,344,499"/> <area shape="rect" id="node3" href="wx.Trackable.html" title="wx.Trackable" alt="" coords="196,5,297,35"/> <area shape="rect" id="node4" href="wx.EvtHandler.html" title="wx.EvtHandler" alt="" coords="248,83,359,112"/> <area shape="rect" id="node8" href="wx.WindowBase.html" title="wx.WindowBase" alt="" coords="243,160,364,189"/> <area shape="rect" id="node5" href="wx.Object.html" title="wx.Object" alt="" coords="321,5,403,35"/> <area shape="rect" id="node7" href="wx.py.frame.ShellFrameMixin.html" title="wx.py.frame.ShellFrameMixin" alt="" coords="5,547,208,576"/> <area shape="rect" id="node9" href="wx.Window.html" title="wx.Window" alt="" coords="259,237,348,267"/> <area shape="rect" id="node11" href="wx.NonOwnedWindow.html" title="wx.NonOwnedWindow" alt="" coords="225,315,383,344"/> <area shape="rect" id="node10" href="wx.TopLevelWindow.html" title="wx.TopLevelWindow" alt="" coords="233,392,375,421"/> </map>
</p>
|
|sub_classes| Known Subclasses
==============================
:class:`wx.py.crustslices.CrustSlicesFrame`
|
|super_classes| Known Superclasses
==================================
:class:`wx.py.frame.Frame`, :class:`wx.py.frame.ShellFrameMixin`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.py.crust.CrustFrame.__init__` Create CrustFrame instance.
:meth:`~wx.py.crust.CrustFrame.DoSaveSettings`
:meth:`~wx.py.crust.CrustFrame.LoadSettings`
:meth:`~wx.py.crust.CrustFrame.OnAbout` Display an About window.
:meth:`~wx.py.crust.CrustFrame.OnClose` Event handler for closing.
:meth:`~wx.py.crust.CrustFrame.OnHelp` Show a help dialog.
:meth:`~wx.py.crust.CrustFrame.SaveSettings`
:meth:`~wx.py.crust.CrustFrame.ToggleTools` Toggle the display of the filling and other tools
:meth:`~wx.py.crust.CrustFrame.ToolsShown`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: CrustFrame(frame.Frame, frame.ShellFrameMixin)
Frame containing all the PyCrust components.
.. method:: __init__(self, parent=None, id=-1, title='PyCrust', pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.DEFAULT_FRAME_STYLE, rootObject=None, rootLabel=None, rootIsNamespace=True, locals=None, InterpClass=None, config=None, dataDir=None, \*args, \*\*kwds)
Create CrustFrame instance.
.. method:: DoSaveSettings(self)
.. method:: LoadSettings(self)
.. method:: OnAbout(self, event)
Display an About window.
.. method:: OnClose(self, event)
Event handler for closing.
.. method:: OnHelp(self, event)
Show a help dialog.
.. method:: SaveSettings(self, force=False)
.. method:: ToggleTools(self)
Toggle the display of the filling and other tools
.. method:: ToolsShown(self)
|