#include <mythdialogs.h>

Definition at line 496 of file mythdialogs.h.
Public Types | |
| typedef QValueVector< int > | IntVector |
Public Slots | |
| void | handleTreeListSelection (int, IntVector *) |
| void | handleTreeListEntered (int, IntVector *) |
| void | buildTree (QString starting_where) |
| void | buildFileList (QString directory) |
Public Member Functions | |
| MythImageFileDialog (QString *result, QString top_directory, MythMainWindow *parent, QString window_name, QString theme_filename="", const char *name=0, bool setsize=true) | |
| Locates an image file dialog in the current theme. | |
Protected Member Functions | |
| ~MythImageFileDialog () | |
| void | keyPressEvent (QKeyEvent *e) |
Private Attributes | |
| QString * | selected_file |
| UIManagedTreeListType * | file_browser |
| GenericTree * | root_parent |
| GenericTree * | file_root |
| GenericTree * | initial_node |
| UIImageType * | image_box |
| QStringList | image_files |
| QString | initialDir |
| typedef QValueVector<int> MythImageFileDialog::IntVector |
Definition at line 507 of file mythdialogs.h.
| MythImageFileDialog::MythImageFileDialog | ( | QString * | result, | |
| QString | top_directory, | |||
| MythMainWindow * | parent, | |||
| QString | window_name, | |||
| QString | theme_filename = "", |
|||
| const char * | name = 0, |
|||
| bool | setsize = true | |||
| ) |
Locates an image file dialog in the current theme.
MythImageFileDialog's expect there to be certain elements in the theme, or they will fail.
For example, we use the size of the background pixmap to define the geometry of the dialog. If the pixmap ain't there, we need to fail.
Definition at line 1893 of file mythdialogs.cpp.
| MythImageFileDialog::~MythImageFileDialog | ( | ) | [protected] |
Definition at line 2172 of file mythdialogs.cpp.
| void MythImageFileDialog::handleTreeListSelection | ( | int | type, | |
| IntVector * | ||||
| ) | [slot] |
| void MythImageFileDialog::handleTreeListEntered | ( | int | type, | |
| IntVector * | ||||
| ) | [slot] |
| void MythImageFileDialog::buildTree | ( | QString | starting_where | ) | [slot] |
| void MythImageFileDialog::buildFileList | ( | QString | directory | ) | [slot] |
| void MythImageFileDialog::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
QString* MythImageFileDialog::selected_file [private] |
Definition at line 529 of file mythdialogs.h.
Referenced by buildTree(), handleTreeListSelection(), and MythImageFileDialog().
Definition at line 530 of file mythdialogs.h.
Referenced by keyPressEvent(), and MythImageFileDialog().
GenericTree* MythImageFileDialog::root_parent [private] |
Definition at line 531 of file mythdialogs.h.
Referenced by buildTree(), MythImageFileDialog(), and ~MythImageFileDialog().
GenericTree* MythImageFileDialog::file_root [private] |
GenericTree* MythImageFileDialog::initial_node [private] |
UIImageType* MythImageFileDialog::image_box [private] |
Definition at line 534 of file mythdialogs.h.
Referenced by handleTreeListEntered(), and MythImageFileDialog().
QStringList MythImageFileDialog::image_files [private] |
Definition at line 535 of file mythdialogs.h.
Referenced by buildFileList(), buildTree(), handleTreeListEntered(), handleTreeListSelection(), and MythImageFileDialog().
QString MythImageFileDialog::initialDir [private] |
1.5.5