IModList
========

.. currentmodule:: mobase

.. autoclass:: IModList
   :show-inheritance:

   .. rubric:: Methods Summary

   .. autosummary::

      ~IModList.allMods
      ~IModList.allModsByProfilePriority
      ~IModList.displayName
      ~IModList.getMod
      ~IModList.onModInstalled
      ~IModList.onModMoved
      ~IModList.onModRemoved
      ~IModList.onModStateChanged
      ~IModList.priority
      ~IModList.removeMod
      ~IModList.renameMod
      ~IModList.setActive
      ~IModList.setPriority
      ~IModList.state

   .. rubric:: Methods Documentation

   .. automethod:: allMods
   .. automethod:: allModsByProfilePriority
   .. automethod:: displayName
   .. automethod:: getMod
   .. automethod:: onModInstalled
   .. automethod:: onModMoved
   .. automethod:: onModRemoved
   .. automethod:: onModStateChanged
   .. automethod:: priority
   .. automethod:: removeMod
   .. automethod:: renameMod
   .. automethod:: setActive
   .. automethod:: setPriority
   .. automethod:: state
