Open Ephys GUI
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes
ProcessorListItem Class Reference

#include <ProcessorList.h>

List of all members.

Public Member Functions

 ProcessorListItem (const String &name)
 ~ProcessorListItem ()
int getNumSubItems ()
ProcessorListItemgetSubItem (int index)
void clearSubItems ()
void addSubItem (ProcessorListItem *newItem)
void removeSubItem (int index)
bool hasSubItems ()
bool isOpen ()
void setOpen (bool)
bool isSelected ()
void setSelected (bool b)
void reverseOpenState ()
const String & getName ()
const String & getParentName ()
void setParentName (const String &name)

Public Attributes

int colorId

Constructor & Destructor Documentation

ProcessorListItem::ProcessorListItem ( const String &  name)
ProcessorListItem::~ProcessorListItem ( )

Member Function Documentation

void ProcessorListItem::addSubItem ( ProcessorListItem newItem)
void ProcessorListItem::clearSubItems ( )
const String& ProcessorListItem::getName ( )
int ProcessorListItem::getNumSubItems ( )
const String& ProcessorListItem::getParentName ( )
ProcessorListItem* ProcessorListItem::getSubItem ( int  index)
bool ProcessorListItem::hasSubItems ( )
bool ProcessorListItem::isOpen ( )
bool ProcessorListItem::isSelected ( )
inline
void ProcessorListItem::removeSubItem ( int  index)
void ProcessorListItem::reverseOpenState ( )
inline
void ProcessorListItem::setOpen ( bool  )
void ProcessorListItem::setParentName ( const String &  name)
void ProcessorListItem::setSelected ( bool  b)
inline

Member Data Documentation

int ProcessorListItem::colorId

The documentation for this class was generated from the following file: