#include <customgui_quicktab.h>
Quicktab custom GUI (CUSTOMGUI_QUICKTAB).
Here are the settings: QUICKTAB_CUSTOMGUISETTINGS 
 | 
| void  | ClearStrings () | 
|   | 
| void  | AppendString (Int32 id, const maxon::String &str, Bool checked) | 
|   | 
| void  | DoLayoutChange () | 
|   | 
| Bool  | IsSelected (Int32 id) | 
|   | 
| void  | SetTextColor (Int32 id, Int32 col) | 
|   | 
| void  | SetTextColorSelected (Int32 id, Int32 col) | 
|   | 
| void  | SetBackgroundColorSelected (Int32 id, Int32 col) | 
|   | 
| void  | SetLayerColor (Int32 id, Bool show, const Vector &col) | 
|   | 
| Bool  | Select (Int32 id, Bool b) | 
|   | 
| Int32  | GetWidth () | 
|   | 
| Int32  | GetHeight () | 
|   | 
| void  | Redraw () | 
|   | 
| Bool  | LayoutChanged () | 
|   | 
| Bool  | Activate () | 
|   | 
| Bool  | SetDefaultForResEdit () | 
|   | 
| Bool  | SetData (const TriState< GeData > &tristate) | 
|   | 
| TriState< GeData >  | GetData () | 
|   | 
| void  | SetLayoutMode (Int32 mode) | 
|   | 
| Int32  | GetLayoutMode () | 
|   | 
| Bool  | SupportLayoutSwitch () | 
|   | 
| Int32  | GetWidth (Int32 plugid) | 
|   | 
| Int32  | GetHeight (Int32 plugid) | 
|   | 
| void  | Redraw (Int32 plugid) | 
|   | 
| Bool  | LayoutChanged (Int32 plugid) | 
|   | 
| Bool  | Activate (Int32 plugid) | 
|   | 
| Bool  | SetDefaultForResEdit (Int32 plugid) | 
|   | 
| Bool  | SetData (Int32 plugid, const TriState< GeData > &tristate) | 
|   | 
| TriState< GeData >  | GetData (Int32 plugid) | 
|   | 
| void  | SetLayoutMode (Int32 plugid, Int32 mode) | 
|   | 
| Int32  | GetLayoutMode (Int32 plugid) | 
|   | 
| Bool  | SupportLayoutSwitch (Int32 plugid) | 
|   | 
◆ QuickTabCustomGui()
◆ ~QuickTabCustomGui()
◆ ClearStrings()
Removes all the strings/tabs. 
 
 
◆ AppendString()
Appends a string/tab. 
- Parameters
 - 
  
    | [in] | id | The string ID.  | 
    | [in] | str | The string to append.  | 
    | [in] | checked | The initial selection state.  | 
  
   
 
 
◆ DoLayoutChange()
Call this after appending strings/tabs. 
 
 
◆ IsSelected()
Checks if a string/tab is selected. 
- Parameters
 - 
  
  
 
- Returns
 - true if string id is selected, otherwise false. 
 
 
 
◆ SetTextColor()
Sets the text color of string id. 
- Parameters
 - 
  
  
 
 
 
◆ SetTextColorSelected()
Sets the selected state text color of string id. 
- Since
 - R19 
 
- Parameters
 - 
  
  
 
 
 
◆ SetBackgroundColorSelected()
      
        
          | void SetBackgroundColorSelected  | 
          ( | 
          Int32  | 
          id,  | 
        
        
           | 
           | 
          Int32  | 
          col  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Sets the selected state background color of string id. 
- Since
 - R19 
 
- Parameters
 - 
  
  
 
 
 
◆ SetLayerColor()
Sets the layer color of string id. 
- Parameters
 - 
  
    | [in] | id | The string ID.  | 
    | [in] | show | true to show the layer color.  | 
    | [in] | col | The color. See c4d_colors.h.  | 
  
   
 
 
◆ Select()
Changes the selection state of string id. 
- Parameters
 - 
  
    | [in] | id | The string ID.  | 
    | [in] | b | The new selection state.  | 
  
   
- Returns
 - true if successful, otherwise false.