MythTV master
Classes | Enumerations
schemawizard.h File Reference
#include <QObject>
#include <QString>
#include "libmythui/mythuiexp.h"
#include "libmythbase/dbutil.h"
Include dependency graph for schemawizard.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SchemaUpgradeWizard
 Provides UI and helper functions for DB Schema updates. More...
 

Enumerations

enum  MythSchemaUpgrade : std::uint8_t { MYTH_SCHEMA_EXIT = 1 , MYTH_SCHEMA_ERROR = 2 , MYTH_SCHEMA_UPGRADE = 3 , MYTH_SCHEMA_USE_EXISTING = 4 }
 Return values from PromptForUpgrade() More...
 

Enumeration Type Documentation

◆ MythSchemaUpgrade

enum MythSchemaUpgrade : std::uint8_t

Return values from PromptForUpgrade()

Enumerator
MYTH_SCHEMA_EXIT 
MYTH_SCHEMA_ERROR 
MYTH_SCHEMA_UPGRADE 
MYTH_SCHEMA_USE_EXISTING 

Definition at line 14 of file schemawizard.h.