![]() |
Crossfire Resources Editor
|
Information about an event hook, linked to a script file. More...
#include <ScriptFile.h>
Collaboration diagram for HookInformation:Public Member Functions | |
| QString | eventName () const |
| HookInformation (CREMapInformation *map, int x, int y, const QString &itemName, const QString &pluginName, const QString &eventName) | |
| QString | itemName () const |
| const CREMapInformation * | map () const |
| QString | pluginName () const |
| int | x () const |
| int | y () const |
Private Attributes | |
| QString | myEventName |
| QString | myItemName |
| CREMapInformation * | myMap |
| QString | myPluginName |
| int | myX |
| int | myY |
Information about an event hook, linked to a script file.
Definition at line 25 of file ScriptFile.h.
| HookInformation::HookInformation | ( | CREMapInformation * | map, |
| int | x, | ||
| int | y, | ||
| const QString & | itemName, | ||
| const QString & | pluginName, | ||
| const QString & | eventName | ||
| ) |
Definition at line 71 of file ScriptFile.cpp.
References eventName(), itemName(), map(), myEventName, myItemName, myMap, myPluginName, myX, myY, pluginName(), x(), and y().
Here is the call graph for this function:| QString HookInformation::eventName | ( | ) | const |
Definition at line 106 of file ScriptFile.cpp.
References myEventName.
Referenced by HookInformation(), CREMapInformationManager::storeCache(), and CREMapPanel::updateItem().
Here is the caller graph for this function:| QString HookInformation::itemName | ( | ) | const |
Definition at line 96 of file ScriptFile.cpp.
References myItemName.
Referenced by HookInformation(), CREMapInformationManager::storeCache(), and CREMapPanel::updateItem().
Here is the caller graph for this function:| const CREMapInformation * HookInformation::map | ( | ) | const |
Definition at line 81 of file ScriptFile.cpp.
References myMap.
Referenced by ScriptFile::forMap(), HookInformation(), CREMapInformationManager::storeCache(), and CREMapPanel::updateItem().
Here is the caller graph for this function:| QString HookInformation::pluginName | ( | ) | const |
Definition at line 101 of file ScriptFile.cpp.
References myPluginName.
Referenced by HookInformation(), CREMapInformationManager::storeCache(), and CREMapPanel::updateItem().
Here is the caller graph for this function:| int HookInformation::x | ( | ) | const |
Definition at line 86 of file ScriptFile.cpp.
References myX.
Referenced by HookInformation(), CREMapInformationManager::storeCache(), and CREMapPanel::updateItem().
Here is the caller graph for this function:| int HookInformation::y | ( | ) | const |
Definition at line 91 of file ScriptFile.cpp.
References myY.
Referenced by HookInformation(), CREMapInformationManager::storeCache(), and CREMapPanel::updateItem().
Here is the caller graph for this function:
|
private |
Definition at line 42 of file ScriptFile.h.
Referenced by eventName(), and HookInformation().
|
private |
Definition at line 40 of file ScriptFile.h.
Referenced by HookInformation(), and itemName().
|
private |
Definition at line 37 of file ScriptFile.h.
Referenced by HookInformation(), and map().
|
private |
Definition at line 41 of file ScriptFile.h.
Referenced by HookInformation(), and pluginName().
|
private |
Definition at line 38 of file ScriptFile.h.
Referenced by HookInformation(), and x().
|
private |
Definition at line 39 of file ScriptFile.h.
Referenced by HookInformation(), and y().