#include <TdkLineSetEvent.h>
Inheritance diagram for TdkLineSetEvent:
Public Member Functions | |
TdkLineSetEvent (TeLineSet &lines) | |
virtual | ~TdkLineSetEvent () |
virtual std::string | name () |
virtual std::string | title () |
virtual TeLineSet & | getLines () |
Protected Attributes | |
TeLineSet | lines_ |
TdkLineSetEvent::TdkLineSetEvent | ( | TeLineSet & | lines | ) | [inline] |
virtual TdkLineSetEvent::~TdkLineSetEvent | ( | ) | [inline, virtual] |
std::string TdkLineSetEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
std::string TdkLineSetEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
TeLineSet & TdkLineSetEvent::getLines | ( | ) | [inline, virtual] |
TeLineSet TdkLineSetEvent::lines_ [protected] |