mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 11:39:58 +02:00
[apps/graph] Wrap in namespace Graph
Change-Id: I08b37438f42749ff86e105770cd5aa566f84a237
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "function_expression_view.h"
|
||||
|
||||
namespace Graph {
|
||||
|
||||
FunctionExpressionView::FunctionExpressionView() :
|
||||
FunctionCell()
|
||||
{
|
||||
@@ -17,3 +19,5 @@ void FunctionExpressionView::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
KDPoint origin(0, 0.5f*(m_frame.height() - expressionSize.height()));
|
||||
m_function->layout()->draw(ctx, origin, text, background);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user