| 
|   | __init__ (self) | 
|   | 
|   | SetTitle (self, aTitle) | 
|   | 
|   | GetTitle (self) | 
|   | 
|   | SetDate (self, aDate) | 
|   | 
|   | GetDate (self) | 
|   | 
|   | SetRevision (self, aRevision) | 
|   | 
|   | GetRevision (self) | 
|   | 
|   | SetCompany (self, aCompany) | 
|   | 
|   | GetCompany (self) | 
|   | 
|   | SetComment (self, aIdx, aComment) | 
|   | 
|   | GetComment (self, aIdx) | 
|   | 
|   | Clear (self) | 
|   | 
|   | TextVarResolver (self, aToken, aProject, aFlags=0) | 
|   | 
|   | Format (self, aFormatter) | 
|   | 
 | 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ TITLE_BLOCK class.
 
Definition at line 2142 of file pcbnew.py.
 
◆ __init__()
      
        
          | pcbnew.TITLE_BLOCK.__init__  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
__init__(TITLE_BLOCK self) -> TITLE_BLOCK
 
Definition at line 2148 of file pcbnew.py.
 
 
◆ Clear()
      
        
          | pcbnew.TITLE_BLOCK.Clear  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
Clear(TITLE_BLOCK self)
 
Definition at line 2193 of file pcbnew.py.
 
 
◆ Format()
      
        
          | pcbnew.TITLE_BLOCK.Format  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aFormatter ) | 
        
      
 
Format(TITLE_BLOCK self, OUTPUTFORMATTER aFormatter)
 
Definition at line 2206 of file pcbnew.py.
 
 
◆ GetComment()
      
        
          | pcbnew.TITLE_BLOCK.GetComment  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aIdx ) | 
        
      
 
GetComment(TITLE_BLOCK self, int aIdx) -> wxString
 
Definition at line 2189 of file pcbnew.py.
 
 
◆ GetCompany()
      
        
          | pcbnew.TITLE_BLOCK.GetCompany  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetCompany(TITLE_BLOCK self) -> wxString
 
Definition at line 2181 of file pcbnew.py.
 
 
◆ GetContextualTextVars()
  
  
      
        
          | pcbnew.TITLE_BLOCK.GetContextualTextVars  | 
          ( | 
           |           aVars | ) | 
           | 
         
       
   | 
  
static   | 
  
 
GetContextualTextVars(wxArrayString * aVars)
 
Definition at line 2198 of file pcbnew.py.
 
 
◆ GetCurrentDate()
  
  
      
        
          | pcbnew.TITLE_BLOCK.GetCurrentDate  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
GetCurrentDate() -> wxString
 
Definition at line 2211 of file pcbnew.py.
 
 
◆ GetDate()
      
        
          | pcbnew.TITLE_BLOCK.GetDate  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetDate(TITLE_BLOCK self) -> wxString
 
Definition at line 2165 of file pcbnew.py.
 
 
◆ GetRevision()
      
        
          | pcbnew.TITLE_BLOCK.GetRevision  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetRevision(TITLE_BLOCK self) -> wxString
 
Definition at line 2173 of file pcbnew.py.
 
 
◆ GetTitle()
      
        
          | pcbnew.TITLE_BLOCK.GetTitle  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetTitle(TITLE_BLOCK self) -> wxString
 
Definition at line 2157 of file pcbnew.py.
 
 
◆ SetComment()
      
        
          | pcbnew.TITLE_BLOCK.SetComment  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aIdx,  | 
        
        
           | 
           | 
           |           aComment ) | 
        
      
 
SetComment(TITLE_BLOCK self, int aIdx, wxString aComment)
 
Definition at line 2185 of file pcbnew.py.
 
 
◆ SetCompany()
      
        
          | pcbnew.TITLE_BLOCK.SetCompany  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aCompany ) | 
        
      
 
SetCompany(TITLE_BLOCK self, wxString aCompany)
 
Definition at line 2177 of file pcbnew.py.
 
 
◆ SetDate()
      
        
          | pcbnew.TITLE_BLOCK.SetDate  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aDate ) | 
        
      
 
SetDate(TITLE_BLOCK self, wxString aDate)
 
Definition at line 2161 of file pcbnew.py.
 
 
◆ SetRevision()
      
        
          | pcbnew.TITLE_BLOCK.SetRevision  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aRevision ) | 
        
      
 
SetRevision(TITLE_BLOCK self, wxString aRevision)
 
Definition at line 2169 of file pcbnew.py.
 
 
◆ SetTitle()
      
        
          | pcbnew.TITLE_BLOCK.SetTitle  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aTitle ) | 
        
      
 
SetTitle(TITLE_BLOCK self, wxString aTitle)
 
Definition at line 2153 of file pcbnew.py.
 
 
◆ TextVarResolver()
      
        
          | pcbnew.TITLE_BLOCK.TextVarResolver  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aToken,  | 
        
        
           | 
           | 
           |           aProject,  | 
        
        
           | 
           | 
           |           aFlags = 0 ) | 
        
      
 
TextVarResolver(TITLE_BLOCK self, wxString aToken, PROJECT const * aProject, int aFlags=0) -> bool
 
Definition at line 2202 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.TITLE_BLOCK.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: