ExportNativeWizard Class Reference

#include <exportnativewizard.h>

Inheritance diagram for ExportNativeWizard:

MythThemedDialog MythDialog

List of all members.


Detailed Description

Definition at line 33 of file exportnativewizard.h.


Public Slots

void handleNextPage (void)
void handlePrevPage (void)
void handleCancel (void)
void handleAddRecording (void)
void handleAddVideo (void)
void titleChanged (UIListBtnTypeItem *item)
void toggleUseCutlist (bool state)
void showMenu (void)
void closePopupMenu (void)
void removeItem (void)
void toggleCreateISO (bool state)
void toggleDoBurn (bool state)
void toggleEraseDvdRw (bool state)
void handleFind (void)
void filenameEditLostFocus (void)
void setDestination (int)

Public Member Functions

 ExportNativeWizard (MythMainWindow *parent, QString window_name, QString theme_filename, const char *name=0)
 ~ExportNativeWizard (void)
void setSaveFilename (QString filename)
void createConfigFile (const QString &filename)

Private Member Functions

void keyPressEvent (QKeyEvent *e)
void updateArchiveList (void)
void getArchiveList (void)
void wireUpTheme (void)
void updateSizeBar (void)
void loadConfiguration (void)
void saveConfiguration (void)
void getArchiveListFromDB (void)
void runScript ()

Private Attributes

ArchiveDestination archiveDestination
int destination_no
int freeSpace
int usedSpace
vector< NativeItem * > * archiveList
UIListBtnTypearchive_list
bool bCreateISO
bool bDoBurn
bool bEraseDvdRw
QString saveFilename
UITextButtonTypenext_button
UITextButtonTypeprev_button
UITextButtonTypecancel_button
UITextButtonTypeaddrecording_button
UITextButtonTypeaddvideo_button
UISelectorTypedestination_selector
UITextTypedestination_text
UITextTypefreespace_text
UIRemoteEditTypefilename_edit
UITextButtonTypefind_button
UISelectorTypecategory_selector
UITextTypetitle_text
UITextTypedatetime_text
UITextTypedescription_text
UITextTypeusecutlist_text
UICheckBoxTypeusecutlist_check
UITextTypenocutlist_text
UITextTypefilesize_text
UITextTypenofiles_text
UIStatusBarTypesize_bar
UICheckBoxTypecreateISO_check
UICheckBoxTypedoBurn_check
UICheckBoxTypeeraseDvdRw_check
UITextTypecreateISO_text
UITextTypedoBurn_text
UITextTypeeraseDvdRw_text
MythPopupBoxpopupMenu

Constructor & Destructor Documentation

ExportNativeWizard::ExportNativeWizard ( MythMainWindow parent,
QString  window_name,
QString  theme_filename,
const char *  name = 0 
)

Definition at line 28 of file exportnativewizard.cpp.

ExportNativeWizard::~ExportNativeWizard ( void   ) 

Definition at line 47 of file exportnativewizard.cpp.


Member Function Documentation

void ExportNativeWizard::setSaveFilename ( QString  filename  )  [inline]

Definition at line 44 of file exportnativewizard.h.

void ExportNativeWizard::createConfigFile ( const QString &  filename  ) 

Definition at line 558 of file exportnativewizard.cpp.

Referenced by runScript().

void ExportNativeWizard::handleNextPage ( void   )  [slot]

Definition at line 351 of file exportnativewizard.cpp.

Referenced by wireUpTheme().

void ExportNativeWizard::handlePrevPage ( void   )  [slot]

Definition at line 380 of file exportnativewizard.cpp.

Referenced by wireUpTheme().

void ExportNativeWizard::handleCancel ( void   )  [slot]

Definition at line 395 of file exportnativewizard.cpp.

Referenced by wireUpTheme().

void ExportNativeWizard::handleAddRecording ( void   )  [slot]

Definition at line 759 of file exportnativewizard.cpp.

Referenced by wireUpTheme().

void ExportNativeWizard::handleAddVideo ( void   )  [slot]

Definition at line 768 of file exportnativewizard.cpp.

Referenced by wireUpTheme().

void ExportNativeWizard::titleChanged ( UIListBtnTypeItem item  )  [slot]

Definition at line 324 of file exportnativewizard.cpp.

Referenced by updateArchiveList(), and wireUpTheme().

void ExportNativeWizard::toggleUseCutlist ( bool  state  )  [slot]

void ExportNativeWizard::showMenu ( void   )  [slot]

Definition at line 509 of file exportnativewizard.cpp.

Referenced by keyPressEvent().

void ExportNativeWizard::closePopupMenu ( void   )  [slot]

Definition at line 526 of file exportnativewizard.cpp.

Referenced by removeItem(), and showMenu().

void ExportNativeWizard::removeItem ( void   )  [slot]

Definition at line 535 of file exportnativewizard.cpp.

Referenced by showMenu().

void ExportNativeWizard::toggleCreateISO ( bool  state  )  [inline, slot]

Definition at line 60 of file exportnativewizard.h.

Referenced by wireUpTheme().

void ExportNativeWizard::toggleDoBurn ( bool  state  )  [inline, slot]

