Skip to content

shapeworks::SplashScreen

More...

#include <SplashScreen.h>

Inherits from QDialog

Public Signals

Name
void open_project(QString file_path)
signal to open a particular project

Public Functions

Name
SplashScreen(QWidget * parent, Preferences & preferences)
constructor
virtual ~SplashScreen()
destructor

Detailed Description

class shapeworks::SplashScreen;

The SplashScreen is a QDialog that implements the user interface for the Studio Splash Screen It supports a recent file list as well as loading other existing projects

Public Signals Documentation

signal open_project

void open_project(
    QString file_path
)

signal to open a particular project

Public Functions Documentation

function SplashScreen

SplashScreen(
    QWidget * parent,
    Preferences & preferences
)

constructor

function ~SplashScreen

virtual ~SplashScreen()

destructor


Updated on 2024-03-17 at 12:58:44 -0600