Itasca C++ Interface
flac3d
zone
interface
iapply.h
1
#pragma once
2
3
#include "
utility/interface/ithing.h
"
4
5
namespace
zone {
6
class
IApply
{
7
public
:
8
virtual
itasca::IThing
*getIThing()=0;
9
virtual
const
itasca::IThing
*getIThing()
const
=0;
10
virtual
QString getName()
const
=0;
11
virtual
QString getCaptionName()
const
=0;
12
};
13
}
// namespace zone
zone::IApply
Definition:
iapply.h:6
itasca::IThing
Base class for items that will be stored in containers.
Definition:
ithing.h:31
ithing.h
Base class for items that will be stored in containers.
Generated by
1.8.15