Geometrize  1.0
An application for geometrizing images into geometric primitives
Public Member Functions | Private Attributes | List of all members
geometrize::dialog::AppSplashScreen::AppSplashScreenImpl Class Reference
Collaboration diagram for geometrize::dialog::AppSplashScreen::AppSplashScreenImpl:
Collaboration graph
[legend]

Public Member Functions

 AppSplashScreenImpl ()=default
 
AppSplashScreenImploperator= (const AppSplashScreenImpl &)=delete
 
 AppSplashScreenImpl (const AppSplashScreenImpl &)=delete
 
 ~AppSplashScreenImpl ()=default
 
void setState (const SplashState state)
 

Private Attributes

GeometrizeSplashScreen m_splash
 

Constructor & Destructor Documentation

◆ AppSplashScreenImpl() [1/2]

geometrize::dialog::AppSplashScreen::AppSplashScreenImpl::AppSplashScreenImpl ( )
default

◆ AppSplashScreenImpl() [2/2]

geometrize::dialog::AppSplashScreen::AppSplashScreenImpl::AppSplashScreenImpl ( const AppSplashScreenImpl )
delete

◆ ~AppSplashScreenImpl()

geometrize::dialog::AppSplashScreen::AppSplashScreenImpl::~AppSplashScreenImpl ( )
default

Member Function Documentation

◆ operator=()

AppSplashScreenImpl& geometrize::dialog::AppSplashScreen::AppSplashScreenImpl::operator= ( const AppSplashScreenImpl )
delete

◆ setState()

void geometrize::dialog::AppSplashScreen::AppSplashScreenImpl::setState ( const SplashState  state)
inline
109  {
110  m_splash.setState(state);
111  }
Here is the call graph for this function:

Member Data Documentation

◆ m_splash

GeometrizeSplashScreen geometrize::dialog::AppSplashScreen::AppSplashScreenImpl::m_splash
private

The documentation for this class was generated from the following file:
geometrize::dialog::GeometrizeSplashScreen::setState
void setState(const SplashState state)
Definition: appsplashscreen.cpp:37
geometrize::dialog::AppSplashScreen::AppSplashScreenImpl::m_splash
GeometrizeSplashScreen m_splash
Definition: appsplashscreen.cpp:114