This module contains different classes which handle different kind of saving/restoring actions depending on the widget kind.
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 |
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 |
FindHandler
(pObject)¶Finds a suitable handler for the input Persistent Object depending on the widget kind.
pObject – an instance of PersistentObject
class.
HasCtrlHandler
(control)¶Is there a suitable handler for this control
control – the control instance to check if a handler for it exists.
PyDate2wxDate
(date)¶Transforms a datetime.date object into a DateTime
one.
date – a datetime.date
object.
wxDate2PyDate
(date)¶Transforms a DateTime
object into a datetime.date
one.
date – a DateTime
object.