Numworks Epsilon  1.4.1
Graphing Calculator Operating System
settings_message_tree.cpp
Go to the documentation of this file.
2 
3 namespace Settings {
4 
5 const MessageTree * SettingsMessageTree::children(int index) const {
6  return &m_children[index];
7 }
8 
9 }
const MessageTree * children(int index) const override
Definition: app.cpp:5