Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Public Types | |
enum | EditonMode { EDITION_MODE_STRING, EDITION_MODE_ATTR, EDITION_MODE_ATTR_WITH_INDEX } |
typedef void(* | GuiVariableEditWindowCallback )(GuiVariableEditWindow *, void *data) |
Public Member Functions | |
GuiVariableEditWindow (GuiWindow &window, const int &x, const int &y, const int &w, const int &h, bool has_apply_button, const CoreString &title="") | |
GuiVariableEditWindow (GuiWindow &window, const CoreVector< OfAttrHandle > &attrs, const int &x, const int &y, const int &w, const int &h, const CoreString &title="") | |
GuiVariableEditWindow (GuiWindow &window, const CoreVector< OfAttrHandle > &attrs, const CoreVector< unsigned int > &index_attrs, const int &x, const int &y, const int &w, const int &h, const CoreString &title="") | |
void | set_widget_attached (GuiWidget *widget) |
GuiWidget * | get_widget_attached () |
virtual void | hide () override |
CoreString | get_script () const |
void | set_script (const CoreString &script) |
void | set_module_scripting_name (const CoreString &name) |
void | set_script_editor_focus () |
void | update_title_and_labels () |
const CoreVector< OfAttrHandle > & | get_attrs () |
const CoreVector< unsigned int > & | get_index_attrs () |
void | set_attrs (const CoreVector< OfAttrHandle > &attrs) |
void | set_attrs (const CoreVector< OfAttrHandle > &attrs, const CoreVector< unsigned int > &index_attrs) |
void | set_modal_block (const bool &block) |
bool | is_modal_block () |
bool | is_validate () |
void | set_return_one_line (const bool &value) |
bool | is_return_one_line () |
virtual void | show () override |
virtual int | on_modal_loop () override |
GuiScriptEditorWidget * | get_editor () |
void | set_close_callback (GuiVariableEditWindow::GuiVariableEditWindowCallback cb, void *data) |
void | set_apply_callback (GuiVariableEditWindow::GuiVariableEditWindowCallback cb, void *data) |
![]() | |
GuiWindow (GuiApp &app, const int &x, const int &y, const int &w, const int &h, const CoreString &title="") | |
GuiWindow (GuiWindow &parent, const int &x, const int &y, const int &w, const int &h, const CoreString &title="") | |
bool | is_border_drawn () const |
void | set_border_drawn (const bool &draw_border) |
bool | is_resizable () const |
void | set_resizable (const bool &resizable) |
virtual void | set_parent (GuiWidget *parent) override |
virtual GuiWidget * | get_parent () const override |
virtual bool | is_shown () const override |
bool | is_minimized () const |
virtual void | show_modal () |
virtual GuiColorScheme & | get_color_scheme () const override |
virtual void | resize (const int &x, const int &y, const int &w, const int &h) override |
virtual const GMathVec2i & | get_size () const override |
virtual const GMathVec2i & | get_position () const override |
virtual void | draw (GuiDc &dc) override |
This is the main drawing method of the widget. | |
const CoreString & | get_title () const |
void | set_title (const CoreString &title) |
const CoreVector< GuiWindow * > & | get_subwindows () const |
virtual bool | is_visible () const override |
const bool & | is_modal () const |
virtual void | update_color_scheme (const GuiColorScheme &scheme) override |
void | maximize () |
void | minimize () |
bool | is_maximized () const |
void | popup (GuiWidget &widget, const bool &destroy_on_hide=true) |
virtual bool | is_enabled () const override |
virtual size_t | get_memory_size () const override |
GuiWidget * | add_default_background () |
![]() | |
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 () |
bool | is_hidden () const |
bool | is_recursive_destroyed () const |
const bool & | is_destroyed () const |
const GuiWindow * | get_root_window () const |
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) |
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. | |
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 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. | |
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. | |
virtual int | process_event (const CoreString &event_id) |
This method is called whenever an event happens on this widget. Override this to catch and process them. | |
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 |
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 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. | |
![]() | |
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 |
Static Public Member Functions | |
static GuiVariableEditWindow * | is_window_with_attr_exists (OfAttrHandle attr) |
static CoreVector < GuiVariableEditWindow * > | is_window_with_attrs_exists (const CoreVector< OfAttrHandle > &attrs) |
NOTE: now obsolete, replaced by the find_windows(). | |
static CoreVector < GuiVariableEditWindow * > | find_windows (const CoreVector< OfAttrHandle > &attrs, const CoreVector< unsigned int > &value_indicies={}) |
Protected Member Functions | |
void | on_save_buffer_button (GuiPushButton &button, const EventInfo &event, void *data) |
void | on_ok (GuiPushButton &button, const EventInfo &event, void *data) |
void | on_quit (GuiPushButton &button, const EventInfo &event, void *data) |
void | on_object (OfObjectFactory &factory, const EventInfo &event, void *data) |
void | on_script_modified (GuiScriptEditorWidget &editor, const EventInfo &event, void *data) |
void | on_change_selection_button_click (GuiPushButton &button, const EventInfo &event, void *data) |
void | on_select_object_button_click (GuiPushButton &button, const EventInfo &event, void *data) |
void | save_to_attribute () |
![]() | |
virtual void | widget_redraw () override |
virtual bool | process_actions () override |
int | modal_blocking_loop () |
virtual void | apply_constraints (const int &px, const int &py, const int &pw, const int &ph) override |
virtual void | apply_clipping () override |
virtual Fl_Widget * | get_widget () const override |
virtual Fl_Group * | get_group () const override |
virtual void | widget_focus_changed () |
![]() | |
virtual GuiDc & | get_dc () |
GuiWidget (CreateWidget create_widget, GuiWidget &parent, const int &x, const int &y, const int &w, const int &h) | |
GuiWidget (CreateWidget create_widget, GuiApp &app, const int &x, const int &y, const int &w, const int &h) | |
void | clear_all_children () |
void | damage (const unsigned char &mask) |
const bool | is_damaged (const unsigned char &mask) const |
const unsigned char | get_damage () const |
void | create_delayed_parenting (Fl_Group *group) const |
void | recompute_constraints () |
virtual void | push_clip (const int &x, const int &y, const int &w, const int &h) |
virtual void | pop_clip () |
void | get_text_size (const CoreString &text, int &w, int &h) const |
void | get_text_size (const char *text, int &w, int &h) const |
virtual void | on_add_child (GuiWidget *child) |
virtual void | on_remove_child (GuiWidget *child) |
void | apply_children_constraints (const int &px, const int &py, const int &pw, const int &ph) const |
void | apply_constraints (GuiWidget &child, const int &px, const int &py, const int &pw, const int &ph) const |
void | apply_children_clipping () |
void | capture_events (const bool &value) |
Static Protected Member Functions | |
static CoreHashTable < OfAttrHandle, CoreVector < GuiVariableEditWindow * > > & | get_attr_and_window_hash () |
Additional Inherited Members | |
![]() | |
typedef void(* | CreateWidget )(void *inst) |
![]() | |
GuiWindow * | m_parent_window |
|
static |
Get a list of windows that are currently editing one or more attributes.
attrs | the list of attributes |
value_indices | optional list of attribute value indices. If not specified, consider only the first value of the attributes. If this is specified, it must contain as many values as attributes |