#include <QString>
Go to the source code of this file.
Namespaces | |
| namespace | OrK |
| namespace | OrKEngine |
| namespace | OrKMap |
| namespace | OrKRule |
Enumerations | |
| enum | OrKMap::Origin { OrKMap::FromMap, OrKMap::FromList } |
| FIXME. More... | |
| enum | OrKMap::Type { OrKMap::None, OrKMap::Simple, OrKMap::Switch, OrKMap::Signal, OrKMap::Tunnel } |
| FIXME. More... | |
| enum | OrKMap::Decoder { OrKMap::undef, OrKMap::maerklin } |
| FIXME. More... | |
| enum | OrKRule::Trigger { OrKRule::SetOff, OrKRule::SetOn } |
| Contain the possible Trigger for the rules. More... | |
| enum | OrKRule::Action { OrKRule::Off, OrKRule::On } |
| Contain the possible Trigger for the rules. More... | |
Variables | |
| const QString | OrK::Version = "0.1" |
| Current programm version. | |
| const QString | OrKEngine::Version = "0.1" |
| const QString | OrKEngine::MimeType = "OrKEngine/Item" |
| Drag and Drop Engine MimeType. | |
| const QString | OrKMap::Version = "0.1" |
| const int | OrKMap::ItemXSize = 30 |
| Default rail item horizontal size. | |
| const int | OrKMap::ItemYSize = 30 |
| Default rail item vertical size. | |
| const QString | OrKMap::MimeType = "OrKmap/Item" |
| Drag and Drop Rail item MimeType. | |
| const QString | OrKMap::StateOpen = "_opened" |
| Name denominator in the SVG rails file. | |
| const QString | OrKMap::StateClosed = "_closed" |
| Name denominator in the SVG rails file. | |
| const QString | OrKMap::UnknownId = "unknown" |
| Name denominator in the SVG rails file. | |
| const QString | OrKRule::Version = "0.1" |
Definition in file ork.h.
1.5.6