wolfhece._lulc_manager ====================== .. py:module:: wolfhece._lulc_manager .. autoapi-nested-parse:: LU/LC companion for WolfMapViewer. This companion owns the Landuse/Landcover menu construction, including Walous submenus. Handlers are routed through this companion to private viewer helpers to keep behavior identical while completing migration in small safe steps. Module Contents --------------- .. py:class:: LulcManager(viewer: wolfhece.PyDraw.WolfMapViewer) Companion object that owns LU/LC menu state and handler routing. .. py:attribute:: _viewer .. py:attribute:: _menu :type: wx.Menu | None :value: None .. py:method:: menu_build() -> None .. py:method:: _handle_importfromfile(event: wx.MenuEvent) -> None .. py:method:: _handle_walous_ocs(event: wx.MenuEvent) -> None Handle Walous OCS menu events. .. py:method:: _handle_walous_uts(event: wx.MenuEvent) -> None Handle Walous UTS menu events.