Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
AddressBlockExpressionsGatherer.h
Go to the documentation of this file.
1//-----------------------------------------------------------------------------
2// File: AddressBlockExpressionGatherer.h
3//-----------------------------------------------------------------------------
4// Project: Kactus2
5// Author: Mikko Teuho
6// Date: 29.04.2015
7//
8// Description:
9// Gathers expressions from an address block and its registers.
10//-----------------------------------------------------------------------------
11
12#ifndef ADDRESSBLOCKEXPRESSIONSGATHERER_H
13#define ADDRESSBLOCKEXPRESSIONSGATHERER_H
14
15#include <IPXACTmodels/Component/AddressBlock.h>
16
17#include "KactusAPI/KactusAPIGlobal.h"
18
19#include <QSharedPointer>
20#include <QStringList>
21
22//-----------------------------------------------------------------------------
24//-----------------------------------------------------------------------------
26{
27
28public:
29
34
39
47 QStringList getExpressions(QSharedPointer<AddressBlock> currentAddressBlock) const;
48
49private:
50
53
56
57};
58
59#endif // ADDRESSBLOCKEXPRESSIONSGATHERER_H
QStringList getExpressions(QSharedPointer< AddressBlock > currentAddressBlock) const