Doxygen
Loading...
Searching...
No Matches
FlowChart Class Reference

#include <src/vhdldocgen.h>

Collaboration diagram for FlowChart:

Public Types

enum  nodeTypes {
  IF_NO = 1<<1 , ELSIF_NO = 1<<2 , ELSE_NO = 1<<3 , CASE_NO = 1<<4 ,
  WHEN_NO = 1<<5 , EXIT_NO = 1<<6 , END_NO = 1<<7 , TEXT_NO = 1<<8 ,
  START_NO = 1<<9 , ENDIF_NO = 1<<10 , FOR_NO = 1<<11 , WHILE_NO = 1<<12 ,
  END_LOOP = 1<<13 , END_CASE = 1<<14 , VARIABLE_NO = 1<<15 , RETURN_NO = 1<<16 ,
  LOOP_NO = 1<<17 , NEXT_NO = 1<<18 , EMPTY_NO = 1<<19 , COMMENT_NO = 1<<20 ,
  BEGIN_NO = 1<<21
}

Public Member Functions

 FlowChart (int typ, const QCString &t, const QCString &ex, const QCString &label=QCString())

Static Public Member Functions

static void createSVG ()
static void startDot (TextStream &t)
static void endDot (TextStream &t)
static void codify (TextStream &t, const QCString &str)
static void writeShape (TextStream &t, const FlowChart &fl)
static void writeEdge (TextStream &t, int fl_from, int fl_to, int i, bool bFrom=FALSE, bool bTo=FALSE)
static void writeEdge (TextStream &t, const FlowChart &fl_from, const FlowChart &fl_to, int i)
static void writeFlowLinks (TextStream &t)
static QCString getNodeName (int n)
static void colTextNodes ()
static size_t getNextIfLink (const FlowChart &, size_t)
static size_t getNextNode (size_t index, int stamp)
static size_t findNode (size_t index, int stamp, int type)
static size_t findNode (size_t index, int type)
static size_t findNextLoop (size_t j, int stamp)
static size_t findPrevLoop (size_t j, int stamp, bool endif=FALSE)
static size_t findLabel (size_t j, const QCString &)
static void delFlowList ()
static const char * getNodeType (int c)
static void addFlowChart (int type, const QCString &text, const QCString &exp, const QCString &label=QCString())
static void moveToPrevLevel ()
static int getTimeStamp ()
static void writeFlowChart ()
static void alignFuncProc (QCString &q, const ArgumentList &al, bool isFunc)
static QCString convertNameToFileName ()
static void printNode (const FlowChart &n)
static void printFlowTree ()
static void buildCommentNodes (TextStream &t)
static void alignCommentNode (TextStream &t, QCString com)
static void printUmlTree ()
static QCString printPlantUmlNode (const FlowChart &flo, bool, bool)

Private Attributes

int id = 0
int stamp = 0
int type = 0
int line = 0
QCString label
QCString text
QCString exp

Detailed Description

Definition at line 238 of file vhdldocgen.h.

Member Enumeration Documentation

◆ nodeTypes

Enumerator
IF_NO 
ELSIF_NO 
ELSE_NO 
CASE_NO 
WHEN_NO 
EXIT_NO 
END_NO 
TEXT_NO 
START_NO 
ENDIF_NO 
FOR_NO 
WHILE_NO 
END_LOOP 
END_CASE 
VARIABLE_NO 
RETURN_NO 
LOOP_NO 
NEXT_NO 
EMPTY_NO 
COMMENT_NO 
BEGIN_NO 

Definition at line 241 of file vhdldocgen.h.

241 {
242 IF_NO = 1<<1,
243 ELSIF_NO = 1<<2,
244 ELSE_NO = 1<<3,
245 CASE_NO = 1<<4,
246 WHEN_NO = 1<<5,
247 EXIT_NO = 1<<6,
248 END_NO = 1<<7,
249 TEXT_NO = 1<<8,
250 START_NO = 1<<9,
251 ENDIF_NO = 1<<10,
252 FOR_NO = 1<<11,
253 WHILE_NO = 1<<12,
254 END_LOOP = 1<<13,
255 END_CASE = 1<<14,
256 VARIABLE_NO = 1<<15,
257 RETURN_NO = 1<<16,
258 LOOP_NO = 1<<17,
259 NEXT_NO = 1<<18,
260 EMPTY_NO = 1<<19,
261 COMMENT_NO = 1<<20,
262 BEGIN_NO = 1<<21
263 };

Constructor & Destructor Documentation

◆ FlowChart()

FlowChart::FlowChart ( int typ,
const QCString & t,
const QCString & ex,
const QCString & label = QCString() )

Definition at line 2874 of file vhdldocgen.cpp.

2875{
2877
2878 if (typ & STARTL)
2879 {
2880 ifcounter++;
2881 }
2882
2883 text=t;
2884 exp=ex;
2885 type=typ;
2886 label=lab;
2887
2888 if (typ & (ELSE_NO | ELSIF_NO))
2889 {
2890 stamp--;
2891 }
2892
2893 if (typ & (START_NO | END_NO | VARIABLE_NO))
2894 {
2895 stamp=0;
2896 }
2897
2898 id=nodeCounter++;
2899}
QCString label
Definition vhdldocgen.h:311
QCString text
Definition vhdldocgen.h:312
QCString exp
Definition vhdldocgen.h:313
static int nodeCounter
static int ifcounter
#define STARTL

References ELSE_NO, ELSIF_NO, END_NO, exp, ifcounter, label, nodeCounter, stamp, START_NO, STARTL, text, type, and VARIABLE_NO.

Referenced by addFlowChart(), buildCommentNodes(), colTextNodes(), findLabel(), findNextLoop(), findNode(), findPrevLoop(), getNextIfLink(), getNextNode(), getTimeStamp(), printNode(), printPlantUmlNode(), printUmlTree(), writeEdge(), writeFlowLinks(), and writeShape().

Member Function Documentation

◆ addFlowChart()

void FlowChart::addFlowChart ( int type,
const QCString & text,
const QCString & exp,
const QCString & label = QCString() )
static

Definition at line 2901 of file vhdldocgen.cpp.

