A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/classCMenuItem.html below:

NCBI C++ ToolKit: CMenuItem Class Reference

Public Member Functions   CMenuItem ()   creates a separator item More...
    CMenuItem (const string &label, const string &image_alias="")   creates a submenu item More...
    CMenuItem (const string &label, TCmdID cmd, const string &image_alias="", const string &tooltip="", int state=eDefault)   creates a command item More...
    CMenuItem (EType type, const string &label="", TCmdID cmd=eCmdNone, const string &image_alias="", const string &tooltip="", int state=eDefault)   generic constructor, can be used to create any type of menuitem More...
    CMenuItem (const CMenuItem &item)   copy contsructor - copies attributes but not subitems More...
  virtual  ~CMenuItem ()   void  Init (EType type, const string &label="", TCmdID cmd=eCmdNone, const string &image_alias="", const string &tooltip="", int state=eDefault)   void  InitPopup (const string &label, const string &image_alias="", const string &tooltip="")   void  InitItem (const string &label, TCmdID cmd, const string &image_alias="", const string &tooltip="", int state=eDefault)   void  InitSeparator ()   bool  Equal (const CMenuItem &item) const   CMenuItemClone () const   clones item and its subitems More...
  EType  GetType () const   void  SetType (EType type)   bool  IsItem () const   bool  IsSubmenu () const   bool  IsSeparator () const   const stringGetLabel () const   void  SetLabel (const string &label)   const TCmdIDGetCommand () const   void  SetCommand (TCmdID cmd)   bool  HasImage () const   const stringGetImageAlias () const   void  SetImageAlias (const string &image_alias)   const stringGetTooltip () const   void  SetTooltip (const string &tooltip)   int  GetState () const   void  SetState (int state)   bool  IsEnabled () const   void  Enable (bool b_en)   bool  IsCheckType () const   bool  IsChecked () const   void  SetCheck (bool b_set)   bool  IsRadioType () const   bool  IsRadioSelected () const   void  SelectRadio (bool b_set)   bool  IsValid () const   bool  IsEnabledItem () const   bool  IsEnabledSubmenu () const   void  Merge (const CMenuItem &item)   merges menu tree represented by "item" into menu tree represented by "this" More...
 

Operations with submenus

CMenuItemGetParent ()   const CMenuItemGetParent () const   CMenuItemAddSubItem (CMenuItem *item)   CMenuItemAddSeparator ()   Adds Separator. More...
  CMenuItemAddSeparator (const string &label)   CMenuItemAddSubMenu (const string &Label, const string &image_alias="")   it is recommended that labels start with '-' More...
  CMenuItemAddSubItem (const string &label, TCmdID cmd, const string &image_alias="", const string &tooltip="", int state=eDefault)   Adds command subitem. More...
  CMenuItemInsertSubItem (TChildItem_I it, CMenuItem *item)   void  RemoveItem (TChildItem_I it)   void  DestroyAllSubNodes ()   bool  IsSubmenuEmpty ()   TChildItem_I  SubItemsBegin ()   TChildItem_I  SubItemsEnd ()   TChildItem_CI  SubItemsBegin () const   TChildItem_CI  SubItemsEnd () const   CMenuItemFindEqualSubItem (const CMenuItem &item)   const CMenuItemFindEqualSubItem (const CMenuItem &item) const   TChildItem_I  FindSubItem (const CMenuItem &item)   TChildItem_CI  FindSubItem (const CMenuItem &item) const   TChildItem_I  FindSubItem (const string &label)   TChildItem_CI  FindSubItem (const string &label) const   TChildItem_I  FindSubItem (EType type, const string &label)   TChildItem_CI  FindSubItem (EType type, const string &label) const  

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4