Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <stack_view_controller.h>
Additional Inherited Members | |
Public Types inherited from ViewController | |
enum | DisplayParameter { DisplayParameter::Default, DisplayParameter::DoNotShowOwnTitle, DisplayParameter::WantsMaximumSpace } |
Definition at line 10 of file stack_view_controller.h.
StackViewController::StackViewController | ( | Responder * | parentResponder, |
ViewController * | rootViewController, | ||
KDColor | textColor = Palette::SubTab , |
||
KDColor | backgroundColor = KDColorWhite , |
||
KDColor | separatorColor = Palette::GreyBright |
||
) |
Definition at line 80 of file stack_view_controller.cpp.
int StackViewController::depth | ( | ) |
Definition at line 124 of file stack_view_controller.cpp.
|
overridevirtual |
Reimplemented from Responder.
Reimplemented in Toolbox.
Definition at line 142 of file stack_view_controller.cpp.
|
overridevirtual |
Reimplemented from Responder.
Reimplemented in Toolbox.
Definition at line 147 of file stack_view_controller.cpp.
void StackViewController::pop | ( | ) |
Definition at line 112 of file stack_view_controller.cpp.
void StackViewController::push | ( | ViewController * | vc, |
KDColor | textColor = Palette::SubTab , |
||
KDColor | backgroundColor = KDColorWhite , |
||
KDColor | separatorColor = Palette::GreyBright |
||
) |
Definition at line 95 of file stack_view_controller.cpp.
|
overridevirtual |
Reimplemented from ViewController.
Definition at line 90 of file stack_view_controller.cpp.
|
overridevirtual |
Implements ViewController.
Definition at line 155 of file stack_view_controller.cpp.
|
overridevirtual |
Reimplemented from ViewController.
Reimplemented in Toolbox.
Definition at line 177 of file stack_view_controller.cpp.
|
overridevirtual |
Reimplemented from ViewController.
Reimplemented in Toolbox.
Definition at line 159 of file stack_view_controller.cpp.