|
CycloBranch
|
An editor of building blocks database. More...
#include <QWidget>#include <QDesktopServices>#include <QUrl>#include <QFileInfo>#include <QMainWindow>#include <QToolBar>#include <QAction>#include <QTableView>#include <QStandardItemModel>#include <QStandardItem>#include <QComboBox>#include <fstream>#include "core/utilities.h"#include "core/cGlobalPreferences.h"#include "core/cBricksDatabase.h"#include "gui/cBricksDatabaseProxyModel.h"#include "gui/cMultipleButtonDelegate.h"#include "gui/cCheckBoxDelegate.h"Go to the source code of this file.
Classes | |
| class | cBricksDatabaseWidget |
| An editor of building blocks database. More... | |
Functions | |
| int | numberOfOccurrences (const string &s, char c) |
| Number of occurrences of a char in a string. More... | |
An editor of building blocks database.
| int numberOfOccurrences | ( | const string & | s, |
| char | c | ||
| ) |
Number of occurrences of a char in a string.
| s | string |
| c | char |
| int | number of occurrences of c in s |