#include <browsebutton.h>
Inheritance diagram for BrowseButton:

Public Member Functions | |
| BrowseButton (MWindow *mwindow, BC_WindowBase *parent_window, BC_TextBox *textbox, int x, int y, char *init_directory, char *title, char *caption, int want_directory=0, const char *recent_prefix=NULL) | |
| ~BrowseButton () | |
| int | handle_event () |
| void | run () |
Public Attributes | |
| int | want_directory |
| char | result [1024] |
| char * | title |
| char * | caption |
| char * | init_directory |
| BC_TextBox * | textbox |
| MWindow * | mwindow |
| BC_WindowBase * | parent_window |
| BrowseButtonWindow * | gui |
| Mutex * | startup_lock |
| int | x |
| int | y |
| const char * | recent_prefix |
Definition at line 11 of file browsebutton.h.
|
||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 10 of file browsebutton.C. References _, gui, and startup_lock. |
|
|
Definition at line 36 of file browsebutton.C. References gui, and startup_lock. |
|
|
Definition at line 50 of file browsebutton.C. References gui, parent_window, startup_lock, x, and y. |
|
|
Definition at line 73 of file browsebutton.C. References caption, gui, mwindow, parent_window, startup_lock, textbox, title, and want_directory. |
|
|
Definition at line 31 of file browsebutton.h. Referenced by run(). |
|
|
Definition at line 36 of file browsebutton.h. Referenced by BrowseButton(), handle_event(), run(), and ~BrowseButton(). |
|
|
Definition at line 32 of file browsebutton.h. |
|
|
Definition at line 34 of file browsebutton.h. Referenced by run(). |
|
|
Definition at line 35 of file browsebutton.h. Referenced by handle_event(), and run(). |
|
|
Definition at line 39 of file browsebutton.h. |
|
|
Definition at line 29 of file browsebutton.h. |
|
|
Definition at line 37 of file browsebutton.h. Referenced by BrowseButton(), handle_event(), run(), and ~BrowseButton(). |
|
|
Definition at line 33 of file browsebutton.h. Referenced by run(). |
|
|
Definition at line 30 of file browsebutton.h. Referenced by run(). |
|
|
Definition at line 28 of file browsebutton.h. Referenced by run(). |
|
|
Definition at line 38 of file browsebutton.h. Referenced by handle_event(). |
|
|
Definition at line 38 of file browsebutton.h. Referenced by handle_event(). |
1.4.4