![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
#include "ConsoleWindow.h"
#include "NetworkHandle.h"
#include "GraphicsScene.h"
#include "TextGraphicsItem.h"
#include "NodeGraphicsItem.h"
#include "ConnectionGraphicsItem.h"
#include "Tool.h"
#include "ItemHandle.h"
#include "UndoCommands.h"
#include <QRegExp>
Go to the source code of this file.
Namespaces | |
namespace | Tinkercell |
Functions | |
QString | Tinkercell::RemoveDisallowedCharactersFromName (const QString &) |
This function replaces disallowed characters in a name string. | |
ItemHandle * | Tinkercell::getHandle (QGraphicsItem *) |
get the handle from a graphics item | |
QList< ItemHandle * > | Tinkercell::getHandle (const QList< QGraphicsItem * > &, bool includeNull=true) |
get the handles from graphics items | |
void | Tinkercell::setHandle (QGraphicsItem *, ItemHandle *) |
set the handle of a graphics item (use 0 to remove handle) |