TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
Namespaces | Functions
ItemHandle.cpp File Reference
#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>
Include dependency graph for ItemHandle.cpp:

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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines