Stacked Graphs
Geometry & Aesthetics
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
StackedGraphs
namedobject.h
1
#ifndef NAMEDOBJECT_H
2
#define NAMEDOBJECT_H
3
4
#include <QObject>
5
9
class
INamedObject
10
{
11
public
:
12
virtual
~
INamedObject
() {}
16
virtual
QString
GetName
() = 0;
17
};
18
19
Q_DECLARE_INTERFACE(
INamedObject
,
"StackedGraphs.INamedObject"
)
20
21
#endif // NAMEDOBJECT_H
INamedObject::GetName
virtual QString GetName()=0
Returns a user-presentable name for the object.
INamedObject
Interface for objects which have a name.
Definition:
namedobject.h:9
Generated on Tue Jun 10 2014 21:46:45 for Stacked Graphs by
1.8.6