2902{
2903 if (!VhdlDocGen::getFlowMember()) return;
2904
2905 QCString typeString(text);
2906 QCString expression(exp);
2907
2908
2909 if (!text.isEmpty())
2910 {
2911 typeString=substitute(typeString,";","\n");
2912 }
2913
2914 if (!exp.isEmpty())
2915 {
2916 expression=substitute(expression,"\"","\\\"");
2917 }
2918
2919 if (type & VARIABLE_NO)
2920 {
2921 // Ignore the empty section of the VHDL variable definition.
2922 // This is section between `process` and `begin` keywords, where any source text is missing, probably a bug in the VHDL source parser.
2923 if(text.isEmpty()) return;
2924
2925 flowList.insert(flowList.begin(),FlowChart(type,typeString,expression,label));
2926 flowList.front().line=1; // TODO: use getLine(); of the parser
2927 }
2928 else if (type & START_NO)
2929 {
2930 flowList.insert(flowList.begin(),FlowChart(type,typeString,expression,label));
2931 flowList.front().line=1; // TODO: use getLine(); of the parser
2932 }
2933 else
2934 {
2935 flowList.emplace_back(type,typeString,expression,label);
2936 flowList.back().line=1; // TODO: use getLine(); of the parser
2937 }
2938}
FlowChart(int typ, const QCString &t, const QCString &ex, const QCString &label=QCString())
static const MemberDef * getFlowMember()
QCString substitute(const QCString &s, const QCString &src, const QCString &dst)
substitute all occurrences of src in s by dst
Definition qcstring.cpp:571
std::vector< FlowChart > flowList

References exp, FlowChart(), flowList, VhdlDocGen::getFlowMember(), label, START_NO, substitute(), text, type, and VARIABLE_NO.

Referenced by VHDLOutlineParser::createFlow(), and VHDLOutlineParser::handleFlowComment().

◆ alignCommentNode()

void FlowChart::alignCommentNode ( TextStream & t,
QCString com )
static

Definition at line 2731 of file vhdldocgen.cpp.

2732{
2733 size_t max=0;
2734 QCString s;
2735 StringVector ql=split(com.str(),"\n");
2736 for (size_t j=0;j<ql.size();j++)
2737 {
2738 s=ql[j];
2739 if (max<s.length()) max=s.length();
2740 }
2741
2742 s=ql.back();
2743 int diff=static_cast<int>(max-s.length());
2744
2745 QCString n;
2746 if (diff>0)
2747 {
2748 n.fill(' ',2*diff);
2749 n.append(".");
2750 s+=n;
2751 ql.pop_back();
2752 ql.push_back(s.str());
2753 }
2754
2755 for (size_t j=0;j<ql.size();j++)
2756 {
2757 s=ql[j];
2758 if (j<ql.size()-1)
2759 {
2760 s+="\n";
2761 }
2762 FlowChart::codify(t,s);
2763 }
2764}
static void codify(TextStream &t, const QCString &str)
size_t length() const
Returns the length of the string, not counting the 0-terminator.
Definition qcstring.h:166
QCString fill(char c, int len=-1)
Fills a string with a predefined character.
Definition qcstring.h:193
const std::string & str() const
Definition qcstring.h:552
QCString & append(char c)
Definition qcstring.h:396
std::vector< std::string > StringVector
Definition containers.h:33
StringVector split(const std::string &s, const std::string &delimiter)
split input string s by string delimiter delimiter.
Definition util.cpp:6587

References QCString::append(), codify(), QCString::fill(), QCString::length(), split(), and QCString::str().

Referenced by buildCommentNodes(), and writeShape().

◆ alignFuncProc()

void FlowChart::alignFuncProc ( QCString & q,
const ArgumentList & al,
bool isFunc )
static

Definition at line 3292 of file vhdldocgen.cpp.

3293{
3294 size_t index=al.size();
3295 if (index==0) return;
3296
3297 size_t len=q.length()+VhdlDocGen::getFlowMember()->name().length();
3298 QCString prev,temp;
3299 prev.fill(' ',static_cast<int>(len)+1);
3300
3301 q+="\n";
3302 for (const Argument &arg : al)
3303 {
3304 QCString attl=arg.defval+" ";
3305 attl+=arg.name+" ";
3306
3307 if (!isFunc)
3308 {
3309 attl+=arg.attrib+" ";
3310 }
3311 else
3312 {
3313 attl+=" in ";
3314 }
3315 attl+=arg.type;
3316 if (--index) attl+=",\n"; else attl+="\n";
3317
3318 attl.prepend(prev);
3319 temp+=attl;
3320 }
3321
3322 q+=temp;
3323}
size_t size() const
Definition arguments.h:100
virtual const QCString & name() const =0
QCString & prepend(const char *s)
Definition qcstring.h:422

References QCString::fill(), VhdlDocGen::getFlowMember(), QCString::length(), Definition::name(), QCString::prepend(), and ArgumentList::size().

Referenced by VHDLOutlineParser::createFlow().

◆ buildCommentNodes()

void FlowChart::buildCommentNodes ( TextStream & t)
static

Definition at line 2767 of file vhdldocgen.cpp.

