Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Public Member Functions | |
GuiOfAttrPresetButton (GuiWidget &parent, const int &x, const int &y, const int &w, const int &h, OfAttrHandle attr, const int &attr_index=0) | |
GuiOfAttrPresetButton (GuiWidget &parent, const int &x, const int &y, const int &w, const int &h, const int &attr_index=0) | |
virtual void | update_from_attr () |
void | set_gui_of_attr (const OfAttrHandle attr, const int &attr_index, const bool &update_from_attr=true) |
CoreString | get_value () |
virtual CoreString | get_value_as_string () |
![]() | |
GuiListButton (GuiWidget &parent, const int &x, const int &y, const int &w, const int &h) | |
void | draw_text (GuiWidgetDc &dc, const CoreString &text, const int &x, const int &y, const unsigned int &w, const unsigned int &h, const unsigned char &r, const unsigned char &g, const unsigned char &b, const GuiWidget::Justify &justification=GuiWidget::JUSTIFY_CENTER, bool strikeout=false) |
virtual void | draw (GuiDc &dc) override |
This is the main drawing method of the widget. | |
virtual void | show_menu () |
virtual int | process_event (const CoreString &event_id) override |
This method is called whenever an event happens on this widget. Override this to catch and process them. | |
const GuiMenu & | get_menu () const |
GuiMenu & | get_menu () |
void * | get_selected_item_data () const |
const CoreString & | get_selected_item_name () const |
const CoreString & | get_selected_item_label () const |
const int & | get_selected_item_index () const |
void | set_selected_item_by_index (const int &item) |
bool | set_selected_item_by_name (const CoreString &name) |
void | select_item_index (const int &item) |
void | set_exclusive (bool exclusive) |
void | get_all_selected_data (CoreVector< void * > &data) const |
void | get_all_selected_names (CoreVector< CoreString > &names) const |
CoreString | get_all_selected_names () const |
names returned as a single string of identifiers with space separator | |
void | get_all_selected_indices (CoreVector< int > &data) const |
bool | set_selected_items_by_name (const CoreString &list_of_names) |
Quietly selects. | |
void | select_items_by_name (const CoreString &list_of_names) |
Sets the current selection, and issues an event, names given as a single string of identifiers with space separator. | |
bool | is_item_separator (const unsigned int &index) const |
bool | is_item_selected (const unsigned int &index) const |
unsigned int | add_item (const CoreString &name, const bool &is_selected=false, const GuiIcon *icon=0, void *data=0, GuiListButtonItem *submenu=0) |
unsigned int | add_hinted_item (const CoreString &name, const bool &hinted, const bool &is_selected=false, const GuiIcon *icon=0, void *data=0, GuiListButtonItem *submenu=0) |
GuiListButtonItem * | add_submenu (const CoreString &name, const GuiImage *icon=0) |
void | add_separator (const CoreString &label="") |
void * | get_item_data (const unsigned int &index) const |
const CoreString & | get_item_name (const unsigned int &index) const |
void | set_item_name (const unsigned int &index, const CoreString &name) |
const GuiImage * | get_item_icon (const unsigned int &index) const |
const CoreVector< const GuiImage * > & | get_item_icons (const unsigned int &index) const |
void | set_item_icon (const unsigned int &index, const GuiImage *icon) |
void | set_item_icon (const unsigned int &index, const GuiIcon *icon) |
void | set_item_icons (const unsigned int &index, const CoreVector< const GuiImage * > &icons) |
void | set_item_icons (const unsigned int &index, const CoreVector< const GuiIcon * > &icons) |
void | set_item_hint (const unsigned int &index, const bool &hint) |
void | set_item_doc (const unsigned int &index, const CoreString &doc) |
void | set_item_strikeout (const unsigned int &index, bool strikeout) |
const unsigned int & | get_item_count () const |
void | remove_all () |
void | remove_item (unsigned int index) |
void | sort_items () |
void | set_undefined_label (const CoreString &label) |
const Style & | get_style () const |
void | set_style (const Style &style) |
void | set_ellipsis (const TextEllipsis &value) |
const TextEllipsis & | get_ellipsis () const |
void | set_item_style (ItemStyle style) |
void | set_roundness (const GuiWidget::Roundness &roundness) |
const GuiWidget::Roundness & | get_roundness () const |
void | set_single_icon (const GuiImage *icon) |
void | set_single_icon (const GuiIcon *icon) |
void | hide_button_text () |
![]() | |
GuiWidget (GuiWidget &parent, const int &x, const int &y, const int &w, const int &h) | |
GuiWidget (GuiApp &app, const int &x, const int &y, const int &w, const int &h) | |
virtual void | load_settings (const ParserGroup &settings) |
virtual void | save_settings (ParserGroup &settings) |
void | destroy () |
virtual bool | is_shown () const |
bool | is_hidden () const |
bool | is_recursive_destroyed () const |
const bool & | is_destroyed () const |
virtual void | show () |
virtual void | hide () |
virtual GuiWidget * | get_parent () const |
const GuiWindow * | get_root_window () const |
virtual void | set_parent (GuiWidget *parent) |
GuiWindow * | get_window () const |
const int & | get_width () const |
const int & | get_height () const |
const int & | get_x () const |
const int & | get_y () const |
void | set_width (int width) |
void | set_height (int height) |
virtual const GMathVec2i & | get_size () const |
void | set_size (int x, int y, int w, int h) |
void | set_position (const int &x, const int &y, bool origin=true) |
sets position , leave size unchanged. | |
virtual const GMathVec2i & | get_position () const |
void | set_mouse_cursor (const Gui::MouseCursorId &cursor) |
const Gui::MouseCursorId & | get_mouse_cursor () const |
void | set_font (const GuiFont &font) |
GuiFont & | get_font () const |
const CoreString & | get_tooltip () const |
virtual void | set_tooltip (const CoreString &tooltip) |
void | force_tooltip () |
virtual bool | is_enabled () const |
virtual void | enable () |
Activate the widget. | |
virtual void | disable () |
Deativate the widget. | |
bool | is_active () const |
Get the active state of the widget, without taking the parents into account. | |
void | set_enable (bool enable) |
Set the active state of this widget. | |
virtual GuiColorScheme & | get_color_scheme () const |
void | set_color (const GuiColorScheme::Group &group, const GuiColorScheme::Role &role, const unsigned char &r, const unsigned char &g, const unsigned char &b) |
void | set_color (const GuiColorScheme::Group &group, const GuiColorScheme::Role &role, const GMathVec3uc &color) |
void | get_color (const GuiColorScheme::Group &group, const GuiColorScheme::Role &role, unsigned char &r, unsigned char &g, unsigned char &b) const |
const GMathVec3uc & | get_color (const GuiColorScheme::Group &group, const GuiColorScheme::Role &role) const |
GMathVec3uc | get_highlighted_color (const GMathVec3uc &, const float &factor=1.2f, const bool &keep_max_gap=true) const |
bool | is_entered () const |
virtual void | set_focus () |
bool | children_has_focus (GuiWidget *widget) const |
bool | has_focus () const |
void | lose_focus () |
bool | is_focus_receiver () const |
void | set_focus_receiver (const bool &receiver) |
bool | is_key_receiver () const |
void | set_key_receiver (const bool &receiver) |
virtual void | redraw () |
This will ask the widget to be drawn again. | |
virtual CtxDraw * | get_draw_ctx () const |
Return the drawing context needed by ModuleTool to draw in the widget. | |
virtual void | widget_update () |
This method is called just before draw() if set_is_dirty() has been called before. | |
void | set_is_dirty (const bool &value=true) |
bool | get_is_dirty () |
returns if widget is dirty or not. | |
void | compute_children_bbox (GMathVec2i &lo, GMathVec2i &hi) const |
const CoreVector< GuiWidget * > & | get_children () const |
GuiApp & | get_application () const |
GuiAction * | register_action (const CoreString &name, GuiAction::Function function, const CoreString &shortcut, const CoreString &tooltip="", void *data=0, const GuiImage *icon=0) |
const CoreVector< GuiAction * > & | get_actions () const |
GuiAction * | get_action (const CoreString &name) const |
void | get_actions_recursively (CoreVector< GuiAction * > &actions) const |
void | remove_action (GuiAction *action, bool delete_it) |
void | remove_all_actions () |
void | register_hotkey (const CoreString &shortcut, const CoreString &tooltip) |
const CoreVector< Hotkey > & | get_hotkeys () const |
void | get_hotkeys_recursively (CoreVector< Hotkey > &hotkeys) const |
const int & | get_top_offset () const |
const int & | get_bottom_offset () const |
const int & | get_left_offset () const |
const int & | get_right_offset () const |
const Constraint & | get_top_constraint () const |
const Constraint & | get_bottom_constraint () const |
const Constraint & | get_left_constraint () const |
const Constraint & | get_right_constraint () const |
virtual void | set_constraints (const Constraint &left, const Constraint &top, const Constraint &right, const Constraint &bottom) |
void | set_active_constraints (const bool &active) |
virtual const bool & | is_active_constraints () const |
void | set_recursive_constraints (const bool &recursive) |
virtual const bool & | is_recursive_constraints () const |
virtual void | resize (const int &x, const int &y, const int &w, const int &h) |
void | disable_clipping () |
void | enable_clipping () |
void | get_clip_region (int &x, int &y, int &w, int &h) const |
virtual void | set_clip_region (const int &x, const int &y, const int &w, const int &h) |
const bool & | is_clipping_enabled () const |
void | bring_to_front () |
void | enable_tab_navigation (const bool &enable) |
const bool & | is_tab_navigation_enabled () const |
virtual bool | is_visible () const |
virtual void | update_color_scheme (const GuiColorScheme &scheme) |
virtual void | paste (const CoreString &clipboard) |
bool | initiate_dnd_event (const CoreVector< CoreBaseObject * > &data) |
Initiate Drag'n drop event. | |
bool | initiate_dnd_event (CoreVector< OfHandle > &data) |
bool | initiate_dnd_event (CoreBaseObject *data) |
See initiate_dnd_event. | |
bool | initiate_dnd_event (OfHandle data) |
virtual GuiWidget * | get_next_focus_widget () const |
virtual GuiWidget * | get_previous_focus_widget () const |
void | give_focus_to_next_widget () |
void | give_focus_to_previous_widget () |
void | get_parent_effective_clip_region (int &x, int &y, int &w, int &h) const |
const bool & | is_widget_visible (GuiWidget &child) const |
const bool & | is_show_children () const |
void | set_show_children (const bool &show_children) |
template<class WidgetType > | |
WidgetType * | get_parent_widget () const |
Return the first occurence of WidgetType* in the widget parent hierarchy, or 0 if not found. | |
virtual size_t | get_memory_size () const override |
![]() | |
EventObject () | |
Constructor. | |
EventObject (const EventObject &src) | |
Copy Constructor. | |
virtual | ~EventObject () override |
Destructor. | |
void | connect (EventObject &sender, const CoreString &event_id, EventInfoMethod event_cb, void *data=0) |
Connects this to an object to listen to a specific event. | |
void | connect (EventObject &sender, EventInfoMethod event_cb, void *data=0) |
Connects this to an object to listen any of its events. | |
bool | disconnect (EventObject &sender, const CoreString &event_id, EventInfoMethod event_cb, void *data=0) |
bool | disconnect_all (EventObject &sender) |
Disconnects from all objects sender was listening on. | |
void | disconnect_all () |
Disconnects from all objects we were listening on. | |
void | remove_all_connection () |
Disconnects object from other objects it is listening to, and also disconnects all objects listening to it. | |
void | raise_event (const CoreString &event_id) const |
sends an event | |
void | raise_event (const EventInfo &event_info) const |
sends an event | |
bool | is_connected (EventObject &sender, const CoreString &event_id, void *data) |
void | set_mute (const bool &mute) |
Asks for object muting. This will increase or decrease the muting counter. Unmuting may not be immediat since it will happen only when counter reaches 0. | |
bool | is_mute () const |
Returns if object is muted. | |
CoreArray< EventObject * > | get_senders () const |
unsigned int | get_sender_count () const |
unsigned int | get_receiver_count () const |
void | connect (EventObject &sender, const CoreString &event_id, EventMethod event_cb, void *data=0) |
Connects this to an object to listen to a specific event. | |
void | connect (EventObject &sender, EventMethod event_cb, void *data=0) |
Connects this to an object to listen any of its events. | |
bool | disconnect (EventObject &sender, const CoreString &event_id, EventMethod event_cb, void *data=0) |
Disconnects this from an object for a specific event. | |
![]() | |
CoreCustomData (const CoreCustomData &src) | |
void | add_custom_data (void *key, const bool &data) |
void | add_custom_data (void *key, const int &data) |
void | add_custom_data (void *key, const unsigned int &data) |
void | add_custom_data (void *key, const char *data) |
void | add_custom_data (void *key, const CoreString &data) |
void | add_custom_data (void *key, const double &data) |
void | add_custom_data (void *key, void *data) |
void | remove_custom_data (void *key) |
void | remove_all_custom_data () |
void | set_custom_data (void *key, const bool &data) |
void | set_custom_data (void *key, const int &data) |
void | set_custom_data (void *key, const unsigned int &data) |
void | set_custom_data (void *key, const double &data) |
void | set_custom_data (void *key, const char *data) |
void | set_custom_data (void *key, const CoreString &data) |
void | set_custom_data (void *key, void *data) |
void | get_custom_data (void *key, bool &data) const |
void | get_custom_data (void *key, int &data) const |
void | get_custom_data (void *key, unsigned int &data) const |
void | get_custom_data (void *key, double &data) const |
void | get_custom_data (void *key, CoreString &data) const |
void | get_custom_data (void *key, void *&data) const |
![]() | |
bool | is_kindof (const CoreBaseObject &object) const |
CoreString | get_class_info_name () const |
const unsigned long & | get_class_info_id () const |
virtual bool | is_kindof (const CoreClassInfo &cinfo) const |
virtual const CoreClassInfo & | get_class_info () const |
template<class T > | |
T * | cast () |
template<class T > | |
const T * | cast () const |
![]() | |
bool | is_kindof (const CoreClassInfo &cinfo) const |
![]() | |
GuiOfAttrInterface (OfAttrHandle attr, const int attr_index) | |
bool | is_mute_command () |
void | set_mute_command (const bool &state) |
bool | is_issuing_command () |
void | set_issuing_command (const bool &state) |
OfAttrHandle | get_gui_of_attr () |
int | get_gui_of_attr_index () |
Additional Inherited Members | |
![]() | |
enum | Style { STYLE_FLAT, STYLE_ROUND, STYLE_BUTTON, STYLE_COUNT } |
enum | TextEllipsis { TEXT_ELLIPSIS_LEFT, TEXT_ELLIPSIS_RIGHT, TEXT_ELLIPSIS_NONE } |
enum | ItemStyle { ITEM_STYLE_NONE, ITEM_STYLE_RADIO, ITEM_STYLE_CHECK } |
![]() | |
static const char * | get_style_name (const Style &style) |
![]() | |
typedef void(* | CreateWidget )(void *inst) |
![]() | |
virtual void | on_deselect_item () |
virtual void | on_menu_pre_show () |
virtual void | on_menu_show () |
virtual void | on_menu_hide () |
![]() | |
void | update_attr (OfAttrHandle attr, const int &index, const bool &is_issuing_command=true) |
void | update_attr (CoreVector< OfAttrHandle > attrs, const int &index, const bool &is_issuing_command=true) |
![]() | |
Fl_Widget * | m_widget |
Fl_Window * | m_window |
Fl_Group * | m_group |
GuiApp & | m_application |
int | m_child_index |
Constraint | m_top_constraint |
Constraint | m_bottom_constraint |
Constraint | m_left_constraint |
Constraint | m_right_constraint |
int | m_top_offset |
int | m_bottom_offset |
int | m_left_offset |
int | m_right_offset |
int | m_clip_x |
int | m_clip_y |
int | m_clip_w |
int | m_clip_h |
int | m_eff_clip_x |
int | m_eff_clip_y |
int | m_eff_clip_w |
int | m_eff_clip_h |
GMathVec2i | m_size |
GMathVec2i | m_position |
GuiColorScheme * | m_color_scheme |
GuiDc * | m_dc |