Code::Blocks  SVN r11506
Public Member Functions | Private Attributes | List of all members
ScopeTreeData Class Reference
Inheritance diagram for ScopeTreeData:
Collaboration diagram for ScopeTreeData:

Public Member Functions

 ScopeTreeData (cbProject *project, ProjectBuildTarget *target)
 
cbProjectGetProject ()
 
ProjectBuildTargetGetTarget ()
 
- Public Member Functions inherited from wxTreeItemData
 wxTreeItemData ()
 
virtual ~wxTreeItemData ()
 
const wxTreeItemIdGetId () const
 
void SetId (const wxTreeItemId &id)
 
- Public Member Functions inherited from wxClientData
 wxClientData ()
 
virtual ~wxClientData ()
 

Private Attributes

cbProjectm_Project
 
ProjectBuildTargetm_Target
 

Detailed Description

Definition at line 191 of file compileroptionsdlg.cpp.

Constructor & Destructor Documentation

◆ ScopeTreeData()

ScopeTreeData::ScopeTreeData ( cbProject project,
ProjectBuildTarget target 
)
inline

Definition at line 194 of file compileroptionsdlg.cpp.

Member Function Documentation

◆ GetProject()

cbProject* ScopeTreeData::GetProject ( )
inline

Definition at line 195 of file compileroptionsdlg.cpp.

Referenced by CompilerOptionsDlg::OnTreeSelectionChange().

◆ GetTarget()

ProjectBuildTarget* ScopeTreeData::GetTarget ( )
inline

Member Data Documentation

◆ m_Project

cbProject* ScopeTreeData::m_Project
private

Definition at line 198 of file compileroptionsdlg.cpp.

◆ m_Target

ProjectBuildTarget* ScopeTreeData::m_Target
private

Definition at line 199 of file compileroptionsdlg.cpp.


The documentation for this class was generated from the following file: