Classes | |
| class | ColourSelector |
| class | wxColourPickerCtrlWidget |
| class | ColourSelectorButton |
| class | CommandButtonWidget |
| class | CommandButton |
| class | DirectorySelector |
| class | FileSelector |
| class | InputTextWidget |
| class | InputText |
| class | LayoutLine |
| class | LayoutSplit |
| Widget which splits a window into two parts. More... | |
| class | LayoutTab |
| class | RadioButtonWidget |
| class | RadioButton |
| class | SliderWidget |
| class | Slider |
| class | ColorDialog |
Typedefs | |
| typedef std::vector< double > | vectorcolour |
Functions | |
| BBTK_ADD_BLACK_BOX_TO_PACKAGE (wx, ColourSelector) | |
| BBTK_BLACK_BOX_IMPLEMENTATION (ColourSelector, bbtk::AtomicBlackBox) | |
| BBTK_BEGIN_DESCRIBE_BLACK_BOX (ColourSelector, bbtk::AtomicBlackBox) | |
| BBTK_NAME ("ColourSelector") | |
| BBTK_AUTHOR ("laurent.guigues@creatis.insa-lyon.fr") | |
| BBTK_DESCRIPTION ("Colour Selector dialog (bbfication of wxColourSelector)") | |
| BBTK_OUTPUT (ColourSelector, Out,"Colour choosen in format '[0,1] [0,1] [0,1]'", std::string,"colour") | |
| BBTK_END_DESCRIBE_BLACK_BOX (ColourSelector) | |
| BBTK_BLACK_BOX_IMPLEMENTATION (ColourSelectorButton, bbtk::WxBlackBox) | |
| BBTK_ADD_BLACK_BOX_TO_PACKAGE (wx, ColourSelectorButton) | |
| BBTK_BEGIN_DESCRIBE_BLACK_BOX (ColourSelectorButton, bbtk::WxBlackBox) | |
| BBTK_NAME ("ColourSelectorButton") | |
| BBTK_DESCRIPTION ("A button which displays a colour picker dialog when clicked") | |
| BBTK_INPUT (ColourSelectorButton, In,"Initial colour", std::string,"colour") | |
| BBTK_OUTPUT (ColourSelectorButton, Out,"Colour choosen in format '[0,1] [0,1] [0,1]'", std::string,"colour") | |
| BBTK_END_DESCRIBE_BLACK_BOX (ColourSelectorButton) | |
| BBTK_ADD_BLACK_BOX_TO_PACKAGE (wx, CommandButton) | |
| BBTK_BLACK_BOX_IMPLEMENTATION (CommandButton, bbtk::WxBlackBox) | |
| BBTK_BEGIN_DESCRIBE_BLACK_BOX (CommandButton, bbtk::WxBlackBox) | |
| BBTK_NAME ("CommandButton") | |
| BBTK_AUTHOR ("eduardo.davila@creatis.insa-lyon.fr") | |
| BBTK_DESCRIPTION ("Button which executes bbi commands") | |
| BBTK_INPUT (CommandButton, In,"Commands to be executed separated by commas (;). Each single quote (') is replaced by a double quote (\").", std::string,"") | |
| BBTK_INPUT (CommandButton, Label,"Label of the button", std::string,"") | |
| BBTK_INPUT (CommandButton, Colour,"Colour of the button (-1 -1 -1 Background)", vectorcolour,"colour") | |
| BBTK_END_DESCRIBE_BLACK_BOX (CommandButton) | |
| BBTK_ADD_BLACK_BOX_TO_PACKAGE (wx, DirectorySelector) | |
| BBTK_BLACK_BOX_IMPLEMENTATION (DirectorySelector, bbtk::AtomicBlackBox) | |
| BBTK_BEGIN_DESCRIBE_BLACK_BOX (DirectorySelector, bbtk::AtomicBlackBox) | |
| BBTK_NAME ("DirectorySelector") | |
| BBTK_CATEGORY ("widget") | |
| BBTK_DESCRIPTION ("Pops up a directory selection dialog (wxDirDialog)") | |
| BBTK_INPUT (DirectorySelector, Title,"Title of the dialog", std::string,"directory name") | |
| BBTK_INPUT (DirectorySelector, Message,"Message to show on the dialog", std::string,"") | |
| BBTK_INPUT (DirectorySelector, DefaultDir,"The default directory", std::string,"directory name") | |
| BBTK_OUTPUT (DirectorySelector, Out,"The directory selected by the user", std::string,"directory name") | |
| BBTK_END_DESCRIBE_BLACK_BOX (DirectorySelector) | |
| BBTK_ADD_BLACK_BOX_TO_PACKAGE (wx, FileSelector) | |
| BBTK_BLACK_BOX_IMPLEMENTATION (FileSelector, bbtk::AtomicBlackBox) | |
| BBTK_BEGIN_DESCRIBE_BLACK_BOX (FileSelector, bbtk::AtomicBlackBox) | |
| BBTK_NAME ("FileSelector") | |
| BBTK_DESCRIPTION ("Pops up a file selection dialog for reading or saving (wxFileDialog)") | |
| BBTK_INPUT (FileSelector, Title,"Title of the dialog", std::string,"") | |
| BBTK_INPUT (FileSelector, Message,"Message to show on the dialog", std::string,"") | |
| BBTK_INPUT (FileSelector, DefaultDir,"The default directory", std::string,"") | |
| BBTK_INPUT (FileSelector, DefaultFile,"The default filename", std::string,"file name") | |
| BBTK_INPUT (FileSelector, Wildcard,"A wildcard, such as \"*.*\" or \"BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif\"", std::string,"wildcard") | |
| BBTK_INPUT (FileSelector, OpenSave,"Open for an open dialog (default) / Save for a save dialog", std::string,"") | |
| BBTK_OUTPUT (FileSelector, Out,"The file selected by the user", std::string,"file name") | |
| BBTK_END_DESCRIBE_BLACK_BOX (FileSelector) | |
| BBTK_ADD_BLACK_BOX_TO_PACKAGE (wx, InputText) | |
| BBTK_BLACK_BOX_IMPLEMENTATION (InputText, bbtk::WxBlackBox) | |
| BBTK_BEGIN_DESCRIBE_BLACK_BOX (InputText, bbtk::WxBlackBox) | |
| BBTK_NAME ("InputText") | |
| BBTK_AUTHOR ("laurent guigues at creatis.insa-lyon.fr") | |
| BBTK_DESCRIPTION ("A zone in which the user can enter a text (wxTextCtrl)") | |
| BBTK_INPUT (InputText, In,"Initial text (default '')", std::string,"") | |
| BBTK_INPUT (InputText, Title,"Title of the input zone (default '') ", std::string,"") | |
| BBTK_OUTPUT (InputText, Out,"Current text", std::string,"") | |
| BBTK_END_DESCRIBE_BLACK_BOX (InputText) | |
| BBTK_ADD_BLACK_BOX_TO_PACKAGE (wx, LayoutLine) | |
| BBTK_BLACK_BOX_IMPLEMENTATION (LayoutLine, bbtk::WxBlackBox) | |
| BBTK_BEGIN_DESCRIBE_BLACK_BOX (LayoutLine, bbtk::WxBlackBox) | |
| BBTK_NAME ("LayoutLine") | |
| BBTK_DESCRIPTION ("LayoutLine widget (wxBoxSizer)") | |
| BBTK_INPUT (LayoutLine, Widget1,"widget 1", wxWindow *,"") | |
| BBTK_INPUT (LayoutLine, Widget2,"widget 2", wxWindow *,"") | |
| BBTK_INPUT (LayoutLine, Widget3,"widget 3", wxWindow *,"") | |
| BBTK_INPUT (LayoutLine, Widget4,"widget 4", wxWindow *,"") | |
| BBTK_INPUT (LayoutLine, Widget5,"widget 5", wxWindow *,"") | |
| BBTK_INPUT (LayoutLine, Widget6,"widget 6", wxWindow *,"") | |
| BBTK_INPUT (LayoutLine, Widget7,"widget 7", wxWindow *,"") | |
| BBTK_INPUT (LayoutLine, Widget8,"widget 8", wxWindow *,"") | |
| BBTK_INPUT (LayoutLine, Widget9,"widget 9", wxWindow *,"") | |
| BBTK_INPUT (LayoutLine, Orientation,"Orientation (default V), 0=H=HORIZONTAL , 1=V=VERTICAL", std::string,"") | |
| BBTK_END_DESCRIBE_BLACK_BOX (LayoutLine) | |
| BBTK_ADD_BLACK_BOX_TO_PACKAGE (wx, LayoutSplit) | |
| BBTK_BLACK_BOX_IMPLEMENTATION (LayoutSplit, bbtk::WxBlackBox) | |
| BBTK_BEGIN_DESCRIBE_BLACK_BOX (LayoutSplit, bbtk::WxBlackBox) | |
| BBTK_NAME ("LayoutSplit") | |
| BBTK_DESCRIPTION ("Widget which splits a window in two fixed size parts (wxSplitterWindow)") | |
| BBTK_INPUT (LayoutSplit, Widget1,"Upper or left widget", wxWindow *,"") | |
| BBTK_INPUT (LayoutSplit, Widget2,"Lower or right widget", wxWindow *,"") | |
| BBTK_INPUT (LayoutSplit, Orientation,"Orientation (default H), 0=H=HORIZONTAL , 1=V=VERTICAL", std::string,"") | |
| BBTK_INPUT (LayoutSplit, Proportion,"Proportion (in percent) of the first children in the window", int,"") | |
| BBTK_END_DESCRIBE_BLACK_BOX (LayoutSplit) | |
| BBTK_ADD_BLACK_BOX_TO_PACKAGE (wx, LayoutTab) | |
| BBTK_BLACK_BOX_IMPLEMENTATION (LayoutTab, bbtk::WxBlackBox) | |
| BBTK_BEGIN_DESCRIBE_BLACK_BOX (LayoutTab, bbtk::WxBlackBox) | |
| BBTK_NAME ("LayoutTab") | |
| BBTK_DESCRIPTION ("LayoutTab widget (wxNotebook) The label of each 'note book' will be the name of the object it contains") | |
| BBTK_INPUT (LayoutTab, Widget1,"widget 1", wxWindow *,"") | |
| BBTK_INPUT (LayoutTab, Widget2,"widget 2", wxWindow *,"") | |
| BBTK_INPUT (LayoutTab, Widget3,"widget 3", wxWindow *,"") | |
| BBTK_INPUT (LayoutTab, Widget4,"widget 4", wxWindow *,"") | |
| BBTK_INPUT (LayoutTab, Widget5,"widget 5", wxWindow *,"") | |
| BBTK_INPUT (LayoutTab, Widget6,"widget 6", wxWindow *,"") | |
| BBTK_INPUT (LayoutTab, Widget7,"widget 7", wxWindow *,"") | |
| BBTK_INPUT (LayoutTab, Widget8,"widget 8", wxWindow *,"") | |
| BBTK_INPUT (LayoutTab, Widget9,"widget 9", wxWindow *,"") | |
| BBTK_INPUT (LayoutTab, Orientation,"Orientation (default T), 0=T=TOP , 1=R=RIGHT , 2=B=BOTTON , 3=L=LEFT ", std::string,"") | |
| BBTK_END_DESCRIBE_BLACK_BOX (LayoutTab) | |
| BBTK_ADD_BLACK_BOX_TO_PACKAGE (wx, RadioButton) | |
| BBTK_BLACK_BOX_IMPLEMENTATION (RadioButton, bbtk::WxBlackBox) | |
| BBTK_BEGIN_DESCRIBE_BLACK_BOX (RadioButton, bbtk::WxBlackBox) | |
| BBTK_NAME ("RadioButton") | |
| BBTK_DESCRIPTION ("RadioButton group widget 0-9 entries") | |
| BBTK_INPUT (RadioButton, In,"Set initial item", int,"") | |
| BBTK_INPUT (RadioButton, In0,"option 0", std::string,"") | |
| BBTK_INPUT (RadioButton, In1,"option 1", std::string,"") | |
| BBTK_INPUT (RadioButton, In2,"option 2", std::string,"") | |
| BBTK_INPUT (RadioButton, In3,"option 3", std::string,"") | |
| BBTK_INPUT (RadioButton, In4,"option 4", std::string,"") | |
| BBTK_INPUT (RadioButton, In5,"option 5", std::string,"") | |
| BBTK_INPUT (RadioButton, In6,"option 6", std::string,"") | |
| BBTK_INPUT (RadioButton, In7,"option 7", std::string,"") | |
| BBTK_INPUT (RadioButton, In8,"option 8", std::string,"") | |
| BBTK_INPUT (RadioButton, In9,"option 9", std::string,"") | |
| BBTK_INPUT (RadioButton, Title,"Title of the widget (default '') ", std::string,"") | |
| BBTK_OUTPUT (RadioButton, Out,"Item selected", int,"") | |
| BBTK_END_DESCRIBE_BLACK_BOX (RadioButton) | |
| BBTK_BLACK_BOX_IMPLEMENTATION (Slider, bbtk::WxBlackBox) | |
| BBTK_ADD_BLACK_BOX_TO_PACKAGE (wx, Slider) | |
| BBTK_BEGIN_DESCRIBE_BLACK_BOX (Slider, bbtk::WxBlackBox) | |
| BBTK_NAME ("Slider") | |
| BBTK_DESCRIPTION ("Slider widget (wxSlider)") | |
| BBTK_INPUT (Slider, In,"Initial position of the slider (default 0)", int,"") | |
| BBTK_INPUT (Slider, Min,"Minimum value of the slider (default 0)", int,"") | |
| BBTK_INPUT (Slider, Max,"Maximum value of the slider (default 500)", int,"") | |
| BBTK_INPUT (Slider, Label,"Show slider labels ? (default FALSE) ", bool,"") | |
| BBTK_INPUT (Slider, Title,"Title shown above the slider (default '') ", std::string,"") | |
| BBTK_INPUT (Slider, Orientation,"Orientation : (default H) 0=H=HORIZONTAL, 1=V=VERTICAL ", std::string,"") | |
| BBTK_INPUT (Slider, ChangeResolution,"Can the user change the resolution of the slider ? (default FALSE) ", bool,"") | |
| BBTK_INPUT (Slider, ReactiveOnTrack,"Slider sends info when track moves (default 0 = no)", int,"") | |
| BBTK_OUTPUT (Slider, Out,"Current position of the slider", int,"") | |
| BBTK_END_DESCRIBE_BLACK_BOX (Slider) | |
| typedef std::vector<double> bbwx::vectorcolour |
Definition at line 109 of file bbwxCommandButton.h.
| bbwx::BBTK_ADD_BLACK_BOX_TO_PACKAGE | ( | wx | , | |
| Slider | ||||
| ) |
| bbwx::BBTK_ADD_BLACK_BOX_TO_PACKAGE | ( | wx | , | |
| RadioButton | ||||
| ) |
| bbwx::BBTK_ADD_BLACK_BOX_TO_PACKAGE | ( | wx | , | |
| LayoutTab | ||||
| ) |
| bbwx::BBTK_ADD_BLACK_BOX_TO_PACKAGE | ( | wx | , | |
| LayoutSplit | ||||
| ) |
| bbwx::BBTK_ADD_BLACK_BOX_TO_PACKAGE | ( | wx | , | |
| LayoutLine | ||||
| ) |
| bbwx::BBTK_ADD_BLACK_BOX_TO_PACKAGE | ( | wx | , | |
| InputText | ||||
| ) |
| bbwx::BBTK_ADD_BLACK_BOX_TO_PACKAGE | ( | wx | , | |
| FileSelector | ||||
| ) |
| bbwx::BBTK_ADD_BLACK_BOX_TO_PACKAGE | ( | wx | , | |
| DirectorySelector | ||||
| ) |
| bbwx::BBTK_ADD_BLACK_BOX_TO_PACKAGE | ( | wx | , | |
| CommandButton | ||||
| ) |
| bbwx::BBTK_ADD_BLACK_BOX_TO_PACKAGE | ( | wx | , | |
| ColourSelectorButton | ||||
| ) |
| bbwx::BBTK_ADD_BLACK_BOX_TO_PACKAGE | ( | wx | , | |
| ColourSelector | ||||
| ) |
| bbwx::BBTK_AUTHOR | ( | "laurent guigues at creatis.insa-lyon.fr" | ) |
| bbwx::BBTK_AUTHOR | ( | "eduardo.davila@creatis.insa-lyon.fr" | ) |
| bbwx::BBTK_AUTHOR | ( | "laurent.guigues@creatis.insa-lyon.fr" | ) |
| bbwx::BBTK_BEGIN_DESCRIBE_BLACK_BOX | ( | Slider | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BEGIN_DESCRIBE_BLACK_BOX | ( | RadioButton | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BEGIN_DESCRIBE_BLACK_BOX | ( | LayoutTab | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BEGIN_DESCRIBE_BLACK_BOX | ( | LayoutSplit | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BEGIN_DESCRIBE_BLACK_BOX | ( | LayoutLine | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BEGIN_DESCRIBE_BLACK_BOX | ( | InputText | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BEGIN_DESCRIBE_BLACK_BOX | ( | FileSelector | , | |
| bbtk::AtomicBlackBox | ||||
| ) |
| bbwx::BBTK_BEGIN_DESCRIBE_BLACK_BOX | ( | DirectorySelector | , | |
| bbtk::AtomicBlackBox | ||||
| ) |
| bbwx::BBTK_BEGIN_DESCRIBE_BLACK_BOX | ( | CommandButton | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BEGIN_DESCRIBE_BLACK_BOX | ( | ColourSelectorButton | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BEGIN_DESCRIBE_BLACK_BOX | ( | ColourSelector | , | |
| bbtk::AtomicBlackBox | ||||
| ) |
| bbwx::BBTK_BLACK_BOX_IMPLEMENTATION | ( | Slider | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BLACK_BOX_IMPLEMENTATION | ( | RadioButton | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BLACK_BOX_IMPLEMENTATION | ( | LayoutTab | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BLACK_BOX_IMPLEMENTATION | ( | LayoutSplit | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BLACK_BOX_IMPLEMENTATION | ( | LayoutLine | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BLACK_BOX_IMPLEMENTATION | ( | InputText | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BLACK_BOX_IMPLEMENTATION | ( | FileSelector | , | |
| bbtk::AtomicBlackBox | ||||
| ) |
| bbwx::BBTK_BLACK_BOX_IMPLEMENTATION | ( | DirectorySelector | , | |
| bbtk::AtomicBlackBox | ||||
| ) |
| bbwx::BBTK_BLACK_BOX_IMPLEMENTATION | ( | CommandButton | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BLACK_BOX_IMPLEMENTATION | ( | ColourSelectorButton | , | |
| bbtk::WxBlackBox | ||||
| ) |
| bbwx::BBTK_BLACK_BOX_IMPLEMENTATION | ( | ColourSelector | , | |
| bbtk::AtomicBlackBox | ||||
| ) |
| bbwx::BBTK_CATEGORY | ( | "widget" | ) |
| bbwx::BBTK_DESCRIPTION | ( | "Slider widget (wxSlider)" | ) |
| bbwx::BBTK_DESCRIPTION | ( | "RadioButton group widget 0-9 entries" | ) |
| bbwx::BBTK_DESCRIPTION | ( | "LayoutTab widget (wxNotebook) The label of each 'note book' will be the name of the object it contains" | ) |
| bbwx::BBTK_DESCRIPTION | ( | "Widget which splits a window in two fixed size parts (wxSplitterWindow)" | ) |
| bbwx::BBTK_DESCRIPTION | ( | "LayoutLine widget (wxBoxSizer)" | ) |
| bbwx::BBTK_DESCRIPTION | ( | "A zone in which the user can enter a text (wxTextCtrl)" | ) |
| bbwx::BBTK_DESCRIPTION | ( | "Pops up a file selection dialog for reading or saving (wxFileDialog)" | ) |
| bbwx::BBTK_DESCRIPTION | ( | "Pops up a directory selection dialog (wxDirDialog)" | ) |
| bbwx::BBTK_DESCRIPTION | ( | "Button which executes bbi commands" | ) |
| bbwx::BBTK_DESCRIPTION | ( | "A button which displays a colour picker dialog when clicked" | ) |
| bbwx::BBTK_DESCRIPTION | ( | "Colour Selector dialog (bbfication of wxColourSelector)" | ) |
| bbwx::BBTK_END_DESCRIBE_BLACK_BOX | ( | Slider | ) |
| bbwx::BBTK_END_DESCRIBE_BLACK_BOX | ( | RadioButton | ) |
| bbwx::BBTK_END_DESCRIBE_BLACK_BOX | ( | LayoutTab | ) |
| bbwx::BBTK_END_DESCRIBE_BLACK_BOX | ( | LayoutSplit | ) |
| bbwx::BBTK_END_DESCRIBE_BLACK_BOX | ( | LayoutLine | ) |
| bbwx::BBTK_END_DESCRIBE_BLACK_BOX | ( | InputText | ) |
| bbwx::BBTK_END_DESCRIBE_BLACK_BOX | ( | FileSelector | ) |
| bbwx::BBTK_END_DESCRIBE_BLACK_BOX | ( | DirectorySelector | ) |
| bbwx::BBTK_END_DESCRIBE_BLACK_BOX | ( | CommandButton | ) |
| bbwx::BBTK_END_DESCRIBE_BLACK_BOX | ( | ColourSelectorButton | ) |
| bbwx::BBTK_END_DESCRIBE_BLACK_BOX | ( | ColourSelector | ) |
| bbwx::BBTK_INPUT | ( | Slider | , | |
| ReactiveOnTrack | , | |||
| "Slider sends info when track moves (default 0 = no)" | , | |||
| int | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | Slider | , | |
| ChangeResolution | , | |||
| "Can the user change the resolution of the slider ? (default FALSE) " | , | |||
| bool | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | Slider | , | |
| Orientation | , | |||
| "Orientation : (default H) | 0 = H=HORIZONTAL | |||
| ) |
| bbwx::BBTK_INPUT | ( | Slider | , | |
| Title | , | |||
| "Title shown above the slider (default '') " | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | Slider | , | |
| Label | , | |||
| "Show slider labels ? (default FALSE) " | , | |||
| bool | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | Slider | , | |
| Max | , | |||
| "Maximum value of the slider (default 500)" | , | |||
| int | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | Slider | , | |
| Min | , | |||
| "Minimum value of the slider (default 0)" | , | |||
| int | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | Slider | , | |
| In | , | |||
| "Initial position of the slider (default 0)" | , | |||
| int | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | RadioButton | , | |
| Title | , | |||
| "Title of the widget (default '') " | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | RadioButton | , | |
| In9 | , | |||
| "option 9" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | RadioButton | , | |
| In8 | , | |||
| "option 8" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | RadioButton | , | |
| In7 | , | |||
| "option 7" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | RadioButton | , | |
| In6 | , | |||
| "option 6" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | RadioButton | , | |
| In5 | , | |||
| "option 5" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | RadioButton | , | |
| In4 | , | |||
| "option 4" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | RadioButton | , | |
| In3 | , | |||
| "option 3" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | RadioButton | , | |
| In2 | , | |||
| "option 2" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | RadioButton | , | |
| In1 | , | |||
| "option 1" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | RadioButton | , | |
| In0 | , | |||
| "option 0" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | RadioButton | , | |
| In | , | |||
| "Set initial item" | , | |||
| int | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutTab | , | |
| Orientation | , | |||
| "Orientation | default T, | |||
| 0 | = T=TOP, |
|||
| 1 | = R=RIGHT, |
|||
| 2 | = B=BOTTON | |||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutTab | , | |
| Widget9 | , | |||
| "widget 9" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutTab | , | |
| Widget8 | , | |||
| "widget 8" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutTab | , | |
| Widget7 | , | |||
| "widget 7" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutTab | , | |
| Widget6 | , | |||
| "widget 6" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutTab | , | |
| Widget5 | , | |||
| "widget 5" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutTab | , | |
| Widget4 | , | |||
| "widget 4" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutTab | , | |
| Widget3 | , | |||
| "widget 3" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutTab | , | |
| Widget2 | , | |||
| "widget 2" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutTab | , | |
| Widget1 | , | |||
| "widget 1" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutSplit | , | |
| Proportion | , | |||
| "Proportion (in percent) of the first children in the window" | , | |||
| int | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutSplit | , | |
| Orientation | , | |||
| "Orientation | default H, | |||
| 0 | = H=HORIZONTAL | |||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutSplit | , | |
| Widget2 | , | |||
| "Lower or right widget" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutSplit | , | |
| Widget1 | , | |||
| "Upper or left widget" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutLine | , | |
| Orientation | , | |||
| "Orientation | default V, | |||
| 0 | = H=HORIZONTAL | |||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutLine | , | |
| Widget9 | , | |||
| "widget 9" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutLine | , | |
| Widget8 | , | |||
| "widget 8" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutLine | , | |
| Widget7 | , | |||
| "widget 7" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutLine | , | |
| Widget6 | , | |||
| "widget 6" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutLine | , | |
| Widget5 | , | |||
| "widget 5" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutLine | , | |
| Widget4 | , | |||
| "widget 4" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutLine | , | |
| Widget3 | , | |||
| "widget 3" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutLine | , | |
| Widget2 | , | |||
| "widget 2" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | LayoutLine | , | |
| Widget1 | , | |||
| "widget 1" | , | |||
| wxWindow * | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | InputText | , | |
| Title | , | |||
| "Title of the input zone (default '') " | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | InputText | , | |
| In | , | |||
| "Initial text (default '')" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | FileSelector | , | |
| OpenSave | , | |||
| "Open for an open dialog (default) / Save for a save dialog" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | FileSelector | , | |
| Wildcard | , | |||
| "A | wildcard, | |||
| such as\"*.*\" or \"BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif\"" | , | |||
| std::string | , | |||
| "wildcard" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | FileSelector | , | |
| DefaultFile | , | |||
| "The default filename" | , | |||
| std::string | , | |||
| "file name" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | FileSelector | , | |
| DefaultDir | , | |||
| "The default directory" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | FileSelector | , | |
| Message | , | |||
| "Message to show on the dialog" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | FileSelector | , | |
| Title | , | |||
| "Title of the dialog" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | DirectorySelector | , | |
| DefaultDir | , | |||
| "The default directory" | , | |||
| std::string | , | |||
| "directory name" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | DirectorySelector | , | |
| Message | , | |||
| "Message to show on the dialog" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | DirectorySelector | , | |
| Title | , | |||
| "Title of the dialog" | , | |||
| std::string | , | |||
| "directory name" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | CommandButton | , | |
| Colour | , | |||
| "Colour of the button (-1 -1 -1 Background)" | , | |||
| vectorcolour | , | |||
| "colour" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | CommandButton | , | |
| Label | , | |||
| "Label of the button" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | CommandButton | , | |
| In | , | |||
| "Commands to be executed separated by commas (;). Each single quote (') is replaced by a double quote (\")." | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_INPUT | ( | ColourSelectorButton | , | |
| In | , | |||
| "Initial colour" | , | |||
| std::string | , | |||
| "colour" | ||||
| ) |
| bbwx::BBTK_NAME | ( | "Slider" | ) |
| bbwx::BBTK_NAME | ( | "RadioButton" | ) |
| bbwx::BBTK_NAME | ( | "LayoutTab" | ) |
| bbwx::BBTK_NAME | ( | "LayoutSplit" | ) |
| bbwx::BBTK_NAME | ( | "LayoutLine" | ) |
| bbwx::BBTK_NAME | ( | "InputText" | ) |
| bbwx::BBTK_NAME | ( | "FileSelector" | ) |
| bbwx::BBTK_NAME | ( | "DirectorySelector" | ) |
| bbwx::BBTK_NAME | ( | "CommandButton" | ) |
| bbwx::BBTK_NAME | ( | "ColourSelectorButton" | ) |
| bbwx::BBTK_NAME | ( | "ColourSelector" | ) |
| bbwx::BBTK_OUTPUT | ( | Slider | , | |
| Out | , | |||
| "Current position of the slider" | , | |||
| int | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_OUTPUT | ( | RadioButton | , | |
| Out | , | |||
| "Item selected" | , | |||
| int | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_OUTPUT | ( | InputText | , | |
| Out | , | |||
| "Current text" | , | |||
| std::string | , | |||
| "" | ||||
| ) |
| bbwx::BBTK_OUTPUT | ( | FileSelector | , | |
| Out | , | |||
| "The file selected by the user" | , | |||
| std::string | , | |||
| "file name" | ||||
| ) |
| bbwx::BBTK_OUTPUT | ( | DirectorySelector | , | |
| Out | , | |||
| "The directory selected by the user" | , | |||
| std::string | , | |||
| "directory name" | ||||
| ) |
| bbwx::BBTK_OUTPUT | ( | ColourSelectorButton | , | |
| Out | , | |||
| "Colour choosen in format ' '" | [0, 1][0, 1][0, 1], | |||
| std::string | , | |||
| "colour" | ||||
| ) |
| bbwx::BBTK_OUTPUT | ( | ColourSelector | , | |
| Out | , | |||
| "Colour choosen in format ' '" | [0, 1][0, 1][0, 1], | |||
| std::string | , | |||
| "colour" | ||||
| ) |
1.5.6