Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Code::ScriptNodeCell::ScriptNodeView Class Reference

#include <script_node_cell.h>

Inheritance diagram for Code::ScriptNodeCell::ScriptNodeView:
HighlightCell View

Public Member Functions

 ScriptNodeView ()
 
void setScriptNode (ScriptNode *scriptNode)
 
void setScriptStore (ScriptStore *scriptStore)
 
void drawRect (KDContext *ctx, KDRect rect) const override
 
virtual KDSize minimalSizeForOptimalDisplay () const override
 
- Public Member Functions inherited from HighlightCell
 HighlightCell ()
 
virtual void setHighlighted (bool highlight)
 
bool isHighlighted () const
 
virtual void reloadCell ()
 
virtual Responderresponder ()
 
- Public Member Functions inherited from View
 View ()
 
virtual ~View ()
 
 View (const View &other)=delete
 
 View (View &&other)=delete
 
Viewoperator= (const View &other)=delete
 
Viewoperator= (View &&other)=delete
 
void resetSuperview ()
 
void setSize (KDSize size)
 
void setFrame (KDRect frame)
 
KDPoint pointFromPointInView (View *view, KDPoint point)
 
KDRect bounds () const
 
Viewsubview (int index)
 

Additional Inherited Members

- Protected Member Functions inherited from View
void markRectAsDirty (KDRect rect)
 
- Protected Attributes inherited from HighlightCell
bool m_highlighted
 
- Protected Attributes inherited from View
KDRect m_frame
 

Detailed Description

Definition at line 26 of file script_node_cell.h.

Constructor & Destructor Documentation

◆ ScriptNodeView()

Code::ScriptNodeCell::ScriptNodeView::ScriptNodeView ( )

Definition at line 9 of file script_node_cell.cpp.

Member Function Documentation

◆ drawRect()

void Code::ScriptNodeCell::ScriptNodeView::drawRect ( KDContext ctx,
KDRect  rect 
) const
overridevirtual

Reimplemented from View.

Definition at line 24 of file script_node_cell.cpp.

◆ minimalSizeForOptimalDisplay()

KDSize Code::ScriptNodeCell::ScriptNodeView::minimalSizeForOptimalDisplay ( ) const
overridevirtual

Reimplemented from View.

Definition at line 33 of file script_node_cell.cpp.

◆ setScriptNode()

void Code::ScriptNodeCell::ScriptNodeView::setScriptNode ( ScriptNode scriptNode)

Definition at line 16 of file script_node_cell.cpp.

◆ setScriptStore()

void Code::ScriptNodeCell::ScriptNodeView::setScriptStore ( ScriptStore scriptStore)

Definition at line 20 of file script_node_cell.cpp.


The documentation for this class was generated from the following files: