diff options
Diffstat (limited to 'src/dyetool/actions')
-rw-r--r-- | src/dyetool/actions/actions.cpp | 120 | ||||
-rw-r--r-- | src/dyetool/actions/chat.cpp | 69 | ||||
-rw-r--r-- | src/dyetool/actions/commands.cpp | 167 | ||||
-rw-r--r-- | src/dyetool/actions/move.cpp | 44 | ||||
-rw-r--r-- | src/dyetool/actions/pets.cpp | 49 | ||||
-rw-r--r-- | src/dyetool/actions/statusbar.cpp | 49 | ||||
-rw-r--r-- | src/dyetool/actions/tabs.cpp | 39 | ||||
-rw-r--r-- | src/dyetool/actions/target.cpp | 39 | ||||
-rw-r--r-- | src/dyetool/actions/windows.cpp | 60 |
9 files changed, 0 insertions, 636 deletions
diff --git a/src/dyetool/actions/actions.cpp b/src/dyetool/actions/actions.cpp deleted file mode 100644 index 58353b699..000000000 --- a/src/dyetool/actions/actions.cpp +++ /dev/null @@ -1,120 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "actions/actions.h" - -#include "actions/actiondef.h" - -#include "debug.h" - -namespace Actions -{ - -impHandlerVoid(emote) -impHandlerVoid(outfit) -impHandlerVoid(mouseClick) -impHandlerVoid(ok) -impHandlerVoid(shortcut) -impHandlerVoid(quit) -impHandlerVoid(dropItem0) -impHandlerVoid(dropItem) -impHandlerVoid(dropItemId) -impHandlerVoid(dropItemInv) -impHandlerVoid(dropItemIdAll) -impHandlerVoid(dropItemInvAll) -impHandlerVoid(heal) -impHandlerVoid(healmd) -impHandlerVoid(itenplz) -impHandlerVoid(setHome) -impHandlerVoid(magicAttack) -impHandlerVoid(copyEquippedToOutfit) -impHandlerVoid(pickup) -impHandlerVoid(sit) -impHandlerVoid(screenshot) -impHandlerVoid(ignoreInput) -impHandlerVoid(buy) -impHandlerVoid(sell) -impHandlerVoid(talk) -impHandlerVoid(stopAttack) -impHandlerVoid(untarget) -impHandlerVoid(attack) -impHandlerVoid(targetAttack) -impHandlerVoid(attackHuman) -impHandlerVoid(safeVideoMode) -impHandlerVoid(stopSit) -impHandlerVoid(showKeyboard) -impHandlerVoid(showWindows) -impHandlerVoid(openTrade) -impHandlerVoid(ipcToggle) -impHandlerVoid(where) -impHandlerVoid(who) -impHandlerVoid(cleanGraphics) -impHandlerVoid(cleanFonts) -impHandlerVoid(trade) -impHandlerVoid(priceLoad) -impHandlerVoid(priceSave) -impHandlerVoid(cacheInfo) -impHandlerVoid(disconnect) -impHandlerVoid(undress) -impHandlerVoid(dirs) -impHandlerVoid(uptime) -impHandlerVoid(dump) -impHandlerVoid(serverIgnoreAll) -impHandlerVoid(serverUnIgnoreAll) -impHandler0(error) -{ - exit(0); -} -impHandlerVoid(dumpGraphics) -impHandlerVoid(dumpEnvironment) -impHandlerVoid(dumpTests) -impHandlerVoid(dumpOGL) -impHandlerVoid(dumpGL) -impHandlerVoid(dumpMods) -#if defined USE_OPENGL && defined DEBUG_SDLFONT -impHandlerVoid(testSdlFont) -#endif // defined USE_OPENGL && defined DEBUG_SDLFONT -impHandlerVoid(createItems) -impHandlerVoid(createItem) -impHandlerVoid(uploadConfig) -impHandlerVoid(uploadServerConfig) -impHandlerVoid(uploadLog) -impHandlerVoid(mercenaryFire) -impHandlerVoid(mercenaryToMaster) -impHandlerVoid(homunculusToMaster) -impHandlerVoid(homunculusFeed) -impHandlerVoid(useItem) -impHandlerVoid(useItemInv) -impHandlerVoid(invToStorage) -impHandlerVoid(tradeAdd) -impHandlerVoid(storageToInv) -impHandlerVoid(protectItem) -impHandlerVoid(unprotectItem) -impHandlerVoid(kick) -impHandlerVoid(clearDrop) -impHandlerVoid(testInfo) -impHandlerVoid(craftKey) -impHandlerVoid(resetGameModifiers) -impHandlerVoid(barToChat) -impHandlerVoid(seen) -impHandlerVoid(dumpMemoryUsage) -impHandlerVoid(setEmoteType) - -} // namespace Actions diff --git a/src/dyetool/actions/chat.cpp b/src/dyetool/actions/chat.cpp deleted file mode 100644 index ece0e42b9..000000000 --- a/src/dyetool/actions/chat.cpp +++ /dev/null @@ -1,69 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "actions/chat.h" - -#include "actions/actiondef.h" - -#include "debug.h" - -namespace Actions -{ - -impHandlerVoid(toggleChat) -impHandlerVoid(prevChatTab) -impHandlerVoid(nextChatTab) -impHandlerVoid(closeChatTab) -impHandlerVoid(closeAllChatTabs) -impHandlerVoid(ignoreAllWhispers) -impHandlerVoid(scrollChatUp) -impHandlerVoid(scrollChatDown) -impHandlerVoid(msg) -impHandlerVoid(msgText) -impHandlerVoid(msg2) -impHandlerVoid(query) -impHandlerVoid(clearChatTab) -impHandlerVoid(createParty) -impHandlerVoid(createGuild) -impHandlerVoid(party) -impHandlerVoid(guild) -impHandlerVoid(me) -impHandlerVoid(toggle) -impHandlerVoid(kickParty) -impHandlerVoid(kickGuild) -impHandlerVoid(addText) -impHandlerVoid(clearChat) -impHandlerVoid(chatGeneralTab) -impHandlerVoid(chatDebugTab) -impHandlerVoid(chatBattleTab) -impHandlerVoid(chatTradeTab) -impHandlerVoid(chatLangTab) -impHandlerVoid(chatGmTab) -impHandlerVoid(chatPartyTab) -impHandlerVoid(chatGuildTab) -impHandlerVoid(hat) -impHandlerVoid(chatClipboard) -impHandlerVoid(guildNotice) -impHandlerVoid(translate) -impHandlerVoid(sendGuiKey) -impHandlerVoid(sendMouseKey) -impHandlerVoid(sendChars) - -} // namespace Actions diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp deleted file mode 100644 index 7f50ab20c..000000000 --- a/src/dyetool/actions/commands.cpp +++ /dev/null @@ -1,167 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "actions/commands.h" - -#include "actions/actiondef.h" - -#include "debug.h" - -namespace Actions -{ - -impHandlerVoid(chatAnnounce) -impHandlerVoid(chatIgnore) -impHandlerVoid(chatUnignore) -impHandlerVoid(chatErase) -impHandlerVoid(chatFriend) -impHandlerVoid(chatDisregard) -impHandlerVoid(chatNeutral) -impHandlerVoid(chatBlackList) -impHandlerVoid(chatEnemy) -impHandlerVoid(chatNuke) -impHandlerVoid(chatAdd) -impHandlerVoid(present) -impHandlerVoid(printAll) -impHandlerVoid(move) -impHandlerVoid(setTarget) -impHandlerVoid(commandOutfit) -impHandlerVoid(commandEmote) -impHandlerVoid(awayMessage) -impHandlerVoid(pseudoAway) -impHandlerVoid(follow) -impHandlerVoid(navigate) -impHandlerVoid(navigateTo) -impHandlerVoid(moveCamera) -impHandlerVoid(restoreCamera) -impHandlerVoid(imitation) -impHandlerVoid(sendMail) -impHandlerVoid(info) -impHandlerVoid(wait) -impHandlerVoid(addPriorityAttack) -impHandlerVoid(addAttack) -impHandlerVoid(removeAttack) -impHandlerVoid(addIgnoreAttack) -impHandlerVoid(setDrop) -impHandlerVoid(url) -impHandlerVoid(openUrl) -impHandlerVoid(execute) -impHandlerVoid(enableHighlight) -impHandlerVoid(disableHighlight) -impHandlerVoid(dontRemoveName) -impHandlerVoid(removeName) -impHandlerVoid(disableAway) -impHandlerVoid(enableAway) -impHandlerVoid(testParticle) -impHandlerVoid(talkRaw) -impHandlerVoid(gm) -impHandlerVoid(hack) -impHandlerVoid(debugSpawn) -impHandlerVoid(serverIgnoreWhisper) -impHandlerVoid(serverUnIgnoreWhisper) -impHandlerVoid(setHomunculusName) -impHandlerVoid(fireHomunculus) -impHandlerVoid(leaveParty) -impHandlerVoid(leaveGuild) -impHandlerVoid(warp) -impHandlerVoid(homunTalk) -impHandlerVoid(homunEmote) -impHandlerVoid(commandHomunEmote) -impHandlerVoid(createPublicChatRoom) -impHandlerVoid(joinChatRoom) -impHandlerVoid(leaveChatRoom) -impHandlerVoid(confSet) -impHandlerVoid(serverConfSet) -impHandlerVoid(confGet) -impHandlerVoid(serverConfGet) -impHandlerVoid(slide) -impHandlerVoid(selectSkillLevel) -impHandlerVoid(skill) -impHandlerVoid(craft) -impHandlerVoid(npcClipboard) -impHandlerVoid(clipboardCopy) -impHandlerVoid(addPickup) -impHandlerVoid(removePickup) -impHandlerVoid(ignorePickup) -impHandlerVoid(monsterInfo) -impHandlerVoid(itemInfo) -impHandlerVoid(whoDrops) -impHandlerVoid(mobSearch) -impHandlerVoid(mobSpawnSearch) -impHandlerVoid(playerGmCommands) -impHandlerVoid(playerCharGmCommands) -impHandlerVoid(commandShowLevel) -impHandlerVoid(commandShowStats) -impHandlerVoid(commandShowStorage) -impHandlerVoid(commandShowCart) -impHandlerVoid(commandShowInventory) -impHandlerVoid(locatePlayer) -impHandlerVoid(commandShowAccountInfo) -impHandlerVoid(commandSpawn) -impHandlerVoid(commandSpawnSlave) -impHandlerVoid(commandSpawnClone) -impHandlerVoid(commandSpawnSlaveClone) -impHandlerVoid(commandSpawnEvilClone) -impHandlerVoid(commandSavePosition) -impHandlerVoid(commandLoadPosition) -impHandlerVoid(commandRandomWarp) -impHandlerVoid(commandGotoNpc) -impHandlerVoid(commandGotoPc) -impHandlerVoid(commandRecallPc) -impHandlerVoid(commandIpCheck) -impHandlerVoid(commandKiller) -impHandlerVoid(commandKillable) -impHandlerVoid(commandHeal) -impHandlerVoid(commandAlive) -impHandlerVoid(commandDisguise) -impHandlerVoid(commandImmortal) -impHandlerVoid(commandHide) -impHandlerVoid(commandNuke) -impHandlerVoid(commandKill) -impHandlerVoid(commandJail) -impHandlerVoid(commandUnjail) -impHandlerVoid(commandNpcMove) -impHandlerVoid(commandNpcHide) -impHandlerVoid(commandNpcShow) -impHandlerVoid(commandChangePartyLeader) -impHandlerVoid(commandPartyRecall) -impHandlerVoid(commandBreakGuild) -impHandlerVoid(commandGuildRecall) -impHandlerVoid(mailTo) -impHandlerVoid(adoptChild) -impHandlerVoid(showSkillLevels) -impHandlerVoid(showSkillType) -impHandlerVoid(selectSkillType) -impHandlerVoid(showSkillOffsetX) -impHandlerVoid(showSkillOffsetY) -impHandlerVoid(setSkillOffsetX) -impHandlerVoid(setSkillOffsetY) -impHandlerVoid(partyItemShare) -impHandlerVoid(partyExpShare) -impHandlerVoid(partyAutoItemShare) -impHandlerVoid(outfitToChat) -impHandlerVoid(outfitClear) -impHandlerVoid(moveAttackUp) -impHandlerVoid(moveAttackDown) -impHandlerVoid(movePriorityAttackUp) -impHandlerVoid(movePriorityAttackDown) -impHandlerVoid(addSkillShortcut) - -} // namespace Actions diff --git a/src/dyetool/actions/move.cpp b/src/dyetool/actions/move.cpp deleted file mode 100644 index c3f82cd3a..000000000 --- a/src/dyetool/actions/move.cpp +++ /dev/null @@ -1,44 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "actions/move.h" - -#include "actions/actiondef.h" - -#include "debug.h" - -namespace Actions -{ - -impHandlerVoid(moveUp) -impHandlerVoid(moveDown) -impHandlerVoid(moveLeft) -impHandlerVoid(moveRight) -impHandlerVoid(moveForward) -impHandlerVoid(moveToPoint) -impHandlerVoid(crazyMoves) -impHandlerVoid(moveToTarget) -impHandlerVoid(moveToHome) -impHandlerVoid(directUp) -impHandlerVoid(directDown) -impHandlerVoid(directLeft) -impHandlerVoid(directRight) - -} // namespace Actions diff --git a/src/dyetool/actions/pets.cpp b/src/dyetool/actions/pets.cpp deleted file mode 100644 index 96a7e5393..000000000 --- a/src/dyetool/actions/pets.cpp +++ /dev/null @@ -1,49 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "actions/pets.h" - -#include "actions/actiondef.h" - -#include "debug.h" - -namespace Actions -{ - -impHandlerVoid(commandEmotePet) -impHandlerVoid(talkPet) -impHandlerVoid(setPetName) -impHandlerVoid(petEmote) -impHandlerVoid(catchPet) -impHandlerVoid(petMoveUp) -impHandlerVoid(petMoveDown) -impHandlerVoid(petMoveLeft) -impHandlerVoid(petMoveRight) -impHandlerVoid(petDirectUp) -impHandlerVoid(petDirectDown) -impHandlerVoid(petDirectLeft) -impHandlerVoid(petDirectRight) -impHandlerVoid(petMove) -impHandlerVoid(petFeed) -impHandlerVoid(petDropLoot) -impHandlerVoid(petReturnToEgg) -impHandlerVoid(petUnequip) - -} // namespace Actions diff --git a/src/dyetool/actions/statusbar.cpp b/src/dyetool/actions/statusbar.cpp deleted file mode 100644 index ed53ef8b0..000000000 --- a/src/dyetool/actions/statusbar.cpp +++ /dev/null @@ -1,49 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "actions/statusbar.h" - -#include "actions/actiondef.h" - -#include "debug.h" - -namespace Actions -{ - -impHandlerVoid(switchQuickDrop) -impHandlerVoid(changeCrazyMove) -impHandlerVoid(changePickupType) -impHandlerVoid(changeMoveType) -impHandlerVoid(changeAttackWeaponType) -impHandlerVoid(changeAttackType) -impHandlerVoid(changeTargetingType) -impHandlerVoid(changeFollowMode) -impHandlerVoid(changeImitationMode) -impHandlerVoid(changeMagicAttackType) -impHandlerVoid(changePvpMode) -impHandlerVoid(changeMoveToTarget) -impHandlerVoid(changeGameModifier) -impHandlerVoid(changeAudio) -impHandlerVoid(away) -impHandlerVoid(camera) -impHandlerVoid(changeMapMode) -impHandlerVoid(changeTrade) - -} // namespace Actions diff --git a/src/dyetool/actions/tabs.cpp b/src/dyetool/actions/tabs.cpp deleted file mode 100644 index 3c795c2ab..000000000 --- a/src/dyetool/actions/tabs.cpp +++ /dev/null @@ -1,39 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "actions/tabs.h" - -#include "actions/actiondef.h" - -#include "debug.h" - -namespace Actions -{ - -impHandlerVoid(prevSocialTab) -impHandlerVoid(nextSocialTab) -impHandlerVoid(nextShortcutsTab) -impHandlerVoid(prevShortcutsTab) -impHandlerVoid(nextCommandsTab) -impHandlerVoid(prevCommandsTab) -impHandlerVoid(nextInvTab) -impHandlerVoid(prevInvTab) - -} // namespace Actions diff --git a/src/dyetool/actions/target.cpp b/src/dyetool/actions/target.cpp deleted file mode 100644 index 80b34a7fb..000000000 --- a/src/dyetool/actions/target.cpp +++ /dev/null @@ -1,39 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "actions/target.h" - -#include "actions/actiondef.h" - -#include "debug.h" - -namespace Actions -{ - -impHandlerVoid(targetPlayer) -impHandlerVoid(targetMonster) -impHandlerVoid(targetClosestMonster) -impHandlerVoid(targetNPC) -impHandlerVoid(targetMercenary) -impHandlerVoid(targetPet) -impHandlerVoid(targetSkillUnit) -impHandlerVoid(contextMenu) - -} // namespace Actions diff --git a/src/dyetool/actions/windows.cpp b/src/dyetool/actions/windows.cpp deleted file mode 100644 index ce5c72ce2..000000000 --- a/src/dyetool/actions/windows.cpp +++ /dev/null @@ -1,60 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "actions/windows.h" - -#include "actions/actiondef.h" - -#include "debug.h" - -namespace Actions -{ - -impHandlerVoid(setupWindowShow) -impHandlerVoid(hideWindows) -impHandlerVoid(helpWindowShow) -impHandlerVoid(aboutWindowShow) -impHandlerVoid(statusWindowShow) -impHandlerVoid(inventoryWindowShow) -impHandlerVoid(equipmentWindowShow) -impHandlerVoid(skillDialogShow) -impHandlerVoid(minimapWindowShow) -impHandlerVoid(chatWindowShow) -impHandlerVoid(shortcutWindowShow) -impHandlerVoid(debugWindowShow) -impHandlerVoid(socialWindowShow) -impHandlerVoid(emoteShortcutWindowShow) -impHandlerVoid(outfitWindowShow) -impHandlerVoid(shopWindowShow) -impHandlerVoid(dropShortcutWindowShow) -impHandlerVoid(killStatsWindowShow) -impHandlerVoid(spellShortcutWindowShow) -impHandlerVoid(whoIsOnlineWindowShow) -impHandlerVoid(didYouKnowWindowShow) -impHandlerVoid(questsWindowShow) -impHandlerVoid(bankWindowShow) -impHandlerVoid(cartWindowShow) -impHandlerVoid(updaterWindowShow) -impHandlerVoid(quickWindowShow) -impHandlerVoid(mailWindowShow) -impHandlerVoid(serverInfoWindowShow) -impHandlerVoid(showItems) - -} // namespace Actions |