aqt.overview
============

.. py:module:: aqt.overview


Classes
-------

.. autoapisummary::

   aqt.overview.OverviewBottomBar
   aqt.overview.OverviewContent
   aqt.overview.Overview


Module Contents
---------------

.. py:class:: OverviewBottomBar(overview: Overview)

   .. py:attribute:: overview


.. py:class:: OverviewContent

   Stores sections of HTML content that the overview will be
   populated with.

   Attributes:
       deck {str} -- Plain text deck name
       shareLink {str} -- HTML of the share link section
       desc {str} -- HTML of the deck description section
       table {str} -- HTML of the deck stats table section


   .. py:attribute:: deck
      :type:  str


   .. py:attribute:: shareLink
      :type:  str


   .. py:attribute:: desc
      :type:  str


   .. py:attribute:: table
      :type:  str


.. py:class:: Overview(mw: aqt.AnkiQt)

   Deck overview.


   .. py:attribute:: mw


   .. py:attribute:: web


   .. py:attribute:: bottom


   .. py:method:: show() -> None


   .. py:method:: refresh() -> None


   .. py:method:: refresh_if_needed() -> None


   .. py:method:: op_executed(changes: anki.collection.OpChanges, handler: object | None, focused: bool) -> bool


   .. py:method:: rebuild_current_filtered_deck() -> None


   .. py:method:: empty_current_filtered_deck() -> None


   .. py:method:: onCustomStudyKey() -> None


   .. py:method:: on_unbury() -> None


   .. py:attribute:: onUnbury


   .. py:method:: edit_description() -> None


   .. py:method:: onStudyMore() -> None


