NIREP

DisplayDescription Class Reference

This class holds all the information that is in the display description file and rdl. There are other classes which hold the specific information, but this class holds references to those other classes. By holding the references, we can pass this class around and have all the information about a display. More...

Collaboration diagram for DisplayDescription:

List of all members.

Public Member Functions

 DisplayDescription ()
 DisplayDescription (const std::string &FileName)
DisplayAttributesGetDisplayAttributes ()
int GetDisplayID ()
EvaluatorListGetEvaluatorList ()
std::string GetFileName ()
ResourceDescriptionListGetRDL ()
VariableListGetVariableList ()
WidgetListGetWidgetList ()
int Read (std::string FileName)
void SetRDL (ResourceDescriptionList *rdl)
int Validate ()
 ~DisplayDescription ()

Detailed Description

This class holds all the information that is in the display description file and rdl. There are other classes which hold the specific information, but this class holds references to those other classes. By holding the references, we can pass this class around and have all the information about a display.

Notes
  • Work in progress
Dependencies
  • Libraries:
Bugs
  • None that I know of
Change Log

Constructor & Destructor Documentation

DisplayDescription::DisplayDescription ( ) [inline]
DisplayDescription::DisplayDescription ( const std::string &  FileName) [inline]
DisplayDescription::~DisplayDescription ( ) [inline]

Member Function Documentation

DisplayAttributes* DisplayDescription::GetDisplayAttributes ( ) [inline]
DisplayDescription::GetDisplayID ( ) [inline]
DisplayDescription::GetEvaluatorList ( ) [inline]
std::string DisplayDescription::GetFileName ( ) [inline]
ResourceDescriptionList* DisplayDescription::GetRDL ( ) [inline]
DisplayDescription::GetVariableList ( ) [inline]
DisplayDescription::GetWidgetList ( ) [inline]
int DisplayDescription::Read ( std::string  FileName)
void DisplayDescription::SetRDL ( ResourceDescriptionList rdl) [inline]
DisplayDescription::Validate ( )
 All Classes Functions Variables Typedefs Enumerations Enumerator