#include <preferencesthread.h>
Public Member Functions | |
| PreferencesWindow (MWindow *mwindow, PreferencesThread *thread, int x, int y) | |
| ~PreferencesWindow () | |
| int | create_objects () |
| int | delete_current_dialog () |
| int | set_current_dialog (int number) |
| int | update_framerate () |
Public Attributes | |
| MWindow * | mwindow |
| PreferencesThread * | thread |
| ArrayList< BC_ListBoxItem * > | categories |
| PreferencesCategory * | category |
Private Attributes | |
| PreferencesDialog * | dialog |
Definition at line 70 of file preferencesthread.h.
|
||||||||||||||||||||
|
Definition at line 298 of file preferencesthread.C. References dialog. |
|
|
Definition at line 318 of file preferencesthread.C. References categories, category, and dialog. |
|
|
Definition at line 326 of file preferencesthread.C. References categories, CATEGORIES, category, PreferencesThread::category_to_text(), PreferencesThread::current_dialog, Theme::draw_preferences_bg(), mwindow, Theme::preferencescategory_x, Theme::preferencescategory_y, set_current_dialog(), MWindow::theme, and thread. Referenced by PreferencesThread::run(). |
|
|
|
|
|
Definition at line 368 of file preferencesthread.C. References PreferencesDialog::create_objects(), PreferencesThread::current_dialog, dialog, mwindow, and thread. Referenced by create_objects(), and PreferencesCategory::handle_event(). |
|
|
Definition at line 354 of file preferencesthread.C. References EDLSession::actual_frame_rate, PreferencesThread::current_dialog, dialog, PreferencesDialog::draw_framerate(), MWindow::edl, PreferencesThread::edl, mwindow, EDL::session, and thread. Referenced by PreferencesThread::update_framerate(). |
|
|
Definition at line 86 of file preferencesthread.h. Referenced by create_objects(), and ~PreferencesWindow(). |
|
|
Definition at line 87 of file preferencesthread.h. Referenced by create_objects(), and ~PreferencesWindow(). |
|
|
Definition at line 90 of file preferencesthread.h. Referenced by PreferencesWindow(), set_current_dialog(), update_framerate(), and ~PreferencesWindow(). |
|
|
Definition at line 84 of file preferencesthread.h. Referenced by VDevicePrefs::create_buz_objs(), create_objects(), ViewTheme::create_objects(), set_current_dialog(), and update_framerate(). |
|
1.4.4