2768{
2769 size_t size=flowList.size();
2770 bool begin=false;
2771
2772 if (size>0)
2773 {
2774 for (uint32_t j=0;j < size-1 ;j++)
2775 {
2776 FlowChart &fll = flowList[j];
2777 if (fll.type & COMMENT_NO)
2778 {
2779 FlowChart &to=flowList[j+1];
2780 if (to.type & COMMENT_NO)
2781 {
2782 to.label = fll.label+"\n"+to.label;
2783 flowList.erase(flowList.begin()+j);
2784 if (size>0) size--;
2785 if (j>0) j--;
2786 }
2787 }
2788 }// for
2789 }
2790
2791 for (size_t j=0;j <flowList.size() ;j++)
2792 {
2793 const FlowChart &fll=flowList[j];
2794
2795 if (fll.type & BEGIN_NO)
2796 {
2797 begin = true;
2798 continue;
2799 }
2800
2801 if (fll.type & COMMENT_NO)
2802 {
2803 const FlowChart *to = nullptr;
2804 if (!begin)
2805 {
2806 // comment between function/process .. begin is linked to start node
2807 to = &flowList[0];
2808 }
2809 else if (j>0 && flowList[j-1].line==fll.line)
2810 {
2811 to = &flowList[j-1];
2812 }
2813 else
2814 {
2815 to = &flowList[j+1];
2816 }
2817 t << getNodeName(fll.id);
2818 t << "[shape=none, label=<\n";
2819 t << "<TABLE BORDER=\"0\" CELLBORDER=\"1\" CELLSPACING=\"0\" CELLPADDING=\"2\" >\n ";
2820 t << "<TR><TD BGCOLOR=\"";
2821 t << flowCol.comment;
2822 t << "\" > ";
2823
2825 t << " </TD></TR></TABLE>>];";
2826 writeEdge(t,fll.id,to->id,2);
2827 }
2828 }// for
2829
2830 // delete comment nodes;
2831 size=flowList.size();
2832 for (size_t j=0; j<size; j++)
2833 {
2834 FlowChart &fll=flowList[j];
2835 if (fll.type & (COMMENT_NO | BEGIN_NO))
2836 {
2837 size_t diff=FLOWLEN-(j+1);
2838
2839 if ((fll.type & COMMENT_NO) && diff > 1)
2840 {
2841 flowList[j+1].label = fll.label;
2842 }
2843
2844 flowList.erase(flowList.begin()+j);
2845
2846 if (size>0) size--;
2847 if (j>0) j--;
2848 }
2849 }// for;
2850}
static void writeEdge(TextStream &t, int fl_from, int fl_to, int i, bool bFrom=FALSE, bool bTo=FALSE)
static QCString getNodeName(int n)
static void alignCommentNode(TextStream &t, QCString com)
DirIterator begin(DirIterator it) noexcept
Definition dir.cpp:170
#define FLOWLEN
static struct @262143045100337216022015277174266365223104043217 flowCol

References alignCommentNode(), begin(), BEGIN_NO, COMMENT_NO, FlowChart(), flowCol, FLOWLEN, flowList, getNodeName(), id, label, line, type, and writeEdge().

Referenced by writeFlowChart().

◆ codify()

void FlowChart::codify ( TextStream & t,
const QCString & str )
static

Definition at line 2852 of file vhdldocgen.cpp.

2853{
2854 if (!str.isEmpty())
2855 {
2856 const char *p=str.data();
2857 while (*p)
2858 {
2859 char c=*p++;
2860 switch(c)
2861 {
2862 case '<': t << "&lt;"; break;
2863 case '>': t << "&gt;"; break;
2864 case '&': t << "&amp;"; break;
2865 case '\'': t << "&#39;"; break;
2866 case '"': t << "&quot;"; break;
2867 case '\n': t <<"<BR ALIGN=\"LEFT\"/>"; break;
2868 default: t << c; break;
2869 }
2870 }
2871 }
2872}//codify
bool isEmpty() const
Returns TRUE iff the string is empty.
Definition qcstring.h:163
const char * data() const
Returns a pointer to the contents of the string in the form of a 0-terminated C string.
Definition qcstring.h:172

References QCString::data(), and QCString::isEmpty().

Referenced by alignCommentNode().

◆ colTextNodes()

void FlowChart::colTextNodes ( )
static

Definition at line 2667 of file vhdldocgen.cpp.

2668{
2669 FlowChart *flno = nullptr;
2670 bool found=FALSE;
2671 for (size_t j=0;j<flowList.size();j++)
2672 {
2673 FlowChart &flo = flowList[j];
2674 if (flo.type&TEXT_NO)
2675 {
2676 if (!found)
2677 {
2678 flno=&flo;
2679 }
2680 else
2681 {
2682 flno->text+=flo.text;
2683 flowList.erase(flowList.begin()+j);
2684 if (j>0) j=j-1;
2685 }
2686 found=TRUE;
2687 }
2688 else
2689 {
2690 found=FALSE;
2691 }
2692 }
2693
2694 // find if..endif without text
2695 // if..elseif without text
2696 if (!flowList.empty())
2697 {
2698 for (size_t j=0;j<flowList.size()-1;j++)
2699 {
2700 const FlowChart &flo = flowList[j];
2701 int kind = flo.type;
2702 if ( (kind & IFF) || (flo.type & ELSE_NO))
2703 {
2704 const FlowChart &ftemp = flowList[j+1];
2705 if (ftemp.type & EMPTY)
2706 {
2707 FlowChart fc(TEXT_NO,"empty ",QCString());
2708 fc.stamp = flo.stamp;
2709 flowList.insert(flowList.begin()+j+1,fc);
2710 }
2711 }
2712 }
2713 }
2714
2715}// colTextNode
#define TRUE
Definition qcstring.h:37
#define FALSE
Definition qcstring.h:34
#define IFF
#define EMPTY

References ELSE_NO, EMPTY, FALSE, FlowChart(), flowList, IFF, stamp, text, TEXT_NO, TRUE, and type.

Referenced by writeFlowChart().

◆ convertNameToFileName()

QCString FlowChart::convertNameToFileName ( )
static

Definition at line 3029 of file vhdldocgen.cpp.

3030{
3031 return VhdlDocGen::getFlowMember()->name();
3032}

References VhdlDocGen::getFlowMember(), and Definition::name().

Referenced by createSVG(), HtmlDocVisitor::operator()(), and printUmlTree().

◆ createSVG()

void FlowChart::createSVG ( )
static

Definition at line 3063 of file vhdldocgen.cpp.

3064{
3065 QCString qcs("/");
3066 QCString ov = Config_getString(HTML_OUTPUT);
3067
3069
3070 //const MemberDef *m=VhdlDocGen::getFlowMember();
3071 //if (m)
3072 // fprintf(stderr,"\n creating flowchart : %s %s in file %s \n",theTranslator->trVhdlType(m->getMemberSpecifiers(),TRUE),qPrint(m->name()),qPrint(m->getFileDef()->name()));
3073
3074 QCString dir=" -o \""+ov+qcs+"\"";
3075 ov+="/flow_design.dot";
3076
3077 QCString vlargs="-Tsvg \""+ov+"\" "+dir ;
3078
3080 {
3081 err("could not create dot file\n");
3082 }
3083}
static QCString verifiedDotPath
Definition doxygen.h:138
static QCString convertNameToFileName()
#define Config_getString(name)
Definition config.h:32
#define err(fmt,...)
Definition message.h:127
int system(const QCString &command, const QCString &args, bool commandHasConsole=true)
Definition portable.cpp:106

