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 2877 of file vhdldocgen.cpp.

2878{
2880
2881 if (typ & STARTL)
2882 {
2883 ifcounter++;
2884 }
2885
2886 text=t;
2887 exp=ex;
2888 type=typ;
2889 label=lab;
2890
2891 if (typ & (ELSE_NO | ELSIF_NO))
2892 {
2893 stamp--;
2894 }
2895
2896 if (typ & (START_NO | END_NO | VARIABLE_NO))
2897 {
2898 stamp=0;
2899 }
2900
2901 id=nodeCounter++;
2902}
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 2904 of file vhdldocgen.cpp.

2905{
2906 if (!VhdlDocGen::getFlowMember()) return;
2907
2908 QCString typeString(text);
2909 QCString expression(exp);
2910
2911
2912 if (!text.isEmpty())
2913 {
2914 typeString=substitute(typeString,";","\n");
2915 }
2916
2917 if (!exp.isEmpty())
2918 {
2919 expression=substitute(expression,"\"","\\\"");
2920 }
2921
2922 if (type & VARIABLE_NO)
2923 {
2924 // Ignore the empty section of the VHDL variable definition.
2925 // This is section between `process` and `begin` keywords, where any source text is missing, probably a bug in the VHDL source parser.
2926 if(text.isEmpty()) return;
2927
2928 flowList.insert(flowList.begin(),FlowChart(type,typeString,expression,label));
2929 flowList.front().line=1; // TODO: use getLine(); of the parser
2930 }
2931 else if (type & START_NO)
2932 {
2933 flowList.insert(flowList.begin(),FlowChart(type,typeString,expression,label));
2934 flowList.front().line=1; // TODO: use getLine(); of the parser
2935 }
2936 else
2937 {
2938 flowList.emplace_back(type,typeString,expression,label);
2939 flowList.back().line=1; // TODO: use getLine(); of the parser
2940 }
2941}
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:482
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 2734 of file vhdldocgen.cpp.

2735{
2736 size_t max=0;
2737 QCString s;
2738 StringVector ql=split(com.str(),"\n");
2739 for (size_t j=0;j<ql.size();j++)
2740 {
2741 s=ql[j];
2742 if (max<s.length()) max=s.length();
2743 }
2744
2745 s=ql.back();
2746 int diff=static_cast<int>(max-s.length());
2747
2748 QCString n;
2749 if (diff>0)
2750 {
2751 n.fill(' ',2*diff);
2752 n.append(".");
2753 s+=n;
2754 ql.pop_back();
2755 ql.push_back(s.str());
2756 }
2757
2758 for (size_t j=0;j<ql.size();j++)
2759 {
2760 s=ql[j];
2761 if (j<ql.size()-1)
2762 {
2763 s+="\n";
2764 }
2765 FlowChart::codify(t,s);
2766 }
2767}
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:6528

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 3295 of file vhdldocgen.cpp.

3296{
3297 size_t index=al.size();
3298 if (index==0) return;
3299
3300 size_t len=q.length()+VhdlDocGen::getFlowMember()->name().length();
3301 QCString prev,temp;
3302 prev.fill(' ',static_cast<int>(len)+1);
3303
3304 q+="\n";
3305 for (const Argument &arg : al)
3306 {
3307 QCString attl=arg.defval+" ";
3308 attl+=arg.name+" ";
3309
3310 if (!isFunc)
3311 {
3312 attl+=arg.attrib+" ";
3313 }
3314 else
3315 {
3316 attl+=" in ";
3317 }
3318 attl+=arg.type;
3319 if (--index) attl+=",\n"; else attl+="\n";
3320
3321 attl.prepend(prev);
3322 temp+=attl;
3323 }
3324
3325 q+=temp;
3326}
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 2770 of file vhdldocgen.cpp.

2771{
2772 size_t size=flowList.size();
2773 bool begin=false;
2774
2775 if (size>0)
2776 {
2777 for (uint32_t j=0;j < size-1 ;j++)
2778 {
2779 FlowChart &fll = flowList[j];
2780 if (fll.type & COMMENT_NO)
2781 {
2782 FlowChart &to=flowList[j+1];
2783 if (to.type & COMMENT_NO)
2784 {
2785 to.label = fll.label+"\n"+to.label;
2786 flowList.erase(flowList.begin()+j);
2787 if (size>0) size--;
2788 if (j>0) j--;
2789 }
2790 }
2791 }// for
2792 }
2793
2794 for (size_t j=0;j <flowList.size() ;j++)
2795 {
2796 const FlowChart &fll=flowList[j];
2797
2798 if (fll.type & BEGIN_NO)
2799 {
2800 begin = true;
2801 continue;
2802 }
2803
2804 if (fll.type & COMMENT_NO)
2805 {
2806 const FlowChart *to = nullptr;
2807 if (!begin)
2808 {
2809 // comment between function/process .. begin is linked to start node
2810 to = &flowList[0];
2811 }
2812 else if (j>0 && flowList[j-1].line==fll.line)
2813 {
2814 to = &flowList[j-1];
2815 }
2816 else
2817 {
2818 to = &flowList[j+1];
2819 }
2820 t << getNodeName(fll.id);
2821 t << "[shape=none, label=<\n";
2822 t << "<TABLE BORDER=\"0\" CELLBORDER=\"1\" CELLSPACING=\"0\" CELLPADDING=\"2\" >\n ";
2823 t << "<TR><TD BGCOLOR=\"";
2824 t << flowCol.comment;
2825 t << "\" > ";
2826
2828 t << " </TD></TR></TABLE>>];";
2829 writeEdge(t,fll.id,to->id,2);
2830 }
2831 }// for
2832
2833 // delete comment nodes;
2834 size=flowList.size();
2835 for (size_t j=0; j<size; j++)
2836 {
2837 FlowChart &fll=flowList[j];
2838 if (fll.type & (COMMENT_NO | BEGIN_NO))
2839 {
2840 size_t diff=FLOWLEN-(j+1);
2841
2842 if ((fll.type & COMMENT_NO) && diff > 1)
2843 {
2844 flowList[j+1].label = fll.label;
2845 }
2846
2847 flowList.erase(flowList.begin()+j);
2848
2849 if (size>0) size--;
2850 if (j>0) j--;
2851 }
2852 }// for;
2853}
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 2855 of file vhdldocgen.cpp.

2856{
2857 if (!str.isEmpty())
2858 {
2859 const char *p=str.data();
2860 while (*p)
2861 {
2862 char c=*p++;
2863 switch(c)
2864 {
2865 case '<': t << "&lt;"; break;
2866 case '>': t << "&gt;"; break;
2867 case '&': t << "&amp;"; break;
2868 case '\'': t << "&#39;"; break;
2869 case '"': t << "&quot;"; break;
2870 case '\n': t <<"<BR ALIGN=\"LEFT\"/>"; break;
2871 default: t << c; break;
2872 }
2873 }
2874 }
2875}//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 2670 of file vhdldocgen.cpp.

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

3033{
3034 return VhdlDocGen::getFlowMember()->name();
3035}

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

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

◆ createSVG()

void FlowChart::createSVG ( )
static

Definition at line 3066 of file vhdldocgen.cpp.

3067{
3068 QCString qcs("/");
3069 QCString ov = Config_getString(HTML_OUTPUT);
3070
3072
3073 //const MemberDef *m=VhdlDocGen::getFlowMember();
3074 //if (m)
3075 // fprintf(stderr,"\n creating flowchart : %s %s in file %s \n",theTranslator->trVhdlType(m->getMemberSpecifiers(),TRUE),qPrint(m->name()),qPrint(m->getFileDef()->name()));
3076
3077 QCString dir=" -o \""+ov+qcs+"\"";
3078 ov+="/flow_design.dot";
3079
3080 QCString vlargs="-Tsvg \""+ov+"\" "+dir ;
3081
3083 {
3084 err("could not create dot file\n");
3085 }
3086}
static QCString verifiedDotPath
Definition doxygen.h:139
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 2727 of file vhdldocgen.cpp.

2728{
2729 ifcounter=0;
2730 nodeCounter=0;
2731 flowList.clear();
2732}

References flowList, ifcounter, and nodeCounter.

Referenced by writeFlowChart().

◆ endDot()

void FlowChart::endDot ( TextStream & t)
static

Definition at line 3096 of file vhdldocgen.cpp.

3097{
3098 t << " } \n";
3099}

Referenced by writeFlowChart().

◆ findLabel()

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

Definition at line 3368 of file vhdldocgen.cpp.

3369{
3370 for (size_t j=index;j>0;j--)
3371 {
3372 const FlowChart &flo = flowList[j];
3373 if ((flo.type & LOOP) && !flo.label.isEmpty() && qstricmp(flo.label,label)==0)
3374 {
3375 return j;
3376 }
3377 }
3378 err("could not find label: '{}'\n",label);
3379 return 0;
3380}
int qstricmp(const char *s1, const char *s2)
Definition qcstring.cpp:447
#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 3328 of file vhdldocgen.cpp.

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

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 3382 of file vhdldocgen.cpp.

3383{
3384 for (size_t j=index+1; j<flowList.size(); j++)
3385 {
3386 const FlowChart &flo = flowList[j];
3387 if (flo.type==type && flo.stamp==stamp)
3388 {
3389 return j;
3390 }
3391 }
3392 return 0;
3393}// 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 3345 of file vhdldocgen.cpp.

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

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 3436 of file vhdldocgen.cpp.

3437{
3438 int stamp=fl.stamp;
3439 size_t start = index+1;
3440 size_t endifNode = findNode(start,stamp,ENDIF_NO);
3441 size_t elseifNode = findNode(start,stamp,ELSIF_NO);
3442 size_t elseNode = findNode(start,stamp,ELSE_NO);
3443
3444 if (elseifNode>0 && elseifNode<endifNode)
3445 {
3446 return elseifNode;
3447 }
3448
3449 if (elseNode>0 && elseNode<endifNode)
3450 {
3451 return elseNode+1;
3452 }
3453
3454 stamp=flowList[endifNode].stamp;
3455 return getNextNode(endifNode,stamp);
3456}
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 3395 of file vhdldocgen.cpp.

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

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 2720 of file vhdldocgen.cpp.

2721{
2722 QCString node;
2723 node.setNum(n);
2724 return node.prepend("node");
2725}
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 3037 of file vhdldocgen.cpp.

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

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 2943 of file vhdldocgen.cpp.

2944{
2945 if (!VhdlDocGen::getFlowMember()) return;
2946 ifcounter--;
2947}

References VhdlDocGen::getFlowMember(), and ifcounter.

◆ printFlowTree()

void FlowChart::printFlowTree ( )
static

Definition at line 2662 of file vhdldocgen.cpp.

2663{
2664 for (const auto &flowChart : flowList)
2665 {
2666 printNode(flowChart);
2667 }
2668}
static void printNode(const FlowChart &n)

References flowList, and printNode().

Referenced by writeFlowChart().

◆ printNode()

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

Definition at line 2602 of file vhdldocgen.cpp.

2603{
2604 QCString ui="-";
2605 std::string q;
2606 std::string t;
2607
2608 ui.fill('-',255);
2609
2610 if (flo.type & STARTL)
2611 {
2612 if (flo.stamp>0)
2613 {
2614 q=ui.left(2*flo.stamp).str();
2615 }
2616 else
2617 {
2618 q=" ";
2619 }
2620 QCString nn=flo.exp.stripWhiteSpace();
2621 printf("\nYES: %s%s[%d,%d]",qPrint(q),qPrint(nn),flo.stamp,flo.id);
2622 }
2623 else
2624 {
2625 if (flo.type & COMMENT_NO)
2626 {
2627 t=flo.label.str();
2628 }
2629 else
2630 {
2631 t=flo.text.str();
2632 }
2633 static const reg::Ex ep(R"(\s)");
2634 t = reg::replace(t,ep,std::string());
2635 if (t.empty())
2636 {
2637 t=" ";
2638 }
2639 if (flo.stamp>0)
2640 {
2641 q=ui.left(2*flo.stamp).str();
2642 }
2643 else
2644 {
2645 q=" ";
2646 }
2647 if (flo.type & EMPTNODE)
2648 {
2649 printf("\n NO: %s%s[%d,%d]",qPrint(q),FlowChart::getNodeType(flo.type),flo.stamp,flo.id);
2650 }
2651 else if (flo.type & COMMENT_NO)
2652 {
2653 printf("\n NO: %s%s[%d,%d]",qPrint(t),FlowChart::getNodeType(flo.type),flo.stamp,flo.id);
2654 }
2655 else
2656 {
2657 printf("\n NO: %s[%d,%d]",qPrint(t),flo.stamp,flo.id);
2658 }
2659 }
2660}
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:770
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 2949 of file vhdldocgen.cpp.

2950{
2951 QCString t;
2952 QCString exp=flo.exp.stripWhiteSpace();
2953 QCString text=flo.text.stripWhiteSpace();
2954 switch (flo.type)
2955 {
2956 case START_NO: t=":"+text+"|"; break;
2957 case IF_NO : t="\nif ("+exp+") then (yes)"; break;
2958 case ELSIF_NO: t="\nelseif ("+exp+") then (yes)"; break;
2959 case ELSE_NO: t="\nelse"; break;
2960 case CASE_NO: t="\n:"+exp+";"; break;
2961 case WHEN_NO: t="\n";
2962 if (!ca) t+="else";
2963 t+="if ("+exp+") then (yes)";
2964 break;
2965 case EXIT_NO: break;
2966 case END_NO: if (text.contains(" function")==0) t="\n:"+text+";";
2967 break;
2968 case TEXT_NO: t="\n:"+text+"]"; break;
2969 case ENDIF_NO: t="\nendif"; break;
2970 case FOR_NO: t="\nwhile ("+exp+") is (yes)"; break;
2971 case WHILE_NO: t="\nwhile ("+exp+") is (yes)"; break;
2972 case END_LOOP: t="\nendwhile"; break;
2973 case END_CASE: t="\nendif\n:end case;"; break;
2974 case VARIABLE_NO:t="\n:"+text+";"; break;
2975 case RETURN_NO: t="\n:"+text+";";
2976 if (!endL) t+="\nstop";
2977 break;
2978 case LOOP_NO: t="\nwhile (infinite loop)"; break;
2979 case NEXT_NO: break;
2980 case EMPTY_NO: break;
2981 case COMMENT_NO: t="\n note left \n "+flo.label+"\nend note \n"; break;
2982 case BEGIN_NO: t="\n:begin;"; break;
2983 default: assert(false); break;
2984 }
2985 return t;
2986}
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 2988 of file vhdldocgen.cpp.

2989{
2990 int caseCounter = 0;
2991 int whenCounter = 0;
2992
2993 QCString qcs;
2994 size_t size=flowList.size();
2995 for (size_t j=0;j<size;j++)
2996 {
2997 bool endList = j==FLOWLEN;
2998 const FlowChart &flo = flowList[j];
2999 if (flo.type==CASE_NO)
3000 {
3001 caseCounter++;
3002 whenCounter=0;
3003 }
3004
3005 if (flo.type==END_CASE)
3006 {
3007 caseCounter--;
3008 }
3009
3010 bool ca = (caseCounter>0 && whenCounter==0);
3011
3012 qcs+=printPlantUmlNode(flo,ca,endList);
3013
3014 if (flo.type==WHEN_NO)
3015 {
3016 whenCounter++;
3017 }
3018
3019 }
3020 qcs+="\n";
3021
3022 QCString htmlOutDir = Config_getString(HTML_OUTPUT);
3023
3024 QCString n=convertNameToFileName();
3025 auto baseNameVector=PlantumlManager::instance().writePlantUMLSource(htmlOutDir,n,qcs,PlantumlManager::PUML_SVG,"uml",n,1,true);
3026 for (const auto &baseName: baseNameVector)
3027 {
3029 }
3030}
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 3088 of file vhdldocgen.cpp.

3089{
3090 t << " digraph G { \n";
3091 t << "rankdir=TB \n";
3092 t << "concentrate=true\n";
3093 t << "stylesheet=\"doxygen.css\"\n";
3094}

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 3248 of file vhdldocgen.cpp.

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

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 3266 of file vhdldocgen.cpp.

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

References flowCol, getNodeName(), and label.

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

◆ writeFlowChart()

void FlowChart::writeFlowChart ( )
static

Definition at line 3101 of file vhdldocgen.cpp.

3102{
3103 // assert(VhdlDocGen::flowMember);
3104
3105 QCString ov = Config_getString(HTML_OUTPUT);
3106 QCString fileName = ov+"/flow_design.dot";
3107 std::ofstream f = Portable::openOutputStream(fileName);
3108 if (!f.is_open())
3109 {
3110 err("Cannot open file {} for writing\n",fileName);
3111 return;
3112 }
3113 TextStream t(&f);
3114
3115 colTextNodes();
3116 // buildCommentNodes(t);
3117
3118#ifdef DEBUGFLOW
3119 printFlowTree();
3120#endif
3121
3122 if (!Config_getString(PLANTUML_JAR_PATH).isEmpty())
3123 {
3124 printUmlTree();
3125 delFlowList();
3126 t.flush();
3127 f.close();
3128 return;
3129 }
3130
3131 startDot(t);
3133 for (const auto &fll : flowList)
3134 {
3135 writeShape(t,fll);
3136 }
3137 writeFlowLinks(t);
3138
3140 delFlowList();
3141 t.flush();
3142 f.close();
3144}// 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 3458 of file vhdldocgen.cpp.

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

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