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 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
|
.. 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.lib.agw.ultimatelistctrl
.. highlight:: python
.. _wx.lib.agw.ultimatelistctrl.CommandListEvent:
==========================================================================================================================================
|phoenix_title| **wx.lib.agw.ultimatelistctrl.CommandListEvent**
==========================================================================================================================================
A list event holds information about events associated with :class:`UltimateListCtrl`
objects.
|
|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>CommandListEvent</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.lib.agw.ultimatelistctrl.CommandListEvent_inheritance.png" alt="Inheritance diagram of CommandListEvent" 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.lib.agw.ultimatelistctrl.CommandListEvent.html" title="wx.lib.agw.ultimatelistctrl.CommandListEvent" alt="" coords="5,315,312,344"/> <area shape="rect" id="node2" href="wx.PyCommandEvent.html" title="wx.PyCommandEvent" alt="" coords="79,237,237,267"/> <area shape="rect" id="node3" href="wx.CommandEvent.html" title="wx.CommandEvent" alt="" coords="86,160,231,189"/> <area shape="rect" id="node4" href="wx.Event.html" title="wx.Event" alt="" coords="119,83,197,112"/> <area shape="rect" id="node5" href="wx.Object.html" title="wx.Object" alt="" coords="117,5,199,35"/> </map>
</p>
|
|sub_classes| Known Subclasses
==============================
:class:`wx.lib.agw.ultimatelistctrl.UltimateListEvent`
|
|super_classes| Known Superclasses
==================================
:class:`wx.PyCommandEvent`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.__init__` Default class constructor.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.GetCacheFrom` Returns the first item which the list control advises us to cache.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.GetCacheTo` Returns the last item (inclusive) which the list control advises us to cache.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.GetColumn` Returns the column position: it is only used with ``COL`` events.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.GetData` Returns the item data.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.GetImage` Returns the item image.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.GetIndex` Returns the item index.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.GetItem` Returns the item itself.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.GetKeyCode` Returns the key code if the event is a keypress event.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.GetLabel` Returns the (new) item label for ``EVT_LIST_END_LABEL_EDIT`` event.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.GetMask` Returns the item mask.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.GetPoint` Returns the position of the mouse pointer if the event is a drag event.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.GetText` Returns the item text.
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.IsEditCancelled` Returns ``True`` if it the label editing has been cancelled by the user
:meth:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.SetEditCanceled` Sets the item editing as cancelled/not cancelled.
================================================================================ ================================================================================
|
|property_summary| Properties Summary
=====================================
================================================================================ ================================================================================
:attr:`~wx.lib.agw.ultimatelistctrl.CommandListEvent.Index` See `GetIndex`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: CommandListEvent(wx.PyCommandEvent)
A list event holds information about events associated with :class:`UltimateListCtrl`
objects.
.. method:: __init__(self, commandTypeOrEvent=None, winid=0)
Default class constructor.
For internal use: do not call it in your code!
:param `commandTypeOrEvent`: the event type or another instance of
:class:`PyCommandEvent`;
:param `winid`: the event identifier.
.. method:: GetCacheFrom(self)
Returns the first item which the list control advises us to cache.
:note: This method is meaningful for ``EVT_LIST_CACHE_HINT`` event only.
.. method:: GetCacheTo(self)
Returns the last item (inclusive) which the list control advises us to cache.
:note: This method is meaningful for ``EVT_LIST_CACHE_HINT`` event only.
.. method:: GetColumn(self)
Returns the column position: it is only used with ``COL`` events.
For the column dragging events, it is the column to the left of the divider
being dragged, for the column click events it may be -1 if the user clicked
in the list control header outside any column.
.. method:: GetData(self)
Returns the item data.
.. method:: GetImage(self)
Returns the item image.
.. method:: GetIndex(self)
Returns the item index.
.. method:: GetItem(self)
Returns the item itself.
.. method:: GetKeyCode(self)
Returns the key code if the event is a keypress event.
.. method:: GetLabel(self)
Returns the (new) item label for ``EVT_LIST_END_LABEL_EDIT`` event.
.. method:: GetMask(self)
Returns the item mask.
.. method:: GetPoint(self)
Returns the position of the mouse pointer if the event is a drag event.
.. method:: GetText(self)
Returns the item text.
.. method:: IsEditCancelled(self)
Returns ``True`` if it the label editing has been cancelled by the user
(:meth:`~CommandListEvent.GetLabel` returns an empty string in this case but it doesn't allow
the application to distinguish between really cancelling the edit and
the admittedly rare case when the user wants to rename it to an empty
string).
:note: This method only makes sense for ``EVT_LIST_END_LABEL_EDIT`` messages.
.. method:: SetEditCanceled(self, editCancelled)
Sets the item editing as cancelled/not cancelled.
:param `editCancelled`: ``True`` to set the item editing as cancelled, ``False``
otherwise.
:note: This method only makes sense for ``EVT_LIST_END_LABEL_EDIT`` messages.
.. attribute:: Index
See `GetIndex`
|