References Config_getString, convertNameToFileName(), err, Portable::system(), and Doxygen::verifiedDotPath.

Referenced by writeFlowChart().

◆ delFlowList()

void FlowChart::delFlowList ( )
static

Definition at line 2724 of file vhdldocgen.cpp.

2725{
2726 ifcounter=0;
2727 nodeCounter=0;
2728 flowList.clear();
2729}

References flowList, ifcounter, and nodeCounter.

Referenced by writeFlowChart().

◆ endDot()

void FlowChart::endDot ( TextStream & t)
static

Definition at line 3093 of file vhdldocgen.cpp.

3094{
3095 t << " } \n";
3096}

Referenced by writeFlowChart().

◆ findLabel()

size_t FlowChart::findLabel ( size_t j,
const QCString & label )
static

Definition at line 3365 of file vhdldocgen.cpp.

3366{
3367 for (size_t j=index;j>0;j--)
3368 {
3369 const FlowChart &flo = flowList[j];
3370 if ((flo.type & LOOP) && !flo.label.isEmpty() && qstricmp(flo.label,label)==0)
3371 {
3372 return j;
3373 }
3374 }
3375 err("could not find label: '{}'\n",label);
3376 return 0;
3377}
int qstricmp(const char *s1, const char *s2)
Definition qcstring.cpp:530
#define LOOP

References err, FlowChart(), flowList, QCString::isEmpty(), label, LOOP, qstricmp(), and type.

Referenced by writeFlowLinks().

◆ findNextLoop()

size_t FlowChart::findNextLoop ( size_t j,
int stamp )
static

Definition at line 3325 of file vhdldocgen.cpp.

3326{
3327 for (size_t j=index+1; j<flowList.size(); j++)
3328 {
3329 const FlowChart &flo = flowList[j];
3330 if (flo.stamp==stamp)
3331 {
3332 continue;
3333 }
3334 if (flo.type&END_LOOP)
3335 {
3336 return j;
3337 }
3338 }
3339 return flowList.size()-1;
3340}

References END_LOOP, FlowChart(), flowList, stamp, and type.

Referenced by writeFlowLinks().

◆ findNode() [1/2]

size_t FlowChart::findNode ( size_t index,
int stamp,
int type )
static

Definition at line 3379 of file vhdldocgen.cpp.

3380{
3381 for (size_t j=index+1; j<flowList.size(); j++)
3382 {
3383 const FlowChart &flo = flowList[j];
3384 if (flo.type==type && flo.stamp==stamp)
3385 {
3386 return j;
3387 }
3388 }
3389 return 0;
3390}// findNode

References FlowChart(), flowList, stamp, and type.

Referenced by getNextIfLink(), getNextNode(), and writeFlowLinks().

◆ findNode() [2/2]

size_t FlowChart::findNode ( size_t index,
int type )
static

References exp, FALSE, label, stamp, text, and type.

◆ findPrevLoop()

size_t FlowChart::findPrevLoop ( size_t j,
int stamp,
bool endif = FALSE )
static

Definition at line 3342 of file vhdldocgen.cpp.

3343{
3344 for (size_t j=index;j>0;j--)
3345 {
3346 const FlowChart &flo = flowList[j];
3347 if (flo.type & LOOP)
3348 {
3349 if (flo.stamp==stamp && endif)
3350 {
3351 return j;
3352 }
3353 else
3354 {
3355 if (flo.stamp<stamp)
3356 {
3357 return j;
3358 }
3359 }
3360 }
3361 }
3362 return flowList.size()-1;
3363}

References FlowChart(), flowList, LOOP, stamp, and type.

Referenced by writeFlowLinks().

◆ getNextIfLink()

size_t FlowChart::getNextIfLink ( const FlowChart & fl,
size_t index )
static

Definition at line 3433 of file vhdldocgen.cpp.

3434{
3435 int stamp=fl.stamp;
3436 size_t start = index+1;
3437 size_t endifNode = findNode(start,stamp,ENDIF_NO);
3438 size_t elseifNode = findNode(start,stamp,ELSIF_NO);
3439 size_t elseNode = findNode(start,stamp,ELSE_NO);
3440
3441 if (elseifNode>0 && elseifNode<endifNode)
3442 {
3443 return elseifNode;
3444 }
3445
3446 if (elseNode>0 && elseNode<endifNode)
3447 {
3448 return elseNode+1;
3449 }
3450
3451 stamp=flowList[endifNode].stamp;
3452 return getNextNode(endifNode,stamp);
3453}
static size_t getNextNode(size_t index, int stamp)
static size_t findNode(size_t index, int stamp, int type)

References ELSE_NO, ELSIF_NO, ENDIF_NO, findNode(), FlowChart(), flowList, getNextNode(), and stamp.

Referenced by writeFlowLinks().

◆ getNextNode()

size_t FlowChart::getNextNode ( size_t index,
int stamp )
static

Definition at line 3392 of file vhdldocgen.cpp.

3393{
3394 for (size_t j=index+1; j<flowList.size(); j++)
3395 {
3396 const FlowChart &flo = flowList[j];
3397 int kind = flo.type;
3398 int s = flo.stamp;
3399 if (s>stamp)
3400 {
3401 continue;
3402 }
3403 if (kind & ENDIF_NO)
3404 {
3405 if (s<stamp && stamp>0)
3406 {
3407 stamp--;
3408 continue;
3409 }
3410 }
3411 if (kind & (ELSE_NO | ELSIF_NO))
3412 {
3413 if (s<stamp && stamp>0)
3414 {
3415 stamp--;
3416 }
3417 j=findNode(j,stamp,ENDIF_NO);
3418 continue;
3419 }
3420 if (kind & WHEN_NO)
3421 {
3422 if (s<stamp && stamp>0)
3423 {
3424 stamp--;
3425 }
3426 return findNode(j,stamp-1,END_CASE);
3427 }
3428 return j;
3429 }
3430 return FLOWLEN;
3431}

References ELSE_NO, ELSIF_NO, END_CASE, ENDIF_NO, findNode(), FlowChart(), FLOWLEN, flowList, stamp, type, and WHEN_NO.