Definition at line 61 of file exportnativewizard.h.

Referenced by wireUpTheme().

void ExportNativeWizard::toggleEraseDvdRw ( bool  state  )  [inline, slot]

Definition at line 62 of file exportnativewizard.h.

Referenced by wireUpTheme().

void ExportNativeWizard::handleFind ( void   )  [slot]

Definition at line 677 of file exportnativewizard.cpp.

Referenced by wireUpTheme().

void ExportNativeWizard::filenameEditLostFocus ( void   )  [slot]

Definition at line 692 of file exportnativewizard.cpp.

Referenced by handleFind(), and wireUpTheme().

void ExportNativeWizard::setDestination ( int  item  )  [slot]

Definition at line 611 of file exportnativewizard.cpp.

Referenced by wireUpTheme().

void ExportNativeWizard::keyPressEvent ( QKeyEvent *  e  )  [private]

Reimplemented from MythDialog.

Definition at line 55 of file exportnativewizard.cpp.

void ExportNativeWizard::updateArchiveList ( void   )  [private]

Definition at line 400 of file exportnativewizard.cpp.

Referenced by getArchiveList().

void ExportNativeWizard::getArchiveList ( void   )  [private]

void ExportNativeWizard::wireUpTheme ( void   )  [private]

Definition at line 201 of file exportnativewizard.cpp.

Referenced by ExportNativeWizard().

void ExportNativeWizard::updateSizeBar ( void   )  [private]

Definition at line 136 of file exportnativewizard.cpp.

Referenced by updateArchiveList().

void ExportNativeWizard::loadConfiguration ( void   )  [private]

Definition at line 487 of file exportnativewizard.cpp.

Referenced by ExportNativeWizard().

void ExportNativeWizard::saveConfiguration ( void   )  [private]

Definition at line 499 of file exportnativewizard.cpp.

Referenced by ~ExportNativeWizard().

void ExportNativeWizard::getArchiveListFromDB ( void   )  [private]

Definition at line 444 of file exportnativewizard.cpp.

Referenced by getArchiveList().

void ExportNativeWizard::runScript (  )  [private]

Definition at line 726 of file exportnativewizard.cpp.

Referenced by handleNextPage().


Member Data Documentation

Definition at line 68 of file exportnativewizard.h.

Referenced by createConfigFile(), and setDestination().

Definition at line 69 of file exportnativewizard.h.

Referenced by setDestination().

Definition at line 71 of file exportnativewizard.h.

Referenced by updateSizeBar().

Definition at line 84 of file exportnativewizard.h.

Referenced by keyPressEvent(), removeItem(), updateArchiveList(), and wireUpTheme().

Definition at line 92 of file exportnativewizard.h.

Referenced by handleNextPage(), handlePrevPage(), and wireUpTheme().

Definition at line 93 of file exportnativewizard.h.

Referenced by wireUpTheme().

Definition at line 94 of file exportnativewizard.h.

Referenced by wireUpTheme().

Definition at line 96 of file exportnativewizard.h.

Referenced by wireUpTheme().

Definition at line 97 of file exportnativewizard.h.

Referenced by wireUpTheme().

Definition at line 99 of file exportnativewizard.h.

Referenced by keyPressEvent(), and wireUpTheme().

Definition at line 100 of file exportnativewizard.h.

Referenced by setDestination(), and wireUpTheme().

Definition at line 102 of file exportnativewizard.h.

Referenced by filenameEditLostFocus(), setDestination(), and wireUpTheme().

Definition at line 105 of file exportnativewizard.h.

Referenced by setDestination(), and wireUpTheme().

Definition at line 107 of file exportnativewizard.h.

Definition at line 108 of file exportnativewizard.h.

Referenced by titleChanged(), updateArchiveList(), and wireUpTheme().

Definition at line 109 of file exportnativewizard.h.

Referenced by titleChanged(), updateArchiveList(), and wireUpTheme().

Definition at line 110 of file exportnativewizard.h.

Referenced by titleChanged(), updateArchiveList(), and wireUpTheme().

Definition at line 111 of file exportnativewizard.h.

Definition at line 112 of file exportnativewizard.h.

Definition at line 113 of file exportnativewizard.h.

Definition at line 114 of file exportnativewizard.h.

Referenced by titleChanged(), updateArchiveList(), and wireUpTheme().

Definition at line 115 of file exportnativewizard.h.

Referenced by updateArchiveList(), and wireUpTheme().

Definition at line 117 of file exportnativewizard.h.

Referenced by updateSizeBar(), and wireUpTheme().

Definition at line 119 of file exportnativewizard.h.

Referenced by loadConfiguration(), saveConfiguration(), and wireUpTheme().

Definition at line 122 of file exportnativewizard.h.

Definition at line 123 of file exportnativewizard.h.

Referenced by setDestination(), and wireUpTheme().

Definition at line 124 of file exportnativewizard.h.

Referenced by setDestination(), and wireUpTheme().

Definition at line 126 of file exportnativewizard.h.

Referenced by closePopupMenu(), ExportNativeWizard(), removeItem(), and showMenu().


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

Generated on Sat Dec 18 05:16:03 2010 for MythTV by  doxygen 1.5.5