Home
last modified time | relevance | path

Searched defs:EventArgs (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/
H A DQueryLanguage.Events.cs85 …ntArgs>(Action<TDelegate> addHandler, Action<TDelegate> removeHandler) where TEventArgs : EventArgs property in System.Reactive.Linq.QueryLanguage
299 …ntArgs>> FromEventPattern<TEventArgs>(object target, string eventName) where TEventArgs : EventArgs property in System.Reactive.Linq.QueryLanguage
308 …ern<TEventArgs>(object target, string eventName, IScheduler scheduler) where TEventArgs : EventArgs property in System.Reactive.Linq.QueryLanguage
319 …rn_<TEventArgs>(object target, string eventName, IScheduler scheduler) where TEventArgs : EventArgs property in System.Reactive.Linq.QueryLanguage
330 …FromEventPattern<TSender, TEventArgs>(object target, string eventName) where TEventArgs : EventArgs property in System.Reactive.Linq.QueryLanguage
403 …TEventArgs>> FromEventPattern<TEventArgs>(Type type, string eventName) where TEventArgs : EventArgs property in System.Reactive.Linq.QueryLanguage
412 …Pattern<TEventArgs>(Type type, string eventName, IScheduler scheduler) where TEventArgs : EventArgs property in System.Reactive.Linq.QueryLanguage
423 …attern_<TEventArgs>(Type type, string eventName, IScheduler scheduler) where TEventArgs : EventArgs property in System.Reactive.Linq.QueryLanguage
434 …s>> FromEventPattern<TSender, TEventArgs>(Type type, string eventName) where TEventArgs : EventArgs property in System.Reactive.Linq.QueryLanguage
443 …Sender, TEventArgs>(Type type, string eventName, IScheduler scheduler) where TEventArgs : EventArgs property in System.Reactive.Linq.QueryLanguage
[all …]
H A DObservable.Events.cs156 where TEventArgs : EventArgs property in System.Reactive.Linq.Observable
197 where TEventArgs : EventArgs property in System.Reactive.Linq.Observable
244 where TEventArgs : EventArgs property in System.Reactive.Linq.Observable
288 where TEventArgs : EventArgs property in System.Reactive.Linq.Observable
337 where TEventArgs : EventArgs property in System.Reactive.Linq.Observable
379 where TEventArgs : EventArgs property in System.Reactive.Linq.Observable
427 where TEventArgs : EventArgs property in System.Reactive.Linq.Observable
466 where TEventArgs : EventArgs property in System.Reactive.Linq.Observable
628 where TEventArgs : EventArgs property in System.Reactive.Linq.Observable
670 where TEventArgs : EventArgs property in System.Reactive.Linq.Observable
[all …]
/dports/games/opendungeons/OpenDungeons-0.7.1/source/modes/
H A DGameMode.cpp230 { in GameMode()
1175 bool GameMode::showObjectivesWindow(const CEGUI::EventArgs&) in showObjectivesWindow()
1181 bool GameMode::hideObjectivesWindow(const CEGUI::EventArgs&) in hideObjectivesWindow()
1219 bool GameMode::cancelPlayerSettings(const CEGUI::EventArgs&) in cancelPlayerSettings()
1225 bool GameMode::applyPlayerSettings(const CEGUI::EventArgs&) in applyPlayerSettings()
1249 bool GameMode::showSkillWindow(const CEGUI::EventArgs&) in showSkillWindow()
1256 bool GameMode::hideSkillWindow(const CEGUI::EventArgs&) in hideSkillWindow()
1297 bool GameMode::showOptionsWindow(const CEGUI::EventArgs&) in showOptionsWindow()
1341 bool GameMode::saveGame(const CEGUI::EventArgs& /*e*/) in saveGame()
1369 bool GameMode::showHelpWindow(const CEGUI::EventArgs&) in showHelpWindow()
[all …]
H A DMenuModeMain.cpp185 bool MenuModeMain::quitButtonPressed(const CEGUI::EventArgs&) in quitButtonPressed()
191 bool MenuModeMain::toggleSettings(const CEGUI::EventArgs&) in toggleSettings()
200 bool MenuModeMain::toggleSkirmishSubMenu(const CEGUI::EventArgs&) in toggleSkirmishSubMenu()
212 bool MenuModeMain::toggleMultiplayerSubMenu(const CEGUI::EventArgs&) in toggleMultiplayerSubMenu()
224 bool MenuModeMain::toggleEditorSubMenu(const CEGUI::EventArgs&) in toggleEditorSubMenu()
H A DMenuModeLoad.cpp121 bool MenuModeLoad::launchSelectedButtonPressed(const CEGUI::EventArgs&) in launchSelectedButtonPressed()
171 bool MenuModeLoad::deleteSelectedButtonPressed(const CEGUI::EventArgs&) in deleteSelectedButtonPressed()
201 bool MenuModeLoad::updateDescription(const CEGUI::EventArgs&) in updateDescription()
H A DSettingsWindow.cpp516 bool SettingsWindow::onCancelSettings(const CEGUI::EventArgs&) in onCancelSettings()
523 bool SettingsWindow::onApplySettings(const CEGUI::EventArgs&) in onApplySettings()
569 bool SettingsWindow::onPopupCancelApplySettings(const CEGUI::EventArgs&) in onPopupCancelApplySettings()
578 bool SettingsWindow::onPopupApplySettings(const CEGUI::EventArgs&) in onPopupApplySettings()
586 bool SettingsWindow::onMusicVolumeChanged(const CEGUI::EventArgs&) in onMusicVolumeChanged()
608 bool SettingsWindow::onLightFactorChanged(const CEGUI::EventArgs&) in onLightFactorChanged()
H A DEditorMode.cpp878 bool EditorMode::toggleOptionsWindow(const CEGUI::EventArgs& /*arg*/) in toggleOptionsWindow()
891 bool EditorMode::showSettingsFromOptions(const CEGUI::EventArgs& /*e*/) in showSettingsFromOptions()
898 bool EditorMode::showQuitMenuFromOptions(const CEGUI::EventArgs& /*arg*/) in showQuitMenuFromOptions()
905 bool EditorMode::onSaveButtonClickFromOptions(const CEGUI::EventArgs& /*arg*/) in onSaveButtonClickFromOptions()
917 bool EditorMode::showQuitMenu(const CEGUI::EventArgs& /*arg*/) in showQuitMenu()
924 bool EditorMode::hideQuitMenu(const CEGUI::EventArgs& /*arg*/) in hideQuitMenu()
930 bool EditorMode::onClickYesQuitMenu(const CEGUI::EventArgs& /*arg*/) in onClickYesQuitMenu()
H A DMenuModeSkirmish.cpp131 bool MenuModeSkirmish::updateFilesList(const CEGUI::EventArgs&) in updateFilesList()
195 bool MenuModeSkirmish::launchSelectedButtonPressed(const CEGUI::EventArgs&) in launchSelectedButtonPressed()
234 bool MenuModeSkirmish::updateDescription(const CEGUI::EventArgs&) in updateDescription()
H A DMenuModeReplay.cpp121 bool MenuModeReplay::launchSelectedButtonPressed(const CEGUI::EventArgs&) in launchSelectedButtonPressed()
162 bool MenuModeReplay::deleteSelectedButtonPressed(const CEGUI::EventArgs&) in deleteSelectedButtonPressed()
192 bool MenuModeReplay::listReplaysClicked(const CEGUI::EventArgs&) in listReplaysClicked()
H A DMenuModeEditorLoad.cpp136 bool MenuModeEditorLoad::updateFilesList(const CEGUI::EventArgs&) in updateFilesList()
222 bool MenuModeEditorLoad::launchSelectedButtonPressed(const CEGUI::EventArgs&) in launchSelectedButtonPressed()
262 bool MenuModeEditorLoad::updateDescription(const CEGUI::EventArgs&) in updateDescription()
H A DMenuModeMultiplayerServer.cpp133 bool MenuModeMultiplayerServer::updateFilesList(const CEGUI::EventArgs&) in updateFilesList()
191 bool MenuModeMultiplayerServer::serverButtonPressed(const CEGUI::EventArgs&) in serverButtonPressed()
256 bool MenuModeMultiplayerServer::updateDescription(const CEGUI::EventArgs&) in updateDescription()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Deventargs.cs12 public class EventArgs { class
15 public EventArgs() in EventArgs() method in System.EventArgs
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DEventArgs.cs12 public class EventArgs class
16 public EventArgs() in EventArgs() method in System.EventArgs
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DEventArgs.cs12 public class EventArgs class
16 public EventArgs() in EventArgs() method in System.EventArgs
/dports/graphics/cegui/cegui-0.8.7/samples/GameMenu/
H A DGameMenu.cpp311 bool GameMenuDemo::handleLoginAcceptButtonClicked(const CEGUI::EventArgs&) in handleLoginAcceptButtonClicked()
333 bool GameMenuDemo::handleInnerPartStartClickAreaClick(const CEGUI::EventArgs&) in handleInnerPartStartClickAreaClick()
411 bool GameMenuDemo::handleMouseEntersLeftArrowArea(const CEGUI::EventArgs&) in handleMouseEntersLeftArrowArea()
420 bool GameMenuDemo::handleMouseLeavesLeftArrowArea(const CEGUI::EventArgs&) in handleMouseLeavesLeftArrowArea()
429 bool GameMenuDemo::handleMouseEntersRightArrowArea(const CEGUI::EventArgs&) in handleMouseEntersRightArrowArea()
438 bool GameMenuDemo::handleMouseLeavesRightArrowArea(const CEGUI::EventArgs&) in handleMouseLeavesRightArrowArea()
448 bool GameMenuDemo::handleStartPopupLinesSaveDisplay(const CEGUI::EventArgs&) in handleStartPopupLinesSaveDisplay()
463 bool GameMenuDemo::handleStartPopupLinesLoadDisplay(const CEGUI::EventArgs&) in handleStartPopupLinesLoadDisplay()
478 bool GameMenuDemo::handleStartPopupLinesCharactersDisplay(const CEGUI::EventArgs&) in handleStartPopupLinesCharactersDisplay()
497 bool GameMenuDemo::handleStartPopupLinesOptionsDisplay(const CEGUI::EventArgs&) in handleStartPopupLinesOptionsDisplay()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DLayoutContainer.cpp193 bool LayoutContainer::handleChildSized(const EventArgs&) in handleChildSized()
201 bool LayoutContainer::handleChildMarginChanged(const EventArgs&) in handleChildMarginChanged()
209 bool LayoutContainer::handleChildAdded(const EventArgs&) in handleChildAdded()
217 bool LayoutContainer::handleChildRemoved(const EventArgs&) in handleChildRemoved()
H A DLayoutCell.cpp147 bool LayoutCell::handleChildSized(const EventArgs&) in handleChildSized()
155 bool LayoutCell::handleChildAdded(const EventArgs&) in handleChildAdded()
169 bool LayoutCell::handleChildRemoved(const EventArgs&) in handleChildRemoved()
H A DCombobox.cpp695 bool Combobox::button_PressHandler(const EventArgs&) in button_PressHandler()
789 bool Combobox::droplist_HiddenHandler(const EventArgs&) in droplist_HiddenHandler()
1040 bool Combobox::editbox_ReadOnlyChangedHandler(const EventArgs&) in editbox_ReadOnlyChangedHandler()
1077 bool Combobox::editbox_CaretMovedHandler(const EventArgs&) in editbox_CaretMovedHandler()
1086 bool Combobox::editbox_TextSelectionChangedHandler(const EventArgs&) in editbox_TextSelectionChangedHandler()
1095 bool Combobox::editbox_EditboxFullEventHandler(const EventArgs&) in editbox_EditboxFullEventHandler()
1104 bool Combobox::editbox_TextAcceptedEventHandler(const EventArgs&) in editbox_TextAcceptedEventHandler()
1122 bool Combobox::listbox_ListContentsChangedHandler(const EventArgs&) in listbox_ListContentsChangedHandler()
1134 bool Combobox::listbox_ListSelectionChangedHandler(const EventArgs&) in listbox_ListSelectionChangedHandler()
1143 bool Combobox::listbox_SortModeChangedHandler(const EventArgs&) in listbox_SortModeChangedHandler()
[all …]
H A DSlider.cpp221 bool Slider::handleThumbMoved(const EventArgs&) in handleThumbMoved()
232 bool Slider::handleThumbTrackStarted(const EventArgs&) in handleThumbTrackStarted()
245 bool Slider::handleThumbTrackEnded(const EventArgs&) in handleThumbTrackEnded()
/dports/graphics/cegui/cegui-0.8.7/samples/FontDemo/
H A DSample_FontDemo.cpp147 bool FontDemo::handleFontCreationButtonClicked(const EventArgs&) in handleFontCreationButtonClicked()
192 bool FontDemo::handleFontEditButtonClicked(const EventArgs&) in handleFontEditButtonClicked()
228 bool FontDemo::handleFontSelectionChanged(const EventArgs&) in handleFontSelectionChanged()
295 bool FontDemo::handleTextSelectionChanged(const EventArgs&) in handleTextSelectionChanged()
309 bool FontDemo::handleTextMultiLineEditboxTextChanged(const EventArgs&) in handleTextMultiLineEditboxTextChanged()
321 bool FontDemo::handleFontFileNameSelectionChanged(const EventArgs&) in handleFontFileNameSelectionChanged()
328 bool FontDemo::handleRenewFontNameButtonClicked(const EventArgs&) in handleRenewFontNameButtonClicked()
/dports/graphics/cegui/cegui-0.8.7/samples/TabControlDemo/
H A DSample_TabControl.cpp277 bool handleAddTab(const EventArgs&) in handleAddTab()
329 bool handleGoto(const EventArgs&) in handleGoto()
361 bool handleShow(const EventArgs&) in handleShow()
393 bool handleDel(const EventArgs&) in handleDel()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DAnimationInstance.cpp434 bool AnimationInstance::handleStart(const CEGUI::EventArgs&) in handleStart()
442 bool AnimationInstance::handleStop(const CEGUI::EventArgs&) in handleStop()
450 bool AnimationInstance::handlePause(const CEGUI::EventArgs&) in handlePause()
458 bool AnimationInstance::handleUnpause(const CEGUI::EventArgs&) in handleUnpause()
466 bool AnimationInstance::handleTogglePause(const CEGUI::EventArgs&) in handleTogglePause()
/dports/graphics/cegui/cegui-0.8.7/samples/TextDemo/
H A DSample_Text.cpp177 bool TextDemo::formatChangedHandler(const CEGUI::EventArgs&) in formatChangedHandler()
209 bool TextDemo::vertScrollChangedHandler(const CEGUI::EventArgs&) in vertScrollChangedHandler()
224 bool TextDemo::quit(const CEGUI::EventArgs&) in quit()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DSubscriberSlot.h140 SubscriberSlot(bool (T::*function)(const EventArgs&), T* obj) : in SubscriberSlot()
149 SubscriberSlot(void (T::*function)(const EventArgs&), T* obj) : in SubscriberSlot()
/dports/graphics/cegui/cegui-0.8.7/samples/ScrollablePaneDemo/
H A DSample_ScrollablePane.cpp60 bool fileQuit(const CEGUI::EventArgs&) in fileQuit()
201 bool ScrollablePaneSample::demoNewDialog(const CEGUI::EventArgs&) in demoNewDialog()

123456789