$search
#include <splash_screen.h>
Public Member Functions | |
void | setState (const std::string &state) |
SplashScreen (wxWindow *parent, const wxBitmap &background) | |
~SplashScreen () | |
Protected Member Functions | |
void | onPaint (wxPaintEvent &evt) |
Protected Attributes | |
wxBitmap | background_ |
std::string | state_ |
Definition at line 41 of file splash_screen.h.
rviz::SplashScreen::SplashScreen | ( | wxWindow * | parent, | |
const wxBitmap & | background | |||
) |
Definition at line 39 of file splash_screen.cpp.
rviz::SplashScreen::~SplashScreen | ( | ) |
Definition at line 53 of file splash_screen.cpp.
void rviz::SplashScreen::onPaint | ( | wxPaintEvent & | evt | ) | [protected] |
Definition at line 64 of file splash_screen.cpp.
void rviz::SplashScreen::setState | ( | const std::string & | state | ) |
Definition at line 58 of file splash_screen.cpp.
wxBitmap rviz::SplashScreen::background_ [protected] |
Definition at line 53 of file splash_screen.h.
std::string rviz::SplashScreen::state_ [protected] |
Definition at line 52 of file splash_screen.h.