Files
Sourcetrail/src/lib_gui/qt/view/QtGraphViewStyleImpl.h
T

17 lines
439 B
C++

#ifndef QT_GRAPH_VIEW_STYLE_IMPL_H
#define QT_GRAPH_VIEW_STYLE_IMPL_H
#include "component/view/GraphViewStyleImpl.h"
class QtGraphViewStyleImpl
: public GraphViewStyleImpl
{
public:
virtual ~QtGraphViewStyleImpl();
virtual float getCharWidthForNodeType(Node::NodeType type);
virtual float getCharHeightForNodeType(Node::NodeType type);
virtual float getGraphViewZoomDifferenceForPlatform();
};
#endif // QT_GRAPH_VIEW_STYLE_IMPL_H