Class PrefsPanel
Defined in File prefs_panel.h
Inheritance Relationships
Base Type
public log_view::PanelInterface(Class PanelInterface)
Class Documentation
-
class PrefsPanel : public log_view::PanelInterface
Public Functions
-
PrefsPanel(int height, int width, int y, int x, Preferences &prefs)
-
inline ~PrefsPanel()
-
virtual void refresh() override
-
virtual bool handleKey(int key) override
-
inline virtual bool handleMouse(const MEVENT &event) override
-
inline void setOnSave(std::function<void()> cb)
-
inline void setOnPreview(std::function<void()> cb)
-
PrefsPanel(int height, int width, int y, int x, Preferences &prefs)