#include <sstream>
#include <boost/bind.hpp>
#include "TClass.h"
#include "Fireworks/Core/interface/FWEventItemsManager.h"
#include "Fireworks/Core/interface/FWEventItem.h"
#include "Fireworks/Core/interface/FWModelChangeManager.h"
#include "Fireworks/Core/interface/FWColorManager.h"
#include "Fireworks/Core/interface/FWConfiguration.h"
#include "Fireworks/Core/interface/FWDisplayProperties.h"
#include "Fireworks/Core/interface/FWItemAccessorFactory.h"
#include "Fireworks/Core/interface/FWProxyBuilderConfiguration.h"
#include "Fireworks/Core/interface/fwLog.h"
Go to the source code of this file.
Function Documentation
static const std::string kColor |
( |
"color" |
| ) |
[static] |
static const std::string kFalse |
( |
"f" |
| ) |
[static] |
static const std::string kFilterExpression |
( |
"filterExpression" |
| ) |
[static] |
static const std::string kIsVisible |
( |
"isVisible" |
| ) |
[static] |
static const std::string kLayer |
( |
"layer" |
| ) |
[static] |
static const std::string kModuleLabel |
( |
"moduleLabel" |
| ) |
[static] |
static const std::string kProcessName |
( |
"processName" |
| ) |
[static] |
static const std::string kProductInstanceLabel |
( |
"productInstanceLabel" |
| ) |
[static] |
static const std::string kPurpose |
( |
"purpose" |
| ) |
[static] |
static const std::string kTransparency |
( |
"transparency" |
| ) |
[static] |
static const std::string kTrue |
( |
"t" |
| ) |
[static] |
static const std::string kType |
( |
"type" |
| ) |
[static] |