My Project
 
Loading...
Searching...
No Matches
Toast Class Reference

#include <toast.h>

Inheritance diagram for Toast:
Collaboration diagram for Toast:

Public Member Functions

 Toast (const std::string &text)
 
void Text (const std::string &txt)
 

Protected Member Functions

virtual void createChildren ()
 
virtual void layout ()
 
virtual void onClose ()
 

Protected Attributes

NinePatch * bg
 
SimpleButtonclose
 
BitmapText * text
 

Constructor & Destructor Documentation

◆ Toast()

Toast::Toast ( const std::string & text)
Here is the call graph for this function:

Member Function Documentation

◆ createChildren()

void Toast::createChildren ( )
protectedvirtual
Here is the call graph for this function:

◆ layout()

void Toast::layout ( )
protectedvirtual
Here is the call graph for this function:

◆ onClose()

virtual void Toast::onClose ( )
inlineprotectedvirtual

◆ Text()

void Toast::Text ( const std::string & txt)
Here is the caller graph for this function:

Member Data Documentation

◆ bg

NinePatch* Toast::bg
protected

◆ close

SimpleButton* Toast::close
protected

◆ text

BitmapText* Toast::text
protected

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