wx.lib.agw.persist.persist_handlers¶
This module contains different classes which handle different kind of saving/restoring actions depending on the widget kind.
Functions Summary¶
Creates a tuple of 7 |
|
Finds a suitable handler for the input Persistent Object depending on the |
|
Is there a suitable handler for this control |
|
Transforms a datetime.date object into a |
|
Transforms a |
Classes Summary¶
Base class for persistent windows, uses the window name as persistent name by |
|
Supports saving/restoring |
|
Supports saving/restoring book control selection. |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring checked and selected items in |
|
Supports saving/restoring |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring of |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring selected items in |
|
Supports saving/restoring selected items and column sizes in |
|
Supports saving/restoring a |
|
Supports saving/restoring the |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
|
Supports saving/restoring window position and size as well as |
|
Supports saving/restoring a |
|
Supports saving/restoring the |
|
Supports saving/restoring open tree branches. |
|
Supports saving/restoring a |
|
Supports saving/restoring a |
Functions¶
- FindHandler(pObject)¶
Finds a suitable handler for the input Persistent Object depending on the widget kind.
- Parameters:
pObject – an instance of
PersistentObject
class.
- HasCtrlHandler(control)¶
Is there a suitable handler for this control
- Parameters:
control – the control instance to check if a handler for it exists.
- PyDate2wxDate(date)¶
Transforms a datetime.date object into a
DateTime
one.- Parameters:
date – a
datetime.date
object.
- wxDate2PyDate(date)¶
Transforms a
DateTime
object into adatetime.date
one.- Parameters:
date – a
DateTime
object.