Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
gn.gn_to_cmake.CMakeTargetType Class Reference
Inheritance diagram for gn.gn_to_cmake.CMakeTargetType:

Public Member Functions

 __init__ (self, command, modifier, property_modifier, is_linkable)
 

Public Attributes

 command
 
 modifier
 
 property_modifier
 
 is_linkable
 

Static Public Attributes

 custom
 

Detailed Description

Definition at line 130 of file gn_to_cmake.py.

Constructor & Destructor Documentation

◆ __init__()

gn.gn_to_cmake.CMakeTargetType.__init__ (   self,
  command,
  modifier,
  property_modifier,
  is_linkable 
)

Definition at line 131 of file gn_to_cmake.py.

131 def __init__(self, command, modifier, property_modifier, is_linkable):
132 self.command = command
133 self.modifier = modifier
134 self.property_modifier = property_modifier
135 self.is_linkable = is_linkable

Member Data Documentation

◆ command

gn.gn_to_cmake.CMakeTargetType.command

Definition at line 132 of file gn_to_cmake.py.

◆ custom

gn.gn_to_cmake.CMakeTargetType.custom
static

Definition at line 136 of file gn_to_cmake.py.

◆ is_linkable

gn.gn_to_cmake.CMakeTargetType.is_linkable

Definition at line 135 of file gn_to_cmake.py.

◆ modifier

gn.gn_to_cmake.CMakeTargetType.modifier

Definition at line 133 of file gn_to_cmake.py.

◆ property_modifier

gn.gn_to_cmake.CMakeTargetType.property_modifier

Definition at line 134 of file gn_to_cmake.py.


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