Referenced by getNextIfLink(), and writeFlowLinks().

◆ getNodeName()

QCString FlowChart::getNodeName ( int n)
static

Definition at line 2717 of file vhdldocgen.cpp.

2718{
2719 QCString node;
2720 node.setNum(n);
2721 return node.prepend("node");
2722}
QCString & setNum(short n)
Definition qcstring.h:459

References QCString::prepend(), and QCString::setNum().

Referenced by buildCommentNodes(), writeEdge(), writeEdge(), and writeShape().

◆ getNodeType()

const char * FlowChart::getNodeType ( int c)
static

Definition at line 3034 of file vhdldocgen.cpp.

3035{
3036 switch(c)
3037 {
3038 case IF_NO: return "if ";
3039 case ELSIF_NO: return "elsif ";
3040 case ELSE_NO: return "else ";
3041 case CASE_NO: return "case ";
3042 case WHEN_NO: return "when ";
3043 case EXIT_NO: return "exit ";
3044 case END_NO: return "end ";
3045 case TEXT_NO: return "text ";
3046 case START_NO: return "start ";
3047 case ENDIF_NO: return "endif ";
3048 case FOR_NO: return "for ";
3049 case WHILE_NO: return "while ";
3050 case END_LOOP: return "end_loop ";
3051 case END_CASE: return "end_case ";
3052 case VARIABLE_NO: return "variable_decl ";
3053 case RETURN_NO: return "return ";
3054 case LOOP_NO: return "infinite loop ";
3055 case NEXT_NO: return "next ";
3056 case COMMENT_NO: return "comment ";
3057 case EMPTY_NO: return "empty ";
3058 case BEGIN_NO: return "<begin> ";
3059 default: return "--failure--";
3060 }
3061}

References BEGIN_NO, CASE_NO, COMMENT_NO, ELSE_NO, ELSIF_NO, EMPTY_NO, END_CASE, END_LOOP, END_NO, ENDIF_NO, EXIT_NO, FOR_NO, IF_NO, LOOP_NO, NEXT_NO, RETURN_NO, START_NO, TEXT_NO, VARIABLE_NO, WHEN_NO, and WHILE_NO.

Referenced by printNode().

◆ getTimeStamp()

int FlowChart::getTimeStamp ( )
static

References FlowChart(), and label.

◆ moveToPrevLevel()

void FlowChart::moveToPrevLevel ( )
static

Definition at line 2940 of file vhdldocgen.cpp.

2941{
2942 if (!VhdlDocGen::getFlowMember()) return;
2943 ifcounter--;
2944}

References VhdlDocGen::getFlowMember(), and ifcounter.

◆ printFlowTree()

void FlowChart::printFlowTree ( )
static

Definition at line 2659 of file vhdldocgen.cpp.

2660{
2661 for (const auto &flowChart : flowList)
2662 {
2663 printNode(flowChart);
2664 }
2665}
static void printNode(const FlowChart &n)

References flowList, and printNode().

Referenced by writeFlowChart().

◆ printNode()

void FlowChart::printNode ( const FlowChart & n)
static

Definition at line 2599 of file vhdldocgen.cpp.

2600{
2601 QCString ui="-";
2602 std::string q;
2603 std::string t;
2604
2605 ui.fill('-',255);
2606
2607 if (flo.type & STARTL)
2608 {
2609 if (flo.stamp>0)
2610 {
2611 q=ui.left(2*flo.stamp).str();
2612 }
2613 else
2614 {
2615 q=" ";
2616 }
2617 QCString nn=flo.exp.stripWhiteSpace();
2618 printf("\nYES: %s%s[%d,%d]",qPrint(q),qPrint(nn),flo.stamp,flo.id);
2619 }
2620 else
2621 {
2622 if (flo.type & COMMENT_NO)
2623 {
2624 t=flo.label.str();
2625 }
2626 else
2627 {
2628 t=flo.text.str();
2629 }
2630 static const reg::Ex ep(R"(\s)");
2631 t = reg::replace(t,ep,std::string());
2632 if (t.empty())
2633 {
2634 t=" ";
2635 }
2636 if (flo.stamp>0)
2637 {
2638 q=ui.left(2*flo.stamp).str();
2639 }
2640 else
2641 {
2642 q=" ";
2643 }
2644 if (flo.type & EMPTNODE)
2645 {
2646 printf("\n NO: %s%s[%d,%d]",qPrint(q),FlowChart::getNodeType(flo.type),flo.stamp,flo.id);
2647 }
2648 else if (flo.type & COMMENT_NO)
2649 {
2650 printf("\n NO: %s%s[%d,%d]",qPrint(t),FlowChart::getNodeType(flo.type),flo.stamp,flo.id);
2651 }
2652 else
2653 {
2654 printf("\n NO: %s[%d,%d]",qPrint(t),flo.stamp,flo.id);
2655 }
2656 }
2657}
static const char * getNodeType(int c)
QCString left(size_t len) const
Definition qcstring.h:229
std::string replace(std::string_view str, const Ex &re, std::string_view replacement)
Searching in a given input string for parts that match regular expression re and replaces those parts...
Definition regex.cpp:866
const char * qPrint(const char *s)
Definition qcstring.h:687
#define EMPTNODE

References COMMENT_NO, EMPTNODE, exp, QCString::fill(), FlowChart(), getNodeType(), id, label, QCString::left(), qPrint(), reg::replace(), stamp, STARTL, QCString::str(), QCString::stripWhiteSpace(), text, and type.

Referenced by printFlowTree().

◆ printPlantUmlNode()

QCString FlowChart::printPlantUmlNode ( const FlowChart & flo,
bool ca,
bool endL )
static

Definition at line 2946 of file vhdldocgen.cpp.

2947{
2948 QCString t;
2949 QCString exp=flo.exp.stripWhiteSpace();
2950 QCString text=flo.text.stripWhiteSpace();
2951 switch (flo.type)
2952 {
2953 case START_NO: t=":"+text+"|"; break;
2954 case IF_NO : t="\nif ("+exp+") then (yes)"; break;
2955 case ELSIF_NO: t="\nelseif ("+exp+") then (yes)"; break;
2956 case ELSE_NO: t="\nelse"; break;
2957 case CASE_NO: t="\n:"+exp+";"; break;
2958 case WHEN_NO: t="\n";
2959 if (!ca) t+="else";
2960 t+="if ("+exp+") then (yes)";
2961 break;
2962 case EXIT_NO: break;
2963 case END_NO: if (text.contains(" function")==0) t="\n:"+text+";";
2964 break;
2965 case TEXT_NO: t="\n:"+text+"]"; break;
2966 case ENDIF_NO: t="\nendif"; break;
2967 case FOR_NO: t="\nwhile ("+exp+") is (yes)"; break;
2968 case WHILE_NO: t="\nwhile ("+exp+") is (yes)"; break;
2969 case END_LOOP: t="\nendwhile"; break;
2970 case END_CASE: t="\nendif\n:end case;"; break;
2971 case VARIABLE_NO:t="\n:"+text+";"; break;
2972 case RETURN_NO: t="\n:"+text+";";
2973 if (!endL) t+="\nstop";
2974 break;
2975 case LOOP_NO: t="\nwhile (infinite loop)"; break;
2976 case NEXT_NO: break;
2977 case EMPTY_NO: break;
2978 case COMMENT_NO: t="\n note left \n "+flo.label+"\nend note \n"; break;
2979 case BEGIN_NO: t="\n:begin;"; break;
2980 default: assert(false); break;
2981 }
2982 return t;
2983}
QCString stripWhiteSpace() const
returns a copy of this string with leading and trailing whitespace removed
Definition qcstring.h:260

References BEGIN_NO, CASE_NO, COMMENT_NO, ELSE_NO, ELSIF_NO, EMPTY_NO, END_CASE, END_LOOP, END_NO, ENDIF_NO, EXIT_NO, exp, FlowChart(), FOR_NO, IF_NO, label, LOOP_NO, NEXT_NO, RETURN_NO, START_NO, QCString::stripWhiteSpace(), text, TEXT_NO, type, VARIABLE_NO, WHEN_NO, and WHILE_NO.

Referenced by printUmlTree().

◆ printUmlTree()

void FlowChart::printUmlTree ( )
static

Definition at line 2985 of file vhdldocgen.cpp.

2986{
2987 int caseCounter = 0;
2988 int whenCounter = 0;
2989
2990 QCString qcs;
2991 size_t size=flowList.size();
2992 for (size_t j=0;j<size;j++)
2993 {
2994 bool endList = j==FLOWLEN;
2995 const FlowChart &flo = flowList[j];
2996 if (flo.type==CASE_NO)
2997 {
2998 caseCounter++;
2999 whenCounter=0;
3000 }
3001
3002 if (flo.type==END_CASE)
3003 {
3004 caseCounter--;
3005 }
3006
3007 bool ca = (caseCounter>0 && whenCounter==0);
3008
3009 qcs+=printPlantUmlNode(flo,ca,endList);
3010
3011 if (flo.type==WHEN_NO)
3012 {
3013 whenCounter++;
3014 }
3015
3016 }
3017 qcs+="\n";
3018
3019 QCString htmlOutDir = Config_getString(HTML_OUTPUT);
3020
3021 QCString n=convertNameToFileName();
3022 auto baseNameVector=PlantumlManager::instance().writePlantUMLSource(htmlOutDir,n,qcs,PlantumlManager::PUML_SVG,"uml",n,1,true);
3023 for (const auto &baseName: baseNameVector)
3024 {
3026 }
3027}
static QCString printPlantUmlNode(const FlowChart &flo, bool, bool)
StringVector writePlantUMLSource(const QCString &outDirArg, const QCString &fileName, const QCString &content, OutputFormat format, const QCString &engine, const QCString &srcFile, int srcLine, bool inlineCode)
Write a PlantUML compatible file.
Definition plantuml.cpp:31
static PlantumlManager & instance()
Definition plantuml.cpp:231
void generatePlantUMLOutput(const QCString &baseName, const QCString &outDir, OutputFormat format)
Convert a PlantUML file to an image.
Definition plantuml.cpp:202

References CASE_NO, Config_getString, convertNameToFileName(), END_CASE, FlowChart(), FLOWLEN, flowList, PlantumlManager::generatePlantUMLOutput(), PlantumlManager::instance(), printPlantUmlNode(), PlantumlManager::PUML_SVG, type, WHEN_NO, and PlantumlManager::writePlantUMLSource().

Referenced by writeFlowChart().

◆ startDot()

void FlowChart::startDot ( TextStream & t)
static

Definition at line 3085 of file vhdldocgen.cpp.

3086{
3087 t << " digraph G { \n";
3088 t << "rankdir=TB \n";
3089 t << "concentrate=true\n";
3090 t << "stylesheet=\"doxygen.css\"\n";
3091}

Referenced by writeFlowChart().

◆ writeEdge() [1/2]

void FlowChart::writeEdge ( TextStream & t,
const FlowChart & fl_from,
const FlowChart & fl_to,
int i )
static

Definition at line 3245 of file vhdldocgen.cpp.

3246{
3247 bool b=fl_from.type & STARTL;
3248 bool c=fl_to.type & STARTL;
3249
3250#ifdef DEBUGFLOW
3251 QCString s1(getNodeName(fl_from.id));
3252 QCString s2(getNodeName(fl_to.id));
3253 auto it = g_keyMap.find(s1.str());
3254 auto it1 = g_keyMap.find(s2.str());
3255 // checks if the link is connected to a valid node
3256 assert(it!=g_keyMap.end());
3257 assert(it1!=g_keyMap.end());
3258#endif
3259
3260 writeEdge(t,fl_from.id,fl_to.id,i,b,c);
3261}

References FlowChart(), getNodeName(), id, STARTL, QCString::str(), type, and writeEdge().

◆ writeEdge() [2/2]

void FlowChart::writeEdge ( TextStream & t,
int fl_from,
int fl_to,
int i,
bool bFrom = FALSE,
bool bTo = FALSE )
static

Definition at line 3263 of file vhdldocgen.cpp.

