Class: MxxRu::Cpp::Qt4Modules::ModuleDescription

Inherits:
Struct
  • Object
show all
Defined in:
lib/mxx_ru/cpp/qt4details.rb

Overview

Description of Qt4 module.

Usage:

QT_GUI = ModuleDescription.new( 'QT_GUI_LIB', 'QtGui' )
...

Instance Attribute Summary collapse

Instance Attribute Details

#defineObject

Returns the value of attribute define

Returns:

  • (Object)

    the current value of define



47
48
49
# File 'lib/mxx_ru/cpp/qt4details.rb', line 47

def define
  @define
end

#libraryObject

Returns the value of attribute library

Returns:

  • (Object)

    the current value of library



47
48
49
# File 'lib/mxx_ru/cpp/qt4details.rb', line 47

def library
  @library
end