CMS 3D CMS Logo

Public Member Functions | Public Attributes

FWPSetTableManager::PSetData Struct Reference

#include <FWPSetTableManager.h>

List of all members.

Public Member Functions

 PSetData ()

Public Attributes

bool childMatches
bool editable
bool expandedFilter
bool expandedUser
std::string label
int level
bool matches
size_t module
size_t parent
size_t path
edm::ParameterSet pset
bool tracked
char type
std::string value
bool visible

Detailed Description

Custom structure for holding the table contents

Definition at line 44 of file FWPSetTableManager.h.


Constructor & Destructor Documentation

FWPSetTableManager::PSetData::PSetData ( ) [inline]

Definition at line 46 of file FWPSetTableManager.h.

                 :level(-1),
         tracked(false),

         type(-1),
   
         parent(-1),

         module(-1),
         path(-1),

         expandedUser(false),
         expandedFilter(false),

         visible(false),

         matches(false),
         childMatches(false),

         editable(false) {}

Member Data Documentation

Definition at line 80 of file FWPSetTableManager.h.

Referenced by FWPSetTableManager::recalculateVisibility().