|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <luadialog.h>
Public Member Functions | |
| Dialog (std::string const &, luabridge::LuaRef) | |
| ~Dialog () | |
| int | run (lua_State *L) |
Private Types | |
| typedef std::vector< LuaDialogWidget * > | DialogWidgets |
Private Member Functions | |
| Dialog (Dialog const &) | |
| void | table_size_request (Gtk::Requisition *) |
Private Attributes | |
| ArdourDialog | _ad |
| Gtk::ScrolledWindow | _scroller |
| DialogWidgets | _widgets |
| std::string | _title |
Definition at line 88 of file luadialog.h.
|
private |
Definition at line 100 of file luadialog.h.
| LuaDialog::Dialog::Dialog | ( | std::string const & | , |
| luabridge::LuaRef | |||
| ) |
| LuaDialog::Dialog::~Dialog | ( | ) |
|
private |
| int LuaDialog::Dialog::run | ( | lua_State * | L | ) |
|
private |
|
private |
Definition at line 98 of file luadialog.h.
|
private |
Definition at line 99 of file luadialog.h.
|
private |
Definition at line 102 of file luadialog.h.
|
private |
Definition at line 101 of file luadialog.h.