MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / addEventConnection

Method addEventConnection

source/modes/SettingsWindow.h:77–80  ·  view source on GitHub ↗

\brief Adds an event binding to be cleared on exiting the mode.

Source from the content-addressed store, hash-verified

75
76 //! \brief Adds an event binding to be cleared on exiting the mode.
77 inline void addEventConnection(CEGUI::Event::Connection conn)
78 {
79 mEventConnections.emplace_back(conn);
80 }
81
82 //! \brief Called when pushing the apply button on the settings window.
83 bool onApplySettings(const CEGUI::EventArgs&);

Callers 4

connectGuiButtonsMethod · 0.45
connectGuiButtonsMethod · 0.45
connectGuiButtonsMethod · 0.45
connectSkillsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected