NIREP
|
#include <string>
#include <vector>
#include <iostream>
#include <fstream>
#include <wx/log.h>
#include "./WidgetList/WidgetList.h"
#include "./EvaluatorList/EvaluatorList.h"
#include "./DisplayAttributes/DisplayAttributes.h"
#include "ResourceDescriptionList/ResourceDescriptionList.h"
Go to the source code of this file.
Classes | |
class | DisplayDescription |
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... |
Definition in file DisplayDescription.h.