Editor window for labels (interaction with hierarchies)  
 More...
#include <anatomist/browser/labeledit.h>
 | 
|   | QLabelEdit (const std::string &text, int x, int y, unsigned w, unsigned h, QObjectBrowser *br, carto::GenericObject *ao, const std::string &att, QTreeWidgetItem *item, QWidget *parent=theAnatomist->getQWidgetAncestor(), const char *name=0, Qt::WindowFlags f=0) | 
|   | 
|   | QLabelEdit (const std::string &text, int x, int y, unsigned w, unsigned h, QObjectBrowser *br, const std::set< carto::GenericObject *> &ao, const std::string &att, const std::set< QTreeWidgetItem *> &item, QWidget *parent=theAnatomist->getQWidgetAncestor(), const char *name=0, Qt::WindowFlags f=0) | 
|   | 
|   | ~QLabelEdit () | 
|   | 
| std::string  | text () const | 
|   | 
| carto::GenericObject *  | attributed () const | 
|   | 
| std::set< carto::GenericObject * >  | attributedObjects () const | 
|   | 
| std::string  | attrib () const | 
|   | 
| QTreeWidgetItem *  | item () const | 
|   | 
| std::set< QTreeWidgetItem * >  | items () const | 
|   | 
| void  | receiveValue (const std::string &val) | 
|   | Receive input from a browser (click on a hierarchy)  More...
  | 
|   | 
 | 
| void  | drawContents (const std::string &text, int x, int y, unsigned w, unsigned h, const char *name) | 
|   | 
Editor window for labels (interaction with hierarchies) 
Definition at line 48 of file labeledit.h.
 
◆ QLabelEdit() [1/2]
      
        
          | QLabelEdit::QLabelEdit  | 
          ( | 
          const std::string &  | 
          text,  | 
        
        
           | 
           | 
          int  | 
          x,  | 
        
        
           | 
           | 
          int  | 
          y,  | 
        
        
           | 
           | 
          unsigned  | 
          w,  | 
        
        
           | 
           | 
          unsigned  | 
          h,  | 
        
        
           | 
           | 
          QObjectBrowser *  | 
          br,  | 
        
        
           | 
           | 
          carto::GenericObject *  | 
          ao,  | 
        
        
           | 
           | 
          const std::string &  | 
          att,  | 
        
        
           | 
           | 
          QTreeWidgetItem *  | 
          item,  | 
        
        
           | 
           | 
          QWidget *  | 
          parent = theAnatomist->getQWidgetAncestor(),  | 
        
        
           | 
           | 
          const char *  | 
          name = 0,  | 
        
        
           | 
           | 
          Qt::WindowFlags  | 
          f = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ QLabelEdit() [2/2]
      
        
          | QLabelEdit::QLabelEdit  | 
          ( | 
          const std::string &  | 
          text,  | 
        
        
           | 
           | 
          int  | 
          x,  | 
        
        
           | 
           | 
          int  | 
          y,  | 
        
        
           | 
           | 
          unsigned  | 
          w,  | 
        
        
           | 
           | 
          unsigned  | 
          h,  | 
        
        
           | 
           | 
          QObjectBrowser *  | 
          br,  | 
        
        
           | 
           | 
          const std::set< carto::GenericObject *> &  | 
          ao,  | 
        
        
           | 
           | 
          const std::string &  | 
          att,  | 
        
        
           | 
           | 
          const std::set< QTreeWidgetItem *> &  | 
          item,  | 
        
        
           | 
           | 
          QWidget *  | 
          parent = theAnatomist->getQWidgetAncestor(),  | 
        
        
           | 
           | 
          const char *  | 
          name = 0,  | 
        
        
           | 
           | 
          Qt::WindowFlags  | 
          f = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~QLabelEdit()
      
        
          | QLabelEdit::~QLabelEdit  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ accept
  
  
      
        
          | void QLabelEdit::accept  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ attrib()
  
  
      
        
          | std::string QLabelEdit::attrib  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ attributed()
◆ attributedObjects()
◆ drawContents()
  
  
      
        
          | void QLabelEdit::drawContents  | 
          ( | 
          const std::string &  | 
          text,  | 
         
        
           | 
           | 
          int  | 
          x,  | 
         
        
           | 
           | 
          int  | 
          y,  | 
         
        
           | 
           | 
          unsigned  | 
          w,  | 
         
        
           | 
           | 
          unsigned  | 
          h,  | 
         
        
           | 
           | 
          const char *  | 
          name  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
 
◆ item()
      
        
          | QTreeWidgetItem* QLabelEdit::item  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ items()
      
        
          | std::set<QTreeWidgetItem*> QLabelEdit::items  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ receiveValue()
      
        
          | void QLabelEdit::receiveValue  | 
          ( | 
          const std::string &  | 
          val | ) | 
           | 
        
      
 
Receive input from a browser (click on a hierarchy) 
Referenced by attrib().
 
 
◆ reject
  
  
      
        
          | void QLabelEdit::reject  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ text()
      
        
          | std::string QLabelEdit::text  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ _att
  
  
      
        
          | std::string QLabelEdit::_att | 
         
       
   | 
  
protected   | 
  
 
 
◆ _browser
◆ _le
The documentation for this class was generated from the following file: