Skip to content

Commit

Permalink
#159 | Refactor and update header comments across source files - WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Dec 5, 2024
1 parent 7e3e0de commit 3fd5368
Show file tree
Hide file tree
Showing 30 changed files with 448 additions and 779 deletions.
40 changes: 14 additions & 26 deletions src/graph.h
Original file line number Diff line number Diff line change
@@ -1,29 +1,17 @@
/***************************************************************************
SocNetV: Social Network Visualizer
version: 3.2
Written in Qt
graph.h - description
-------------------
copyright : (C) 2005-2023 by Dimitris B. Kalamaras
project site : https://socnetv.org
***************************************************************************/

/*******************************************************************************
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
********************************************************************************/
/**
* @file graph.h
* @brief Defines the Graph class and related algorithms for social network visualization.
* @author Dimitris B. Kalamaras
* @copyright
* Copyright (C) 2005-2024 by Dimitris B. Kalamaras.
* This file is part of SocNetV (Social Network Visualizer).
* @license
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 or later.
* For more details, see <http://www.gnu.org/licenses/>.
* @see https://socnetv.org
*/

#ifndef GRAPH_H
#define GRAPH_H
Expand Down
41 changes: 15 additions & 26 deletions src/graphicsedge.cpp
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
/***************************************************************************
SocNetV: Social Network Visualizer
version: 3.2
Written in Qt
graphicsedge.cpp - description
-------------------
copyright : (C) 2005-2023 by Dimitris B. Kalamaras
project site : https://socnetv.org
***************************************************************************/

/*******************************************************************************
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
********************************************************************************/
/**
* @file graphicsedge.cpp
* @brief Implements the GraphicsEdge class, which visualizes edges in the network graph.
* @author Dimitris B. Kalamaras
* @copyright
* Copyright (C) 2005-2024 by Dimitris B. Kalamaras.
* This file is part of SocNetV (Social Network Visualizer).
* @license
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 or later.
* For more details, see <http://www.gnu.org/licenses/>.
* @see https://socnetv.org
*/


#include "graphicsedge.h"

Expand Down
41 changes: 15 additions & 26 deletions src/graphicsedge.h
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
/***************************************************************************
SocNetV: Social Network Visualizer
version: 3.2
Written in Qt
graphicsedge.h - description
-------------------
copyright : (C) 2005-2023 by Dimitris B. Kalamaras
project site : https://socnetv.org
***************************************************************************/

/*******************************************************************************
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
********************************************************************************/
/**
* @file graphicsedge.h
* @brief Declares the GraphicsEdge class for visualizing edges in the network graph.
* @author Dimitris B. Kalamaras
* @copyright
* Copyright (C) 2005-2024 by Dimitris B. Kalamaras.
* This file is part of SocNetV (Social Network Visualizer).
* @license
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 or later.
* For more details, see <http://www.gnu.org/licenses/>.
* @see https://socnetv.org
*/


#ifndef GRAPHICSEDGE_H
#define GRAPHICSEDGE_H
Expand Down
41 changes: 15 additions & 26 deletions src/graphicsedgelabel.cpp
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
/***************************************************************************
SocNetV: Social Network Visualizer
version: 3.2
Written in Qt
graphicsedgelabel.cpp - description
-------------------
copyright : (C) 2005-2023 by Dimitris B. Kalamaras
project site : https://socnetv.org
***************************************************************************/

/*******************************************************************************
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
********************************************************************************/
/**
* @file graphicsedgelabel.cpp
* @brief Implements the GraphicsEdgeLabel class for rendering edge labels in the network graph.
* @author Dimitris B. Kalamaras
* @copyright
* Copyright (C) 2005-2024 by Dimitris B. Kalamaras.
* This file is part of SocNetV (Social Network Visualizer).
* @license
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 or later.
* For more details, see <http://www.gnu.org/licenses/>.
* @see https://socnetv.org
*/


#include "graphicsedgelabel.h"