3264{
3265 QCString label,col;
3266
3267 if (i==0)
3268 {
3269 col=flowCol.yesNodeLink;
3270 label="yes";
3271 }
3272 else if (i==1)
3273 {
3274 col=flowCol.noNodeLink;
3275 label="no";
3276 }
3277 else
3278 {
3279 col=flowCol.textNodeLink;
3280 label="";
3281 }
3282
3283 t << "edge [color=\""+col+"\",label=\""+label+"\"]\n";
3284 t << getNodeName(fl_from);
3285 if (bFrom) t << ":s";
3286 t << "->";
3287 t << getNodeName(fl_to);
3288 if (bTo) t << ":n";
3289 t << "\n";
3290}

References flowCol, getNodeName(), and label.

Referenced by buildCommentNodes(), writeEdge(), and writeFlowLinks().

◆ writeFlowChart()

void FlowChart::writeFlowChart ( )
static

Definition at line 3098 of file vhdldocgen.cpp.

3099{
3100 // assert(VhdlDocGen::flowMember);
3101
3102 QCString ov = Config_getString(HTML_OUTPUT);
3103 QCString fileName = ov+"/flow_design.dot";
3104 std::ofstream f = Portable::openOutputStream(fileName);
3105 if (!f.is_open())
3106 {
3107 err("Cannot open file {} for writing\n",fileName);
3108 return;
3109 }
3110 TextStream t(&f);
3111
3112 colTextNodes();
3113 // buildCommentNodes(t);
3114
3115#ifdef DEBUGFLOW
3116 printFlowTree();
3117#endif
3118
3119 if (!Config_getString(PLANTUML_JAR_PATH).isEmpty())
3120 {
3121 printUmlTree();
3122 delFlowList();
3123 t.flush();
3124 f.close();
3125 return;
3126 }
3127
3128 startDot(t);
3130 for (const auto &fll : flowList)
3131 {
3132 writeShape(t,fll);
3133 }
3134 writeFlowLinks(t);
3135
3137 delFlowList();
3138 t.flush();
3139 f.close();
3141}// writeFlowChart
static void printFlowTree()
static void startDot(TextStream &t)
static void delFlowList()
static void colTextNodes()
static void createSVG()
static void writeShape(TextStream &t, const FlowChart &fl)
static void buildCommentNodes(TextStream &t)
static void printUmlTree()
static void writeFlowLinks(TextStream &t)
static void endDot(TextStream &t)
std::ofstream openOutputStream(const QCString &name, bool append=false)
Definition portable.cpp:649

References buildCommentNodes(), colTextNodes(), Config_getString, createSVG(), delFlowList(), endDot(), err, flowList, TextStream::flush(), Portable::openOutputStream(), printFlowTree(), printUmlTree(), startDot(), writeFlowLinks(), and writeShape().

Referenced by VHDLOutlineParser::createFlow().

◆ writeFlowLinks()

void FlowChart::writeFlowLinks ( TextStream & t)
static

Definition at line 3455 of file vhdldocgen.cpp.

3456{
3457 size_t size=flowList.size();
3458 if (size<2) return;
3459
3460 // write start link
3461 writeEdge(t,flowList[0],flowList[1],2);
3462
3463 for (size_t j=0;j<size;j++)
3464 {
3465 const FlowChart &fll = flowList[j];
3466 int kind = fll.type;
3467 int stamp = fll.stamp;
3468 if (kind & EEND)
3469 {
3470 continue;
3471 }
3472
3473 if (kind & IFF)
3474 {
3475 writeEdge(t,fll,flowList[j+1],0);
3476 size_t z=getNextIfLink(fll,j);
3477 // assert(z>-1);
3478 writeEdge(t,fll,flowList[z],1);
3479 }
3480 else if (kind & LOOP_NO)
3481 {
3482 writeEdge(t,fll,flowList[j+1],2);
3483 continue;
3484 }
3485 else if (kind & (CASE_NO | FOR_NO | WHILE_NO))
3486 {
3487 if (kind & CASE_NO)
3488 {
3489 writeEdge(t,fll,flowList[j+1],2);
3490 continue;
3491 }
3492 else
3493 {
3494 writeEdge(t,fll,flowList[j+1],0);
3495 }
3496
3497 kind=END_LOOP;
3498 size_t z=findNode(j+1,fll.stamp,kind);
3499 z=getNextNode(z,flowList[z].stamp);
3500
3501 // assert(z>-1);
3502 writeEdge(t,fll,flowList[z],1);
3503 continue;
3504 }
3505 else if (kind & (TEXT_NO | VARIABLE_NO))
3506 {
3507 size_t z=getNextNode(j,stamp);
3508 writeEdge(t,fll,flowList[z],2);
3509 }
3510 else if (kind & WHEN_NO)
3511 {
3512 // default value
3513 if (qstricmp(fll.text.simplifyWhiteSpace(),"others")==0)
3514 {
3515 writeEdge(t,fll,flowList[j+1],2);
3516 continue;
3517 }
3518
3519
3520 writeEdge(t,fll,flowList[j+1],0);
3521 size_t u=findNode(j,stamp,WHEN_NO);
3522 size_t v=findNode(j,stamp-1,END_CASE);
3523
3524 if (u>0 && u<v)
3525 {
3526 writeEdge(t,fll,flowList[u],1);
3527 }
3528 else
3529 {
3530 writeEdge(t,fll,flowList[v],1);
3531 }
3532 }
3533 else if (kind & END_CASE)
3534 {
3535 size_t z=FlowChart::getNextNode(j,fll.stamp);
3536 writeEdge(t,fll,flowList[z],2);
3537 }
3538 else if (kind & END_LOOP)
3539 {
3540 size_t z=findPrevLoop(j,fll.stamp,true);
3541 writeEdge(t,fll,flowList[z],2);
3542 }
3543 else if (kind & RETURN_NO)
3544 {
3545 writeEdge(t,fll,flowList[size-1],2);
3546 }
3547 else if (kind & (EXIT_NO | NEXT_NO))
3548 {
3549 size_t z = 0;
3550 bool b = kind==NEXT_NO;
3551 if (!fll.exp.isEmpty())
3552 {
3553 writeEdge(t,fll,flowList[j+1],1);
3554 }
3555 if (!fll.label.isEmpty())
3556 {
3557 z=findLabel(j,fll.label);
3558 if (b)
3559 {
3560 writeEdge(t,fll,flowList[z],0);
3561 }
3562 else
3563 {
3565 z=getNextNode(z,flowList[z].stamp);
3566 writeEdge(t,fll,flowList[z],0);
3567 }
3568 continue;
3569 }
3570 else
3571 {
3572 if (b)
3573 {
3574 z=findPrevLoop(j,fll.stamp);
3575 writeEdge(t,fll,flowList[z],0);
3576 continue;
3577 }
3578 else
3579 {
3580 z =findNextLoop(j,fll.stamp-1);
3581 }
3582 z=getNextNode(z,flowList[z].stamp);
3583 }
3584 writeEdge(t,fll,flowList[z],0);
3585 }
3586 } //for
3587} //writeFlowLinks
static size_t findPrevLoop(size_t j, int stamp, bool endif=FALSE)
static size_t findLabel(size_t j, const QCString &)
static size_t findNextLoop(size_t j, int stamp)
static size_t getNextIfLink(const FlowChart &, size_t)
QCString simplifyWhiteSpace() const
return a copy of this string with leading and trailing whitespace removed and multiple whitespace cha...
Definition qcstring.cpp:190
#define EEND

References CASE_NO, EEND, END_CASE, END_LOOP, EXIT_NO, exp, findLabel(), findNextLoop(), findNode(), findPrevLoop(), FlowChart(), flowList, FOR_NO, getNextIfLink(), getNextNode(), IFF, QCString::isEmpty(), label, LOOP_NO, NEXT_NO, qstricmp(), RETURN_NO, QCString::simplifyWhiteSpace(), stamp, text, TEXT_NO, type, VARIABLE_NO, WHEN_NO, WHILE_NO, and writeEdge().

Referenced by writeFlowChart().

◆ writeShape()

void FlowChart::writeShape ( TextStream & t,
const FlowChart & fl )
static

Definition at line 3143 of file vhdldocgen.cpp.

3144{
3145 if (fl.type & EEND) return;
3146 QCString var;
3147 if (fl.type & LOOP)
3148 {
3149 var=" loop";
3150 }
3151 else if (fl.type & IFF)
3152 {
3153 var=" then";
3154 }
3155 else
3156 {
3157 var="";
3158 }
3159
3160 t << getNodeName(fl.id);
3161
3162#ifdef DEBUGFLOW
3163 QCString qq(getNodeName(fl.id));
3164 g_keyMap.emplace(qq.str(),fl.id);
3165#endif
3166
3167 bool dec=(fl.type & DECLN);
3168 bool exit=(fl.type & EXITNEXT);
3169 if (exit && !fl.exp.isEmpty())
3170 {
3171 dec=TRUE;
3172 }
3173 if (dec)
3174 {
3175 QCString exp=fl.exp;
3176 alignText(exp);
3177
3178 t << " [shape=diamond,style=filled,color=\"";
3179 t << flowCol.decisionNode;
3180 t << "\",label=\" ";
3181 QCString kl;
3182 if (exit) kl=fl.text+" ";
3183
3184 if (!fl.label.isEmpty())
3185 {
3186 kl+=fl.label+":"+exp+var;
3187 }
3188 else
3189 {
3190 kl+=exp+var;
3191 }
3192
3194 t << "\"]\n";
3195 }
3196 else if (fl.type & ENDCL)
3197 {
3198 QCString val=fl.text;
3199 t << " [shape=ellipse ,label=\""+val+"\"]\n";
3200 }
3201 else if (fl.type & STARTFIN)
3202 {
3203 QCString val=fl.text;
3204 t << "[shape=box , style=rounded label=<\n";
3205 t << "<TABLE BORDER=\"0\" CELLBORDER=\"0\" CELLSPACING=\"0\" CELLPADDING=\"0\" >\n ";
3206 t << "<TR><TD BGCOLOR=\"";
3207 t<< flowCol.startEndNode;
3208 t<< "\"> ";
3210 t << " </TD></TR></TABLE>>];";
3211 }
3212 else
3213 {
3214 if (fl.text.isEmpty()) return;
3215 bool isVar=(fl.type & FlowChart::VARIABLE_NO);
3216 QCString q=fl.text;
3217
3218 if (exit)
3219 {
3220 q+=" "+fl.label;
3221 }
3222
3223 int z=q.findRev("\n");
3224
3225 if (z==static_cast<int>(q.length())-1)
3226 {
3227 q=q.remove(z,2);
3228 }
3229 t << "[shape=none margin=0.1, label=<\n";
3230 t << "<TABLE BORDER=\"0\" CELLBORDER=\"1\" CELLSPACING=\"0\" CELLPADDING=\"2\" >\n ";
3231 if (isVar)
3232 {
3233 t << "<TR><TD BGCOLOR=\"" << flowCol.varNode << "\" > ";
3234 }
3235 else
3236 {
3237 t << "<TR><TD BGCOLOR=\"" << flowCol.textNode << "\" > ";
3238 }
3240 t << " </TD></TR></TABLE>>];";
3241 }
3242}
QCString & remove(size_t index, size_t len)
Definition qcstring.h:442
int findRev(char c, int index=-1, bool cs=TRUE) const
Definition qcstring.cpp:96
#define ENDCL
#define DECLN
void alignText(QCString &q)
#define STARTFIN
#define EXITNEXT

References alignCommentNode(), alignText(), DECLN, EEND, ENDCL, EXITNEXT, exp, QCString::findRev(), FlowChart(), flowCol, getNodeName(), id, IFF, QCString::isEmpty(), label, QCString::length(), LOOP, QCString::remove(), STARTFIN, QCString::str(), text, TRUE, type, and VARIABLE_NO.

Referenced by writeFlowChart().

Member Data Documentation

◆ exp

QCString FlowChart::exp
private

◆ id

int FlowChart::id = 0
private

Definition at line 305 of file vhdldocgen.h.

Referenced by buildCommentNodes(), printNode(), writeEdge(), and writeShape().

◆ label

◆ line

int FlowChart::line = 0
private

Definition at line 309 of file vhdldocgen.h.

Referenced by buildCommentNodes().

◆ stamp

int FlowChart::stamp = 0
private

◆ text

QCString FlowChart::text
private

◆ type


The documentation for this class was generated from the following files: