Shellminator V3.0.1
Simple Terminal
Loading...
Searching...
No Matches
ShellminatorCaller Class Reference

#include <Shellminator-Commander-Interface.hpp>

Inheritance diagram for ShellminatorCaller:
Collaboration diagram for ShellminatorCaller:

Public Member Functions

 ShellminatorCaller ()
 
void beep () override
 
void setBannerText (const char *text_p) override
 
void setPathText (const char *text_p) override
 
void clear () override
 
void setShell (Shellminator *shell_p)
 

Private Attributes

Shellminatorshell = NULL
 

Detailed Description

Definition at line 53 of file Shellminator-Commander-Interface.hpp.

Constructor & Destructor Documentation

◆ ShellminatorCaller()

ShellminatorCaller::ShellminatorCaller ( )

Definition at line 39 of file Shellminator-Commander-Interface.cpp.

Member Function Documentation

◆ beep()

void ShellminatorCaller::beep ( )
override

Definition at line 47 of file Shellminator-Commander-Interface.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ clear()

void ShellminatorCaller::clear ( )
override

Definition at line 65 of file Shellminator-Commander-Interface.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setBannerText()

void ShellminatorCaller::setBannerText ( const char *  text_p)
override

Definition at line 53 of file Shellminator-Commander-Interface.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setPathText()

void ShellminatorCaller::setPathText ( const char *  text_p)
override

Definition at line 59 of file Shellminator-Commander-Interface.cpp.

◆ setShell()

void ShellminatorCaller::setShell ( Shellminator shell_p)

Definition at line 43 of file Shellminator-Commander-Interface.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ shell

Shellminator* ShellminatorCaller::shell = NULL
private

Definition at line 64 of file Shellminator-Commander-Interface.hpp.