Expand Down
40 changes: 15 additions & 25 deletions src/graphicsedgelabel.h
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
/***************************************************************************
SocNetV: Social Network Visualizer
version: 3.2
Written in Qt
graphicsedgelabel.h - description
-------------------
copyright : (C) 2005-2023 by Dimitris B. Kalamaras
project site : https://socnetv.org
***************************************************************************/

/*******************************************************************************
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
********************************************************************************/
/**
* @file graphicsedgelabel.h
* @brief Declares the GraphicsEdgeLabel class for managing and rendering edge labels in the network graph.
* @author Dimitris B. Kalamaras
* @copyright
* Copyright (C) 2005-2024 by Dimitris B. Kalamaras.
* This file is part of SocNetV (Social Network Visualizer).
* @license
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 or later.
* For more details, see <http://www.gnu.org/licenses/>.
* @see https://socnetv.org
*/


#ifndef GRAPHICSEDGELABEL_H
#define GRAPHICSEDGELABEL_H
Expand Down
41 changes: 15 additions & 26 deletions src/graphicsedgeweight.cpp
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
/***************************************************************************
SocNetV: Social Network Visualizer
version: 3.2
Written in Qt
graphicsedgeweight.cpp - description
-------------------
copyright : (C) 2005-2023 by Dimitris B. Kalamaras
project site : https://socnetv.org
***************************************************************************/

/*******************************************************************************
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
********************************************************************************/
/**
* @file graphicsedgeweight.cpp
* @brief Implements the GraphicsEdgeWeight class for managing and rendering edge weights in the network graph.
* @author Dimitris B. Kalamaras
* @copyright
* Copyright (C) 2005-2024 by Dimitris B. Kalamaras.
* This file is part of SocNetV (Social Network Visualizer).
* @license
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 or later.
* For more details, see <http://www.gnu.org/licenses/>.
* @see https://socnetv.org
*/


#include "graphicsedgeweight.h"

Expand Down
40 changes: 15 additions & 25 deletions src/graphicsedgeweight.h
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
/***************************************************************************
SocNetV: Social Network Visualizer
version: 3.2
Written in Qt
graphicsedgeweight.h - description
-------------------
copyright : (C) 2005-2023 by Dimitris B. Kalamaras
project site : https://socnetv.org
***************************************************************************/

/*******************************************************************************
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
********************************************************************************/
/**
* @file graphicsedgeweight.h
* @brief Declares the GraphicsEdgeWeight class for managing and rendering edge weights in the network graph.
* @author Dimitris B. Kalamaras
* @copyright
* Copyright (C) 2005-2024 by Dimitris B. Kalamaras.
* This file is part of SocNetV (Social Network Visualizer).
* @license
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 or later.
* For more details, see <http://www.gnu.org/licenses/>.
* @see https://socnetv.org
*/


#ifndef GRAPHICSEDGEWEIGHT_H
#define GRAPHICSEDGEWEIGHT_H
Expand Down
41 changes: 15 additions & 26 deletions src/graphicsguide.cpp
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
/***************************************************************************
SocNetV: Social Network Visualizer
version: 3.2
Written in Qt
graphicsguide.cpp - description
-------------------
copyright : (C) 2005-2023 by Dimitris B. Kalamaras
project site : https://socnetv.org
***************************************************************************/

/*******************************************************************************
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
********************************************************************************/
/**
* @file graphicsguide.cpp
* @brief Implements the GraphicsGuide class for drawing guides in the network graph visualization.
* @author Dimitris B. Kalamaras
* @copyright
* Copyright (C) 2005-2024 by Dimitris B. Kalamaras.
* This file is part of SocNetV (Social Network Visualizer).
* @license
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 or later.
* For more details, see <http://www.gnu.org/licenses/>.
* @see https://socnetv.org
*/


#include "graphicsguide.h"

Expand Down
Loading

0 comments on commit 3fd5368

Please sign in to comment.