2021-05-13 17:54:58 +03:00
|
|
|
.. _si_interfaces_api:
|
|
|
|
|
|
|
|
|
|
Session Items Interfaces
|
|
|
|
|
========================
|
2021-05-21 18:40:43 +03:00
|
|
|
.. graphviz::
|
|
|
|
|
:align: center
|
|
|
|
|
|
|
|
|
|
digraph inheritance {
|
|
|
|
|
rankdir=LR;
|
|
|
|
|
GInterface -> WpSiAdapter;
|
|
|
|
|
GInterface -> WpSiLinkable;
|
|
|
|
|
GInterface -> WpSiLink;
|
|
|
|
|
GInterface -> WpSiAcquisition;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.. doxygenstruct:: WpSiAdapter
|
|
|
|
|
|
|
|
|
|
.. doxygenstruct:: _WpSiAdapterInterface
|
|
|
|
|
|
|
|
|
|
.. doxygenstruct:: WpSiLinkable
|
|
|
|
|
|
|
|
|
|
.. doxygenstruct:: _WpSiLinkableInterface
|
|
|
|
|
|
2021-05-13 17:54:58 +03:00
|
|
|
.. doxygenstruct:: WpSiLink
|
2021-05-21 18:40:43 +03:00
|
|
|
|
|
|
|
|
.. doxygenstruct:: _WpSiLinkInterface
|
|
|
|
|
|
|
|
|
|
.. doxygenstruct:: WpSiAcquisition
|
|
|
|
|
|
|
|
|
|
.. doxygenstruct:: _WpSiAcquisitionInterface
|
|
|
|
|
|
|
|
|
|
.. doxygengroup:: wpsiinterfaces
|
|
|
|
|
:content-only:
|